Hi Miguel I built mono from source (nothing special, just configure with a prefix and make). Then I try to run the simple app and it fails. There is a new lib64 path inside the mono binaries, together with the normal lib. Afaik it wasn't there before 4.3 but I might be mistaken
Not sure how to build it correctly then :-) On 5/10/2015, at 22:42, Miguel de Icaza <[email protected]<mailto:[email protected]>> wrote: 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, [email protected]<mailto:[email protected]> <[email protected]<mailto:[email protected]>> 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 [email protected]<mailto:[email protected]> http://lists.ximian.com/mailman/listinfo/mono-devel-list
_______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
