On some x86-64 systems the openssl code shipped in install_ispconfig/compile_aps doesn't compile.
ISPConfig Installation fails saying something about shipped PHP not working, the first ERROR in the log being some register thing on openssl.
To fix this, edit install_ispconfig/compile_aps/compile and look for a line like
Code:
./config --prefix=${INSTALL_ROOT/openssl || error
and change it to
Code:
./Configure linux-generic64 --prefix=${INSTALL_ROOT/openssl || error
I am not familiar with your ticketing system and to be honest I am busy and don't want to spend time on learning it. Anybody who reports this fix/workaround to the developers is welcome to take all the credit.
Recent comments
1 day 4 hours ago
1 day 6 hours ago
1 day 18 hours ago
1 day 21 hours ago
2 days 1 hour ago
2 days 7 hours ago
2 days 17 hours ago
2 days 18 hours ago
3 days 2 hours ago
3 days 4 hours ago