openssl.lo: file not recognized: File truncated

dan35

Verified User
Joined
Nov 21, 2004
Messages
123
I got the following error.

ext/openssl/openssl.lo: file not recognized: File truncated
*** Error code 1

Stop in /usr/local/directadmin/custombuild/php-4.4.7.


FreeBSD 5.5
openssl-stable-0.9.7m

default_php=4
php4_cli=yes
php4_cgi=no
php5_cli=no
php5_cgi=yes
apache_ver=2.2
mail-header-patch=yes
dovecot=yes


------------------------------
no errors with php compiling with the following options (except 500 error)
default_php=4
php4_cli=no
php4_cgi=yes
php5_cli=no
php5_cgi=yes
apache_ver=2.2
mail-header-patch=yes
dovecot=yes


with customapache, no errors at all.
 
Last edited:
Did you try to add something to the configure.php files? Try "./build clean", "./build php n".
 
The issue has been resolved with "build clean."

Thx, Martynas!
 
Back
Top