Failed New Installation DA on Centos 5.5

longvnit

New member
Joined
Apr 23, 2010
Messages
3
I installed DA on new server using OS centos 5.5 latest version (32 bit).
Begin i using command:
Code:
yum install gcc g++ make flex bison openssl libssl-dev perl perl-base perl-modules
And download setup.sh and run its.
I installed DA with custombuild get PHP 5.x and apache 2.2 & MySQL 5.1
When installation process finished. I got error message : Starting httpd: httpd:
Code:
Syntax error on line 141 of /etc/httpd/conf/httpd.conf: Syntax error on line 21 of /etc/httpd/conf/extra/httpd-vhosts.conf: Could not open configuration file /etc/httpd/conf/ips.conf: No such file or directory
And when i use command: service directadmin start then it show error:
Code:
Starting DirectAdmin: /usr/local/directadmin/directadmin: error while loading shared libraries: libmysqlclient.so.15: cannot open shared object file: No such file or directory [FAILED]
I fixed with guide at : http://help.directadmin.com/item.php?id=236
I downloaded file libmysqlclient.so.15 at http://files.directadmin.com/services/es_5.0/libmysqlclient.so.15 and move into /usr/lib and start service directadmin again, it isn't show error and i checked log , it is empty but service directadmin didn't run.

Please help me ! Thanks
Sorry for my bad english :D
 
I fixed with guide at : http://help.directadmin.com/item.php?id=236
I downloaded file libmysqlclient.so.15 at http://files.directadmin.com/services/es_5.0/libmysqlclient.so.15 and move into /usr/lib and start service directadmin again, it isn't show error and i checked log , it is empty but service directadmin didn't run.

I get the same error too. (CentOS 5.5)

Please ensure you run the following commands:

Code:
wget -O /usr/lib/libmysqlclient.so.15 http://files.directadmin.com/services/es_5.0/libmysqlclient.so.15
chmod 755 /usr/lib/libmysqlclient.so.15
ldconfig
cd /usr/local/directadmin
./directadmin i
./directadmin p

After that you should have directadmin service running. Wait for several minutes and login to DA and check if all services are running, or you can restart all manually, since some services is not properly set up when directadmin failed to install.
 
Last edited:
We have many CentOS 5.5 x86/x86_64 systems and dont have any problems with installing the servers.
Are you sure you have set the correct version at your license?

We are using for our servers the line below, and installing them with 'linux text' with minimum packages.
yum install -y make gcc gcc-c++ quota vixie-cron crontabs rdate nano bind-utils perl perl-libwww-perl sharutils net-snmp ncurses ncurses-devel vim-enhanced rpm-build* perl-Archive-Tar gpg sudo screen fping perl-Crypt-DES perl-Net-SNMP nagios-nrpe jwhois which libxslt-devel libxml2-devel lsof finger autoconf smartmontools libcap* libc-client libc-client-devel flex
We have added some stuff that we need for our servers/clients.
 
Back
Top