tags:

views:

340

answers:

1

I think I managed to install mcrypt lib. The files are in place, but it looks like the library doesn't run at all.

Tried to add:

extension=mcrypt.so

to PHP.INI; no good. Any help?

+1  A: 

Have you tried restarting Apache? It won't recognise the new installed module until you do so AFAIK. Also, you've written you "think" you've installed it - did you use eg apt-get or yum to install it (eg apt-get install php-mcrypt) or just download it?

richsage
apt-get results with "command not found". I manually downloaded the library, ran ./configure, then make and then sudo make install.Did I do wrong?
konzepz
Tried to install it with MacPorts: "sudo port install libmcrypt". Result: "Error: Target org.macports.activate returned: Image error: Another version of this port (libmcrypt @2.5.8_1+universal) is already active. Error: Status 1 encountered during processing."So Why oh why it doesn't load with Apache?
konzepz