回復(fù) 4# admin
安裝成功
[root@localhost ~]# openssl version -aOpenSSL 1.0.1c 10 May 2012
built on: Fri Nov 9 21:09:17 CST 2012
platform: linux-x86_64
options: bn(64,64) rc4(16x,int) des(idx,cisc,16,int) idea(int) blowfish(idx)
compiler: gcc -fPIC -DOPENSSL_PIC -DZLIB -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -m64 -DL_ENDIAN -DTERMIO -O3 -Wall -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM
OPENSSLDIR: "/usr/local/ssl"
openssl編譯 ./config --prefix=/usr/local/ssl
make[1]: Entering directory `/root/openssl-1.0.1c/test'
make[1]: Nothing to be done for `generate'.
make[1]: Leaving directory `/root/openssl-1.0.1c/test'
Configured for linux-x86_64.
[root@localhost openssl-1.0.1c]#
PHP 編譯 ./configure --with-openssl=/usr/local/ssl
main/php_config.h is unchanged
creating main/internal_functions.c
creating main/internal_functions_cli.c
+--------------------------------------------------------------------+
| License: |
| This software is subject to the PHP License, available in this |
| distribution in the file LICENSE. By continuing this installation |
| process, you are bound by the terms of this license agreement. |
| If you do not agree with the terms of this license, you must abort |
| the installation process at this point. |
+--------------------------------------------------------------------+
Thank you for using PHP.
[root@localhost php-5.3.17]#
老大這些都完成了,也重新啟動了服務(wù)器。。。
結(jié)果,還是一樣,還是報一樣的錯。。
而且,用phpinfo()
查看,openssl 的版本 還是 0.98
在SSH下面是:
root@localhost ~]# openssl version -aOpenSSL 1.0.1c 10 May 2012
built on: Fri Nov 9 21:09:17 CST 2012
platform: linux-x86_64
我哪里做錯?或者是做差了嗎??
|