I upgraded apache to 2 get error

pongzaa

Verified User
Joined
Oct 31, 2006
Messages
31
Hi i'm using CentOS 64Bit

I try to convert Apache to version 2.0, but i get error
and my apache not working now.

I used with this command:
cd /usr/local/directadmin/customapache
./build update
./build clean
./build update_data_ap2
./build convert
./build apache_2
./build php_ap2 n
./build mod_frontpage_ap2
./build mod_perl_ap2

This is error after type command ./build apache_2:

/usr/lib/libexpat.so: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
make[2]: *** [htpasswd] Error 1
make[2]: Leaving directory `/usr/local/directadmin/customapache/httpd-2.0.59/support'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/directadmin/customapache/httpd-2.0.59/support'
make: *** [all-recursive] Error 1

*** The make has failed, do you want to try to make again? (y,n):


Anyone help pls.

Thankyou : )
 
Hi i'm using CentOS 64Bit

I try to convert Apache to version 2.0, but i get error
and my apache not working now.

I used with this command:
cd /usr/local/directadmin/customapache
./build update
./build clean
./build update_data_ap2
./build convert
./build apache_2
./build php_ap2 n
./build mod_frontpage_ap2
./build mod_perl_ap2

This is error after type command ./build apache_2:

/usr/lib/libexpat.so: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
make[2]: *** [htpasswd] Error 1
make[2]: Leaving directory `/usr/local/directadmin/customapache/httpd-2.0.59/support'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/directadmin/customapache/httpd-2.0.59/support'
make: *** [all-recursive] Error 1

*** The make has failed, do you want to try to make again? (y,n):


Anyone help pls.

Thankyou : )

Have a try at this:
http://directadmin.com/forum/showpost.php?p=105957&postcount=3

If that doesn't work in the mean time (if this is on a live server for example) here is how to downgrade to the old version:
http://directadmin.com/help/item.php?id=54
 
Back
Top