/etc/apache2/mods-enabled/axis2c.load tries to load the wrong file

Bug #927493 reported by buliwyf
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
axis2c (Ubuntu)
New
Undecided
Unassigned

Bug Description

Hello,

After installaing apache2 and the libapache2-mod-axis2c package the apache2 Webserver won't start.
The Error.
apache2: Syntax error on line 203 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/mods-enabled/axis2c.load: Cannot load /usr/lib/apache2/modules/mod_axis2.so into server: /usr/lib/apache2/modules/mod_axis2.so: cannot open shared object file: No such file or directory
Action 'configtest' failed.
The Apache error log may have more information.
   ...fail!

After checking in /usr/lib/apache2/modules/ there are only two links to the same file.
lrwxrwxrwx 1 root root 21 2011-08-25 18:13 libmod_axis2.so -> libmod_axis2.so.0.6.0
lrwxrwxrwx 1 root root 21 2011-08-25 18:13 libmod_axis2.so.0 -> libmod_axis2.so.0.6.0

This two links got created with the installation of libapache2-mod-axis2c which also installed the target file libmod_axis2.so.0.6.0

But in the file /etc/apache2/mods-enabled/axis2c.load there is only one line:
LoadModule axis2_module /usr/lib/apache2/modules/mod_axis2.so

But n the folder /usr/lib/apache2/modules/ there is no file names mod_axis2.so so the restart/start of the apache fails, because it can't find the file it wants to load.

Changing /etc/apache2/mods-enabled/axis2c.load from
LoadModule axis2_module /usr/lib/apache2/modules/mod_axis2.so
to
LoadModule axis2_module /usr/lib/apache2/modules/libmod_axis2.so
makes the apache2 find the file and load it correctly.

So either the link in /etc/apache2/mods-enabled/axis2c.load should be fixed, or the name of the symlinks. in /usr/lib/apache2/modules/

Sysinfo.
Oneric
libapache2-mod-axis2c 1.6.0-0ubuntu13

Thanks
Dominik

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.