Cannot load /usr/local/apache/libexec/ApacheModuleIno.so int

I cannot start the apache server. It quits with
this message:

# bin/apachectl start
Syntax error on line 1009 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/ApacheModuleIno.so into server: shared object not open
bin/apachectl start: httpd could not be started

Yet the library is there, the path is in ld.so.conf and gets printed with ldsoconfig -v

Does ApacheModuleIno need another library. I checked that all libs are there against a running Tamino server.

Hi Armin,

this is a shot in the dark, but …

Tamino has the requirement that Apache on Unix be compiled with DSO (Dynamic Shared Object) support.
You will find such a version of Apache on your Tamino CD.

I would check this if you are using “your own” Apache.

HTH,
Trevor.