[Mono-list] MonoPosixHelper Not Found ?
Jonathan Pryor
jonpryor at vt.edu
Wed Sep 13 19:02:46 EDT 2006
On Wed, 2006-09-13 at 12:59 -0500, met at uberstats.com wrote:
> Sadly it is under .NET, and they're all in the same directory.
>
> - exe
> - Mono.Posix.dll
> - MonoPosixHelper.dll
> - intl.dll
>
> As I can't reproduce it on my system, and I feer installing
> VS.NET/Mono on theirs might fix it -- any thoughts on further
> detecting the root cause?
It's possibly a library dependency issue.
Try writing a small C program that calls LoadLibrary() on
MonoPosixHelper.dll and intl.dll. Make sure that it loads the libraries
properly.
If that works, I'm out of ideas. If that fails, you'll at least know
which library can't be loaded, and you can use DEPENDS.EXE to list its
actual dependencies and start searching through them...
- Jon
More information about the Mono-list
mailing list