[mapserver-dev] mapcache segv when starting service

Eichner, Andreas - SID-NLKM Andreas.Eichner at sid.sachsen.de
Mon Apr 30 02:30:59 EDT 2012


First verify that the correct libraries are used by running ldd:

$ LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib ldd /usr/sbin/apache2

To get a backtrace (man apache2):
-X     Run apache2 in debug mode. Only one worker will be started and
the server will not detach from the console.

Configure might also get confused if you have both -dev packages from
the distribution und local builds of support libs. In such cases
./configure might use the headers from /usr/local/include and the system
links against /usr/lib. Check your config.log in this case.


HTH


More information about the mapserver-dev mailing list