From:             [EMAIL PROTECTED]
Operating system: Solaris >= 2.6
PHP version:      4.2.0
PHP Bug Type:     *Compile Issues
Bug description:  Compile failure with --with-mcrypt with libmcrypt-2.5.0 and 
mcrypt-2.5.13

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 bug report at http://bugs.php.net/?id=16962&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16962&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16962&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16962&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16962&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16962&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16962&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16962&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16962&r=submittedtwice

Reply via email to