Installing mcrypt into PHP

I'm running Fedora 2, and am using their Apache RPM install.

I tried to install mcrypt to get the better encryption, but when I tried to do a configure using the info from phpinfo(), I ended up with a bunch of error messages saying some of the items are not installed.

My understanding is that the RPM was a pre-built binary, and that's what's causing many of the config options to fail.

Now, I just want mcrypt added to my php. I really do not want to have to go and install 10-20 other non-relevent modules for PHP just to get this thing installed.

What options do I have at this point?

 

 

 

 

Top