Greetings,
I'm hoping someone could tell me how to compile an existing PHP 5 install to use mcrypt? Thanks in advance.
Configuring an existing PHP install
Moderator: General Moderators
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Re: Configuring an existing PHP install
Do you still have to build directory and source? If not you'll be building from fresh.t0ta11 wrote:Greetings,
I'm hoping someone could tell me how to compile an existing PHP 5 install to use mcrypt? Thanks in advance.
Re: Configuring an existing PHP install
This is an existing install of PHP 5 that is already in place on a Fedora Core 6 system. I'm a bit new to doing it this way. I've looked to see if there is a current source directory, but unable to find it.d11wtq wrote: Do you still have to build directory and source? If not you'll be building from fresh.
fedora extra provides a php mcrypt package, see http://fedoraproject.org/extras/6/i386/ ... group.html
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
That sounds odd. Try (in this order):t0ta11 wrote:I have installed php-mcrypt via Yum, but I don't think PHP is configured to use it, hence my original question....
* Remove php-mcrypt with yum
* Remove PHP with yum (is it even installed from yum/rpm??)
* Install PHP with yum
* Install php-mcrypt with yum