Kenneth H. Brannigan wrote: > Hello, > I am receiving the following message in the error_log for apache: > > ld.so.1: mono: fatal: libintl.so.3: open failed: No such file or directory > > The file does exist on my Solaris 10 machine in the /opt/mono/lib > directory but for some reason the mono server cannot find it. I did > notice that I had to change the path of the mono server using > MonoServerPath because the default was looking in /usr/bin. Please let > me know what I can do to get this running.
This has nothing to do with Mono. You need to set LD_LIBRARY_PATH or configure /opt/mono/lib as a system library path. robert _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
