Team,
I have changed my './configure' command to:
`
[root@nms php-5.2.5]# CFLAGS="-O3 -march=i686 -mtune=i686 -funroll-loops -fomit-frame-pointer" ./configure --prefix=/usr --with-exec-dir=/usr/bin --with-apache=../apache_1.3.39 --with-config-file-path=/etc/httpd --with-ttf --with-mm --with-pgsql --with-gettext --enable-inline-optimization --enable-bcmath --with-libxml-dir=/usr --with-zlib-dir=/usr --with-png-dir=/usr --with-jpeg-dir=/usr --with-openssl
`
which goes successfully.
But when I do 'make' the error message obtained is:
`
[..snipped]
-lpq -lrt -lz -lresolv -lm -ldl -lnsl -lxml2 -lm -lssl -lcrypto -ldl -lxml2 -lm -lxml2 -lm -lcrypt -lxml2 -lm -lxml2 -lm -lxml2 -lm -lcrypt -o sapi/cli/php
ext/openssl/openssl.o: In function `zif_openssl_verify':
openssl.c:(.text+0x63c7): undefined reference to `EVP_md2'
ext/openssl/openssl.o: In function `zif_openssl_sign':
openssl.c:(.text+0x6581): undefined reference to `EVP_md2'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1
`
Further information, PostgreSQL-8.1.10 has already be successfully installed with Openssl-0.9.8g and working OK.
Your help will be appreciated.
With kindest regards,
Mtimkavu