Libssl error

mjokiel

Verified User
Joined
Nov 18, 2009
Messages
31
Hello,

During the installation of DirectAdmin on Debian 5 we got an error:

/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/4.3.2/../../../../lib/libssl.a(s2_clnt.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC
/usr/lib/gcc/x86_64-linux-gnu/4.3.2/../../../../lib/libssl.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[2]: *** [libcurl.la] Error 1
make[2]: Leaving directory `/usr/local/directadmin/custombuild/curl-7.19.6/lib'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/local/directadmin/custombuild/curl-7.19.6/lib'
make: *** [all-recursive] Error 1

Do you know how to resolve it?

Thanks,
Mariusz
 
I have the same problem.......

and solution on this?

Running Ubuntu 8.04 LTS here..... But the exactly the same error....
 
Not sure, but did u installed libssl-dev?

apt-get install libssl-dev

Maybe should fix it or maybe im wrong, dont sure, but i remember i had something similar with other applications.
 
Back
Top