[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Apache2 Compiling Problem



Hi all, 

I try installing to apache2 on amd64. I apply following steps

tar zxf httpd-2.0.54.tar.gz
cd http-2.0.54

./configure \
   --prefix=/leo_sys/apache-2.0.54 \
   --enable-so \
   --enable-auth-digest \
   --enable-rewrite \
   --enable-setenvif \
   --enable-mime \
   --enable-deflate \
   --enable-ssl \
   --with-ssl=/usr/lib/ \
   --enable-headers


and i get following errors

/usr/lib/libexpat.so: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[2]: *** [htpasswd] Error 1
make[2]: Leaving directory `/root/files/apache/httpd-2.0.54/support'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/root/files/apache/httpd-2.0.54/support'
make: *** [install-recursive] Error 1


i listing to /usr/lib directory and i can see links and linked files

-rw-r--r--   1 root root  269228 2005-04-21 01:28 libexpat.a
-rw-r--r--   1 root root     706 2005-04-21 01:28 libexpat.la
lrwxrwxrwx   1 root root      17 2005-07-13 14:16 libexpat.so ->
libexpat.so.1.0.0
lrwxrwxrwx   1 root root      13 2005-06-30 21:03 libexpat.so.0 -> libexpat.so.1
lrwxrwxrwx   1 root root      17 2005-06-30 21:03 libexpat.so.1 ->
libexpat.so.1.0.0
-rw-r--r--   1 root root  131388 2005-06-30 21:05 libexpat.so.1.0.0 

I try reinstall libexpat1 but i don't resolve.

How can i resolve

Thanks all.

-- 

Leoman HEDE
Bi bok deil kendisi



Reply to: