Click to See Complete Forum and Search --> : ./configure bug?


Anon
07-25-2001, 09:02 PM
version: 4.0.6
platform: redhat 7.1

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

i finally tracked down my mcrypt problem... 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...