Centos 5.0, php-5.2.8 installation, chmod 755 /usr/local/apache2/modules/libphp5.so
Hello,
I have installed php-5.2.8, from source on RHEL5.2 AP, I faced no problem.
Now I am trying to install the same php from source on Centos 5.0 my installation of php taking too much time and cpu usage going 100% with a particular command apxs.
output from ps aux|grep apxs
root 7152 0.0 0.0 4468 968 pts/1 S+ 01:36 0:00 /bin/sh -c /usr/local/src/php-5.2.8/build/shtool mkdir -p '/usr/local/apache2/modules' && /usr/local/src/php-5.2.8/build/shtool mkdir -p '/usr/local/apache2/conf' && /usr/local/apache2/bin/apxs -S LIBEXECDIR='/usr/local/apache2/modules' -S SYSCONFDIR='/usr/local/apache2/conf' -i -a -n php5 libphp5.la
root 7277 99.6 0.2 6560 2592 pts/1 R+ 01:36 11:08 /usr/bin/perl -w /usr/local/apache2/bin/apxs -S LIBEXECDIR=/usr/local/apache2/modules -S SYSCONFDIR=/usr/local/apache2/conf -i -a -n php5 libphp5.la
While on the terminal on which i passed make && make install, I am getting message as:
cp .libs/libphp5.lai /usr/local/apache2/modules/libphp5.la
libtool: install: warning: remember to run `libtool --finish /usr/local/src/php-5.2.8/libs'
chmod 755 /usr/local/apache2/modules/libphp5.so
I am not getting back to the terminal and have the same message.
I have a file created in /usr/local/apache2/modules/libphp5.so
wc -l /usr/local/apache2/modules/libphp5.so
70996 /usr/local/apache2/modules/libphp5.so
-rwxr-xr-x 1 root root 12804444 Dec 31 01:36 /usr/local/apache2/modules/libphp5.so
I have space on all my partitions.
What can be the reason? Any idea?
Thanks & Regards
Anuj Singh
|