Server infomation :
Server : IBM System x3550
OS : CentOS 5.1 64bit
CPU : Intel Xeon Quad-Core E5420 2.5GHz
RAM : 5 GB
HDD : 140 Gb / RAID 0
I have install clean CentOS 5.1 disable SELINUX and install gcc , gcc-c++ .
installation step:
install complete :
Recompile
Rebuild Apache again
Please help me.
Server : IBM System x3550
OS : CentOS 5.1 64bit
CPU : Intel Xeon Quad-Core E5420 2.5GHz
RAM : 5 GB
HDD : 140 Gb / RAID 0
I have install clean CentOS 5.1 disable SELINUX and install gcc , gcc-c++ .
installation step:
# wget http://www.directadmmin.com/setup.sh
# chmod 755 setup.sh
# ./setup.sh
Select options 2 for apache/php setup
# Enter your choice (1 or 2): 2
# would you like the default settings of apache 2.2 and php 5 cli? (y/n) : y
install complete :
## INSTALL_COMPLETE
## ACCOUNT_INFO
The following information has been set:
Admin username: admin
Admin password: xxxxx
Admin email: xxxxx
Server IP: xxxxxx
Server Hostname: xxxxxxx
To login now, follow this link:
xxxxx
and enter your Admin username and password when prompted.
You should now visit http://admin.site-helper.com and http://www.directadmin.com/newinstall.html to learn how to get started.
Thank you for using DirectAdmin. Should you have any questions, don't hesitate to contact us at [email protected]
## REPORT_END
Permissions set
*******************************************
*******************************************
Cannot find /usr/local/bin/php
Please recompile php with custombuild, eg:
cd /usr/local/directadmin/custombuild
./build all d
*******************************************
*******************************************
Recompile
# cd /usr/local/directadmin/custombuild
# ./build all d
Error Msg
m -lcrypt -lnsl -lpthread -ldl
/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/custombuild/httpd-2.0.63/support'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/directadmin/custombuild/httpd-2.0.63/support'
make: *** [all-recursive] Error 1
Rebuild Apache again
# ./build apache
Error
/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/custombuild/httpd-2.0.63/support'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/directadmin/custombuild/httpd-2.0.63/support'
make: *** [all-recursive] Error 1
*** The make has failed, do you want to try to make again? (y,n):
Please help me.