I tried to compile apache today to enable mcrypt on my php but I keep on having problems.
I first compiled using WHM as usual, selected to compile to php 4.4.4 (was 4.4.2) then enable the modules that I need to use such as mcrypt, curl and so on.
Then when it compiles, it only compile the default modules.
'./configure' '--with-apxs=/usr/local/apache/bin/apxs' '--prefix=/usr/local' '--with-xml' '--enable-bcmath' '--enable-calendar' '--enable-ftp' '--enable-magic-quotes' '--with-mysqli' '--with-mysql=/usr' '--enable-discard-path' '--with-pear' '--enable-sockets' '--enable-track-vars' '--with-zlib'
I am not sure why. I then tried compiling again and it's still the same outcome. Compilation is successful and apache is running with php 4.4.4 but still only default modules.
I then tried using easyapache and when the script starts, it didn't let me choose any option. It just went straight to compile using default parameters like above.
Anyone have any idea?
Thanks.
I first compiled using WHM as usual, selected to compile to php 4.4.4 (was 4.4.2) then enable the modules that I need to use such as mcrypt, curl and so on.
Then when it compiles, it only compile the default modules.
'./configure' '--with-apxs=/usr/local/apache/bin/apxs' '--prefix=/usr/local' '--with-xml' '--enable-bcmath' '--enable-calendar' '--enable-ftp' '--enable-magic-quotes' '--with-mysqli' '--with-mysql=/usr' '--enable-discard-path' '--with-pear' '--enable-sockets' '--enable-track-vars' '--with-zlib'
I am not sure why. I then tried compiling again and it's still the same outcome. Compilation is successful and apache is running with php 4.4.4 but still only default modules.
I then tried using easyapache and when the script starts, it didn't let me choose any option. It just went straight to compile using default parameters like above.
Anyone have any idea?
Thanks.