error during install debian linux

BAD_BOMBER

New member
Joined
Mar 24, 2006
Messages
1
I have tried 3 reformats on debian linux with no joy each time it stops with this error during install


/usr/bin/ld: cannot find -lltdl
collect2: ld returned 1 exit status
make: *** [libphp4.la] Error 1
./directadmin: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
./directadmin: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
server3:~#

Any ideas what this could be i haver checked it is installed

Thanks in advance
 
BAD_BOMBER said:
I have tried 3 reformats on debian linux with no joy each time it stops with this error during install


/usr/bin/ld: cannot find -lltdl
collect2: ld returned 1 exit status
make: *** [libphp4.la] Error 1
./directadmin: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
./directadmin: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
server3:~#

Any ideas what this could be i haver checked it is installed

Thanks in advance
hm, try this:
apt-get update
apt-get install libstdc++6 libstdc++6-dev
 
Back
Top