On 5/18/05, Balaji <[EMAIL PROTECTED]> wrote: > Hi, > I have a shared lib libCPTBureauSimulator.so in the modules > directory but when I boot apache, it throws the following error. > > Syntax error on line 239 of /home/rbalaji/usr/local/apache2/conf/httpd.conf: > Cannot load /home/rbalaji/usr/local/apache2/modules/libCPTBureauSimulator.so > int > o server: No such file or directory > > The shared library is very much there in the directory and there are no > spelling mistakes etc. Any idea why apache misbehaves like this. The OS is > AIX.
Try running this: http://people.apache.org/~trawick/cantloaddso.pl Generally speaking, a DSO won't load because it requires some libraries or symbols which are not present. You need to identify which symbols, if any, httpd is (incorrectly) not exporting. Do you have mod_so enabled?
