On Wed, 01 Sep 2010 14:57:37 -0500
Steve Whitson <[email protected]> wrote:

>   ldd informs me that libmysqlclient is linked in at the following path:
>      /usr/sfw/lib/libmysqlclient_r.so.12
> 
> I've never tried loading the library explicitly,  I see what that 
> does.... odd that the 'working' apache installation has the same module 
> with the same dependencies (libmysqlclient) and works.

It could be that your apache installation doesn't know about /usr/sfw.
If so, adding /usr/sfw/lib to LD_LIBRARY_PATH in apache's bin/envvars
may be the fix you want (though explicit loading should also work).

-- 
Nick Kew

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [email protected]
   "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to