On Wed, 6 Mar 2013 21:19:49 +0100
Somostetoi Kilato <somostetoikil...@googlemail.com> wrote:

> The error is:
> 
> /home/xyz/indian/conf/httpd.conf: Cannot load modules/mod_xyz.so into
> server: libmod_xyzi.so: cannot open shared object file: No such file or
> directory

Most likely you have unresolved symbols in libmod_xyzi.so
(could be standard/platform C++ libs such as libstdc++ / libg++).
Use your system tools (likely ldd and nm) to find the
dependencies, an load them before your lib.

-- 
Nick Kew

Reply via email to