install openSSL 0.9.8j, cannot rebuild PHP

WEBSG

Verified User
Joined
Sep 15, 2008
Messages
9
Update openSSL 0.9.8j with update.script, cannot rebuild PHP

hi,
my system is centos 5 ,64bits

i update openssl to version 0.9.8j with update.script in the forum.

openssl was updated successfully.

then i use custombuild to rebuild apache 2.2.11 and php.5.2.9

for apache , it rebuilt successfully.

for php, always failed,
erorr message:

ypt -o sapi/cli/php
ext/openssl/.libs/openssl.o: In function `zif_openssl_seal':
/usr/local/directadmin/custombuild/php-5.2.9/ext/openssl/openssl.c:3650: undefined reference to `EVP_CIPHER_CTX_block_size'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1


anybody got any idea for it?
thanks a million in advance.
 
Last edited:
i roll backup to original openssl 0.9.8b with centos 5 64 bit.

now. still canot build. still got this error.

suspect that update.script http://directadmin.com/forum/showthread.php?t=22587&highlight=updatescript cause the whole problem.
it should modify some files, even i re-install openssl in older version. still canot resolve the problem.


So just a lesson for all of you. DON'T really trust this tools.


if any of you know how to resolve problem,please tell me.
 
Back
Top