|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2000-09-07 00:26 UTC] gallen at nospamvalere dot net
configure in 4.0.2 unable to find mcrypt_module_open after install of libmcrypt-2.4.4
checking for Java support... no
checking whether to include LDAP support... no
checking for MCAL support... no
checking for mcrypt support... yes
checking for init_mcrypt in -lmcrypt... no
checking for mcrypt_module_open in -lmcrypt... no
configure: error: Sorry
Configure info listed below:
CPPFLAGS="-I/usr/local/include/gd/ -I/usr/local/BerkeleyDB.3.1/include/" \
LDFLAGS=-L/usr/local/BerkeleyDB.3.1/lib/ \
./configure --with-apxs=/usr/local/www/bin/apxs \
--disable-debug \
--with-pgsql=/usr/home/pgsql \
--with-xml \
--with-ftp \
--enable-track-vars \
--enable-trans-sid \
--with-db3=/usr/local/BerkeleyDB.3.1 \
--with-mcrypt
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 16:00:01 2025 UTC |
/* 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 init_mcrypt(); int main() { init_mcrypt() ; return 0; } configure:21289: checking for mcrypt_module_open in -lmcrypt configure:21308: gcc -o conftest -g -O2 -I/usr/local/include/gd/ -I/usr/local/BerkeleyDB.3.1/include/ -R/usr/loc al/lib -L/usr/local/lib conftest.c -lmcrypt -ldb-3 -lm -lcrypt -lltdl 1>&5 /usr/libexec/elf/ld: cannot open -ldb-3: No such file or directory configure: failed program was: #line 21297 "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; }