[Mono-dev] How to use lib64 in mono 4.3?

Miguel de Icaza miguel at xamarin.com
Mon Oct 5 20:42:15 UTC 2015


Hello,

I do not follow, what "new lib64" thing?   That sounds like a packaging
issue, more than a Mono issue.

Miguel.

On Mon, Oct 5, 2015 at 12:44 PM, psantosl at codicesoftware.com <
psantosl at codicesoftware.com> wrote:

> Hi,
>
> We're having trouble understanding the new lib64 thing in mono 4.3 (we're
> trying to move Plastic SCM to 4.3 now).
>
> A simple app like this one:
>
> using Mono.Unix;
> namespace testunixdirinfo
> {
>     class MainClass
>     {
>         public static void Main(string[] args)
>         {
>             UnixDirectoryInfo dir = new UnixDirectoryInfo(args[0]);
>         }
>     }
> }
>
> Fails saying it can't find lib/libMonoPosixHelper.so, which is now under
> lib64 instead.
>
> It is easy to fix just moving it under lib inside your mono binaries, but
> I guess this is not the right way to do it :confounded:
>
> This is the build we're using Mono JIT compiler version 4.3.0
> (explicit/b6dfce6.
>
> Thanks!
>
> pablo
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20151005/726c0baa/attachment.html>


More information about the Mono-devel-list mailing list