On Thu, 2006-04-06 at 21:19 +1000, Paddy Joy wrote: > Thanks I tried adding /usr/local/lib to /etc/ld.so.conf and running > ldconfig but it didn't make a difference so for now I have just added > the lines to my .bash_profile.
You're using the Mono that comes with FC5? Is there a /usr/lib/libMonoPosixHelper.so file? Your exception is generated because libMonoPosixHelper.so can't be found. It's part of Mono, and should be in mono's $prefix/lib directory (which _should_ be /usr/lib for FC5). If this file is missing, you should try to determine what package its located in. - Jon _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
