Installing php 5.0.2 on RH9...

Configure and make worked fine, but install segfaulted at the end with PEAR
installation. It seems to be working fine and nothing unusual, but why is it
faulting? I had the same result with 5.0.1, but not 4.x. 5.0.x seems to be
seg faulting when it gets to the PEAR part... Any ideas why or how I can fix
it?

Thanks!

#./configure --with-apxs2=/usr/bin/apxs \
--enable-exif \
--with-gd \
--with-jpeg-dir=/usr/local/lib \
--with-png-dir=/usr/local/lib \
--with-zlib-dir=/usr/local/include \
--with-mysql=/usr/local/mysql \
--with-pfpro=/usr/local/verisign/payflowpro \
--with-curl \
--with-pspell \
--with-xmlrpc
#make
#make install
Installing PHP SAPI module:       apache2handler
/usr/build/instdso.sh SH_LIBTOOL='/usr/build/libtool' libphp5.la
/usr/modules
/usr/build/libtool --mode=install cp libphp5.la /usr/modules/
cp .libs/libphp5.so /usr/modules/libphp5.so
cp .libs/libphp5.lai /usr/modules/libphp5.la
libtool: install: warning: remember to run `libtool --finish
/root/downloads/php-5.0.2/libs'
chmod 755 /usr/modules/libphp5.so
[activating module `php5' in /usr/conf/httpd.conf]
Installing PHP CLI binary:        /usr/local/bin/
Installing PHP CLI man page:      /usr/local/man/man1/
Installing PEAR environment:      /usr/local/lib/php/
[PEAR] Archive_Tar    - already installed: 1.1
[PEAR] Console_Getopt - already installed: 1.2
make[1]: *** [install-pear-installer] Segmentation fault
make: *** [install-pear] Error 2

Reply via email to