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@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list