Re: [PHP] Problems installing 5.1.4

2006-07-03 Thread Ashley M. Kirchner

Richard Lynch wrote:

Looks to me like PEAR is trying to phone home to download more PEAR
stuff to install PEAR stuff...

Are you connected to the internet?
  

   Yep, 24/7.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Problems installing 5.1.4

2006-07-03 Thread Chris

Ashley M. Kirchner wrote:


   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 [EMAIL PROTECTED]:/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 [EMAIL PROTECTED]:/usr/local/lib/php


   Looking at running processes (related to this install) I get this:


17828 pts/2S+ 0:00 make install
25312 pts/2S+ 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/2S+ 0:00 make -s install-pear-installer
25330 pts/2S+ 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?


The install list might be a better place to ask, they will have a much 
better idea of where to start working out what's going wrong.


--
Postgresql  php tutorials
http://www.designmagick.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Problems installing 5.1.4

2006-07-02 Thread Ashley M. Kirchner


   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 [EMAIL PROTECTED]:/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 [EMAIL PROTECTED]:/usr/local/lib/php


   Looking at running processes (related to this install) I get this:


17828 pts/2S+ 0:00 make install
25312 pts/2S+ 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/2S+ 0:00 make -s install-pear-installer
25330 pts/2S+ 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