Help me

i try to install php-4.0.4pl1 like this ( i used libmcrypt-2.4.8)

FreeBSD# ./configure --with-zlib=/data/source/zlib --with-mm
--with-mysql=/usr/local/mysql --with-mcal=../libmcal --with-ldap
--with-imap=../imap --with-gettext --enable-ftp
--with-db3=/usr/local/BerkeleyDB.3.1 --with-apache=../apache --with-mcrypt

and i got error message like this

checking whether to include LDAP support... yes
checking for MCAL support... yes
checking for mcrypt support... yes
checking for init_mcrypt in -lmcrypt... no
checking for mcrypt_module_open in -lmcrypt... no
configure: error: Sorry
                                      
and message in config.log like this (tail -n 20 config.log) 
/usr/local/lib/libldap.so: undefined reference to
`SSL_CTX_use_certificate_file'
/usr/local/lib/libldap.so: undefined reference to `SSL_state_string_long'
/usr/local/lib/libldap.so: undefined reference to `SSL_set_info_callback'
/usr/local/lib/libldap.so: undefined reference to `SSL_connect'
/usr/local/lib/libldap.so: undefined reference to `X509_get_issuer_name'
/usr/local/lib/libldap.so: undefined reference to `SSL_free'
/usr/local/lib/libldap.so: undefined reference to
`SSL_get_peer_certificate'
/usr/local/lib/libldap.so: undefined reference to
`SSL_CTX_set_client_CA_list'
/usr/local/lib/libldap.so: undefined reference to `SSL_write'
configure: failed program was:
#line 23058 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char mcrypt_module_open();

int main() {
mcrypt_module_open()
; return 0; }



what should i do...?

TIA


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to