2 Jul
2007
2 Jul
'07
9:11 p.m.
On Mon, Jul 02, 2007 at 01:55:10PM -0400, Allen Jasewicz wrote:
I am on Solaris 9, and still digging
Most of those who have problems on Solaris is because the shared libraries used by Hobbit are in /usr/local/lib, which is not searched by default by the dynamic linker.
Try adding
LD_LIBRARY_PATH=/usr/local/lib export LD_LIBRARY_PATH
at the top of your hobbitcgi.cfg file, or use the "crle" utility to include /usr/local/lib in your system's default library path.
Regards, Henrik