| 
 Posted by inetquestion on 03/14/07 02:48 
php has been configured with the following two configure lines and 
core's during "make install" on the PEAR section.  Is there something 
simple i'm missing?  Any help would be appreciated. 
 
Environment: 
 
Solaris 9 
php 5.2.1 
GNU Make 3.81 
gcc 4.1.1 
 
 
 
 
../configure --prefix=/opt/foo/php5 --enable-force-cgi-redirect -- 
enable-discard-path --enable-fastcgi --with-curl=/opt/foo --enable- 
sockets --with-zlib=/opt/foo --with-libxml-dir=/opt/foo --with- 
openssl=/opt/foo --with-nsapi=/opt/foo/sunone/current --enable-ftp -- 
with-ldap=/opt/foo/openldap --with-snmp=/opt/foo/net-snmp --enable- 
soap --with-xsl=/opt/foo --enable-libgcc --with-mysql=/opt/foo/mysql -- 
with-pear 
 
../configure --prefix=/opt/foo/php5 --enable-force-cgi-redirect -- 
enable-discard-path --enable-fastcgi --with-curl=/opt/foo --enable- 
sockets --with-zlib=/opt/foo --with-libxml-dir=/opt/foo --with- 
openssl=/opt/foo --with-nsapi=/opt/foo/sunone/current --enable-ftp -- 
with-ldap=/opt/foo/openldap --with-snmp=/opt/foo/net-snmp --enable- 
soap --with-xsl=/opt/foo --enable-libgcc --with-mysql=/opt/foo/mysql -- 
without-pear 
 
 
Build complete. 
(It is safe to ignore warnings about tempnam and tmpnam). 
 
user@hostname:> installs/php-5.2.1:> make install 
Installing PHP SAPI module:       nsapi 
Installing PHP CLI binary:        /opt/foo/php5/bin/ 
Installing PHP CLI man page:      /opt/foo/php5/man/man1/ 
Installing build environment:     /opt/foo/php5/lib/php/build/ 
Installing header files:          /opt/foo/php5/include/php/ 
Installing helper programs:       /opt/foo/php5/bin/ 
  program: phpize 
  program: php-config 
Installing man pages:             /opt/foo/php5/man/man1/ 
  page: phpize.1 
  page: php-config.1 
Installing PEAR environment:      /opt/foo/php5/lib/php/ 
Segmentation Fault - core dumped 
make[1]: *** [install-pear-installer] Error 139 
make: *** [install-pear] Error 2
 
  
Navigation:
[Reply to this message] 
 |