Rahul Kohli wrote:
Hi,
I am using apache 2.0.42 based IBM HTTP Server on AIX 4.3. On editing the httpd.conf with LoadModule directive for the library of my application. I am facing the following error:
Syntax error on line 146 of /usr/IBMIHS/conf/httpd.conf: Cannot load /home/user5/app/lib/my_lib.so into server: I have set the variable LIBPATH=/home/user5/app/lib
Though there are some IBM'ers on this mailing list, this is the wrong place to ask questions about vendor distro's of Apache and Apache derivitives. For IBM HTTP Server, you should direct your question to news://news.software.ibm.com/ibm.software.websphere.http-servers.
Bill is absolutely right, and I hope it won't dilute his message by asking you to send the output of "dump -THv /home/user5/app/lib/my_lib.so" to my e-mail address ([EMAIL PROTECTED]).
LIBPATH needs to include directories containing libraries that your DSO depends on, but it does not need to include the directory with the DSO itself (unless of course it has other necessary libraries :) ).
