Fresh install

kisiek

Verified User
Joined
Apr 25, 2007
Messages
44
Hi guys
Today i want to install DA on centos 5.6 x86_64
custombuild
default php 5
php 5 cgi
php 4 cli
And i've got problem with install on fresh os

/usr/bin/ld: /usr/local/lib/libltdl.a(ltdl.o): relocation R_X86_64_32S against `a local symbol' can not be used when making a shared object; recompile with -fPIC
/usr/local/lib/libltdl.a(ltdl.o): could not read symbols: Bad value
collect2: ld returned 1 exit status
make: *** [libphp4.la] Error 1

any idea how to fix it ?
 
I've googled a little bit on the subject and found a suggestion to install the devel package for the 32-bit glibc package and try again.
 
Setting up Install Process
Package glibc-devel-2.5-58.el5_6.4.x86_64 already installed and latest version
Package glibc-devel-2.5-58.el5_6.4.i386 already installed and latest version
Package glibc-2.5-58.el5_6.4.x86_64 already installed and latest version
Package glibc-2.5-58.el5_6.4.i686 already installed and latest version
Nothing to do

Already have glibc-devel so what next ?
 
Back
Top