I'm trying to get v5.1.4 installed on my server and running into
something of a mystery. I can configure and run make with no problem.
When I run 'make install' however, it starts the process, installing the
dynamic modules, PHP SAPI module, make the necessary changes in
httpd.conf and moves on to installing the other pieces:
--------------------
Installing PHP CLI binary: /usr/local/bin/
Installing PHP CLI man page: /usr/share/man/man1/
Installing shared extensions:
/usr/local/lib/php/extensions/no-debug-non-zts-20050922/
Installing build environment: /usr/local/lib/php/build/
Installing header files: /usr/local/include/php/
Installing helper programs: /usr/local/bin/
program: phpize
program: php-config
Installing man pages: /usr/share/man/man1/
page: phpize.1
page: php-config.1
Installing PEAR environment: /usr/local/lib/php/
--------------------
That's where it just dies. Dies in the sense that, it just sits
there. Doesn't seem to be doing anything at all. My only recourse at
that point is to hit CTRL-C.
Now, looking in /usr/local/lib/php I see the following:
--------------------
[200] 19:41:56 <root@desperado:/usr/local/lib/php> ls -al
total 20
drwxr-xr-x 4 root root 4096 Jul 2 18:59 ./
drwxr-xr-x 5 root root 4096 Jul 2 18:59 ../
drwxr-xr-x 2 root root 4096 Jul 2 18:59 build/
drwxr-xr-x 3 root root 4096 Jul 2 18:59 extensions/
[201] 19:41:58 <root@desperado:/usr/local/lib/php>
--------------------
Looking at running processes (related to this install) I get this:
--------------------
17828 pts/2 S+ 0:00 make install
25312 pts/2 S+ 0:00 /bin/sh -c if test -f
pear/install-pear-nozlib.phar &&
/usr/local/src/apache/php-5.1.4/build/shtool mkdir -p
/usr/local/lib/php; then make -s install-pear-installer; else cat
/usr/local/src/apache/php-5.1.4/pear/install-pear.txt; fi
25329 pts/2 S+ 0:00 make -s install-pear-installer
25330 pts/2 S+ 0:00 /usr/local/src/apache/php-5.1.4/sapi/cli/php
-n -dshort_open_tag=0 -dsafe_mode=0 -derror_reporting=E_ALL
-dmemory_limit=-1 -ddetect_unicode=0 pear/install-pear-nozlib.phar -d
/usr/local/lib/php -b /usr/local/bin
--------------------
It's just sitting there, doing nothing.
What's going on here? How do I even start figuring out why it won't
finish the install?
-- A
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php