Hallo,

I'm trying to compile httpd 2.2.0 on solaris 8 and enabling shared libs
via using the configuration:
        ./configure --prefix=/home/www/httpd-serv_2.2.0/ --enable-so

The configuration, make and make install steps seem to run without
problems. But when I try to start the server processes I get the following
problem:
$ ./apachectl start
ld.so.1: /home/www/httpd-serv_2.2.0/bin/httpd: fatal:
relocation error: file
/home/www/httpd-serv_2.2.0/lib/libexpat.so.0: symbol
XmlInitUnknownEncoding: referenced symbol not found
Killed


Did I miss something or do I encounter a real problem? When I omit
--enable-so I get a startable server and so far I tested properly running
httpd server.

Any help is welcome!

regards
        Harald

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to