Hello there..


I came into trouble.. please help me with this problem.

to use Apache 1.3.6 with msql-auth module(mod_auth_msql.c) as DSO, I compiled 
Apache using 

      # ./configure --prefix=/usr/local/apache \
                  --add-module=/home/acacia/mod_auth_msql.c \
                  --enable-shared=max 

      # LIBS="-L/usr/local/Hughes/lib -lmsql"
      # INCLUDES=-I/usr/local/Hughes/include 
      # export INCLUDES LIBS
      # ./make
      # ./make install

so, after all the success, I tested like this, 
     
      # /usr/local/apache/bin/httpd -l       
       > http_core.c
       > mod_so.c    

But, this command below doesn't work fine, displaying error message.

      # /usr/local/apache/bin/httpd
      > Syntax error on line 218 of /usr/local/apache/conf/httpd.conf:
      > Cannot load /usr/local/apache/libexec/mod_auth_msql.so into server:
      > /usr/local/apache/libexec/mod_auth_msql.so: undefined symbol: msqlErrMsg   

what's this? please email me in details with the why and solution... 
to successfully load fresh httpd.


Thanks in advance for your help.

Kwang-Tae

Reply via email to