Hi all,

I've written an small hello world like module and compiled it as such.
        sudo apxs -lcar -ci ./mod_car.c

But when I try to start it, I get the following error ...
        $ /etc/init.d/apache2 start
         * apache2 has detected a syntax error in your configuration files:
        apache2: Syntax error on line 154 of /etc/apache2/httpd.conf: Syntax
error on line 4 of /etc/apache2/modules.d/30_mod_car.conf: Cannot load
/usr/lib64/apache2/modules/mod_car.so into server:
/usr/local/lib/libcar.so.0: undefined symbol: wmrelease

I do have the libcar.so.0 files here ...

$ ls -l libcar.*
-rw-r--r-- 1 root root 41034 Mar 31 19:23 libcar.a
-rwxr-xr-x 1 root root   834 Mar 31 19:23 libcar.la
lrwxrwxrwx 1 root root    14 Mar 31 19:23 libcar.so -> libcar.so.0.0.0
lrwxrwxrwx 1 root root    14 Mar 31 19:23 libcar.so.0 -> libcar.so.0.0.0
-rwxr-xr-x 1 root root 34109 Mar 31 19:23 libcar.so.0.0.0

I can't tell where the wmrelease is coming from.

Anyone see what I'm doing wrong?

Reply via email to