Click to See Complete Forum and Search --> : PHP 4.0.6 ./configure bug or problem?


alexdg
07-26-2001, 12:03 AM
version: 4.0.6
platform: redhat 7.1

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

it appears that mcrypt is in conflict with gd...

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

./configure --with-mcrypt

^--- works just fine
-----------------------------------

./configure --with-mcrypt --with-gd

....
checking for mcrypt support... yes
checking for mcrypt_module_open in -lmcrypt... no
checking for init_mcrypt in -lmcrypt... no
configure: error: Sorry

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

separate everything works just fine, configure and compile wise, but if i put GD inside, mcrypt breaks...

anyone's got a workaround for this?

thank you very much...