DA Install problems on cent0S 4.4

rogerdavis

Verified User
Joined
Oct 9, 2004
Messages
41
Hi can anyone point me in the right direction, I have never seen this on any DA install that I done.

Its a new dedicated with CentOS 4.4 and when I run the install script it keeps stopping on

"/usr/bin/ld: cannot find -lltdl
collect2: ld returned 1 exit status
make: *** [libphp4.la] Error 1
cp: `/var/www/html/squirrelmail/data/default_pref' and `/var/www/html/squirrelmail-1.4.7/data/default_pref' are the same file
cp: `/var/www/html/squirrelmail/data/index.php' and `/var/www/html/squirrelmail-1.4.7/data/index.php' are the same file
./install.sh: line 208: 28991 Segmentation fault ./directadmin i
./install.sh: line 211: 28992 Segmentation fault ./directadmin p
"

As I say its a fresh install but keeps konking out on the -ltdl part of the script.

Anyone had this error and sorted the problem please.

Regards

Les
 
Hi,
That library is part of libtool, which is used to create dynamic libraries. First, update your system by loggin in as root and running the command :-

yum update

After the update completes, run :-


yum install libtool

then allow yum to install the various dependancies. You should now be set to install DA (assuming you don't have anything else missing).
 
Ok we did that but ended up with below and im sure i see that there was no link to perl 5.8
but it went past that bit.

Maybe when they installed the OP perhaps they installed some services ?

any clues





cp: `/var/www/html/squirrelmail/data/default_pref' and `/var/www/html/squirrelmail-1.4.7/data/default_pref' are the same file
cp: `/var/www/html/squirrelmail/data/index.php' and `/var/www/html/squirrelmail-1.4.7/data/index.php' are the same file
./install.sh: line 208: 30091 Segmentation fault ./directadmin i
./install.sh: line 211: 30092 Segmentation fault ./directadmin p
 
I would guess that squirrelmail was installed by the OS install, and so conficted with the DA install looking at that error. But given the number of errors you have, you might want to request a reinstall of the server.

Earlier this evening, I installed DA on a centos 4.4 box, and had non of these problems. For the OS, I did a custom install from the centos DVD iso, then unchecked all of the additional packages except the development tools package (needed for gcc, libtool etc). I then did a yum update, installed named and installed DA.

Using that procedure, the DA install completed without any problems.

HTH.
 
heres the answer so where are the two different installers ???

macooper said:
I would guess that squirrelmail was installed by the OS install, and so conficted with the DA install looking at that error. But given the number of errors you have, you might want to request a reinstall of the server.

Earlier this evening, I installed DA on a centos 4.4 box, and had non of these problems. For the OS, I did a custom install from the centos DVD iso, then unchecked all of the additional packages except the development tools package (needed for gcc, libtool etc). I then did a yum update, installed named and installed DA.

Using that procedure, the DA install completed without any problems.

HTH.


click on this link
http://directadmin.com/forum/showthread.php?threadid=14728
 
rogerdavis said:

./install.sh: line 208: 30091 Segmentation fault ./directadmin i
./install.sh: line 211: 30092 Segmentation fault ./directadmin p
I would guess this is caused by using a version of Directadmin for a different OS.
 
Back
Top