![]() |
compile error
Hi I have a problem installing ISPConfig on my debian AMD64 sarge.
If i run ./setup this error will displayed: /usr/bin/ld: /root/ispconfig/openssl/lib/libssl.a(s2_srvr.o): relocation R_X86_64_32S can not be used when making a shared object; recompile with -fPIC /root/ispconfig/openssl/lib/libssl.a: could not read symbols: Bad value collect2: ld returned 1 exit status make: *** [libphp5.la] Error 1 ERROR: Could not make PHP Then I change this line in compile_aps/compile from: ./config --prefix=${INSTALL_ROOT}/openssl || error "Could not configure OpenSSL" to: ./config --prefix=${INSTALL_ROOT}/openssl shared || error "Could not configure OpenSSL" The I get this error: ./gen_test_char >test_char.h ./gen_test_char: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory make[3]: *** [test_char.h] Error 127 make[2]: *** [subdirs] Error 1 make[2]: Leaving directory `/root/install_ispconfig/compile_aps/apache_1.3.33/src' make[1]: *** [build-std] Error 2 make[1]: Leaving directory `/root/install_ispconfig/compile_aps/apache_1.3.33' make: *** [build] Error 2 ERROR: Could not make Apache Can anybody help me? |
Quote:
Code:
--with-openssl=${INSTALL_ROOT}/opensslCode:
WITH_OPENSSL="--with-openssl" |
Hi, thank you for your fast reply.
what do you mean with "a few hours" ??? this day? this week? :) |
Version 2.2.0 compile error
:( I have downloaded Version 2.2.0 and get now this error
Code:
Configuring extensions |
Is openssl installed on your Debian system? Please run
Code:
apt-get install libssl-dev openssl |
| All times are GMT +2. The time now is 10:12. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.