Apache2ModuleIno.so

I’m running Suse Linux 7.3 but kernel 2.4.19 and apache 2.0.48

during installation of Tamino the error occurs that Apache doesn’t seem to start (befor it did). When I try to start it manually the following error occures:

Syntax error on line 13 of /sag/ino/v4141/X_Port/TaminoApache2.conf:
Cannot load /sag/ino/v4141/X_Port/Apache2ModuleIno.so into server: libapr.so.0: cannot open shared object file: No such file or directory

All the named files are present, now what?
Thanks for helping!

Josia, SIC

I’ve had a similar issue, but in my case I didn’t actually have a file “libapr.so.0”. Instead, I had “libapr-0.so”. Are you sure that this is not the case for you?

If you have “libapr-0.so”, you can make a symbolic link to the existing file with the following command:

> ln -s /usr/local/apache2/lib/libapr-0.so /usr/local/apache2/lib/libapr.so.0



…of course, replace “/usr/local/apache2” with the location of apache on your system.