Hi,
I'm trying to install mcrypt to my php installation. For the record, my
installation string as reported by:
strings /usr/local/apache/libexec/libphp4.so | grep configure
is:
'./configure' '--prefix=/usr/share/php'
'--with-config-file-path=/usr/share/php'
'--with-apxs=/usr/local/apache/bin/apxs' '--with-mcrypt=/usr'
'--with-mysql=/usr' '--enable-track-vars' '--enable-magic-quotes'
'--enable-calendar'
Can I force PHP to use the supplied files that reside in /php-4.0.6/ext/mcrypt?
I can only assume that these were known to work. Otherwise, I'm sure they wouldn't be in the php tarball. I'm having trouble with the latest mcrypt and one of my error messages is very similar to one the author addresses on his message board where the prescribed fix (by him) is to upgrade the gcc
compiler. (I've got 2.96) Before I go there, I'd like to nail down a stable configuration.
Thanks! -jl