> I've been using MonoDevelop in Ubuntu, without any problems. Unfortunately > I have to distribute to RHEL5, so have compiled mono from src, and have > successfully compiled my app with gmcs. > > When trying to bundle with mkbundle, it complains as well that the > libMonoPosixHelper.so is missing. But I can't even get mkbundle to run, > perhaps I've built it wrong?
mkbundle does not bundle mono itself, it yust bundles your application. Is it an Option to rely on an sufficiently current mono installation on target system? In this case you do not need any mkbundle procedure. Elmar _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
