Problem with installing php-5.2.3 on Redhat linux with apache-2.2.4?
Monday, July 19th, 2010 at
10:02
I am trying to install php on my redhat linux.I have already installed apache2 in /usr/local/apache2.
now i am trying to install php like this:
cd php-5.2.3
./configure –enable-so
it gives the error: libxm12 version 2.6.11 or greater required.
how to install libxm12 version 2.6.11 on my linux .
Tagged with: apache2 • Linux • redhat linux
Filed under: Redhat
Like this post? Subscribe to my RSS feed and get loads more!
find the rpm file for libxm12 and install it on your system. You can find it on a site like rpmfind.net.
You can also use the "yum" utility to install it and that will install all the other required libraries that you need.