ID:               16962
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
 Bug Type:         *Compile Issues
 Operating System: Solaris >= 2.6
 PHP Version:      4.2.0
 New Comment:

What does config.log tells you about this?

Derick


Previous Comments:
------------------------------------------------------------------------

[2002-05-02 08:18:47] [EMAIL PROTECTED]

Results of configure command:

checking for mcrypt support... yes
checking for mcrypt_module_open in -lmcrypt... no
checking for init_mcrypt in -lmcrypt... no
configure: error: Sorry, I was not able to diagnose which libmcrypt
version you have installed.


Commands being executed (shortened to include only applicable):

gzip -d libmcrypt-2.5.0.tar.gz ; tar xf libmcrypt-2.5.0.tar ; cd
libmcrypt-2.5.0 ; ./configure ; make ; make check ; make install ; cd
..
export
LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib/libmcrypt:/usr/local/mysql/lib/mysql/lib:/usr/local/ssl/lib:$LD_LIBRARY_PATH

gzip -d mcrypt-2.5.13.tar.gz ; tar xf mcrypt-2.5.13.tar ; cd
mcrypt-2.5.13 ; CPPFLAGS=-I/usr/local/include ./configure ; make ; make
check ; make install ; cd ..
gzip -d php-4.2.0.tar.gz ; tar xf php-4.2.0.tar ; cd php-4.2.0 ;
./configure --with-apxs=/usr/local/apache/bin/apxs --with-gd
--with-ldap --with-mcrypt --with-mhash --with-mm=/usr/local/lib
--with-mysql --with-openssl=/usr/local/ssl
--with-snmp=/usr/local/ucd-snmp --with-zlib-dir=/usr/local
--enable-bcmath --enable-calendar --enable-ftp --enable-sockets
--enable-sysvsem --enable-sysvshm --enable-tokenizer
--enable-track-vars


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=16962&edit=1

Reply via email to