ID:               30505
 User updated by:  php at thesnodgrass dot com
 Reported By:      php at thesnodgrass dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Reproducible crash
 Operating System: FreeBSD 5.1
 PHP Version:      5.0.2
 New Comment:

Nevermind I figured out that it is a borked OpenSSL installation. 
Sorry about the noise.

For future users having this problem: remove all of your ./configure
options (except for the most basic), build, and install.  Then go back
and add the options you need one by one and rebuild and reinstall. 
Rinse and repeat until you find out which option is breaking the
install.


Previous Comments:
------------------------------------------------------------------------

[2004-10-21 02:31:34] php at thesnodgrass dot com

Description:
------------
Upgrading from 5.0.1 to 5.0.2

./configure --with-apxs2=/usr/local/apache/bin/apxs --with-pgsql
--with-pfpro=/usr/local --enable-calendar --with-openssl –-with-zlib
–-with-bz2

'./configure' and 'make' work fine.

running 'make install' gives:

Installing PHP SAPI module:       apache2handler
/usr/local/apache/build/instdso.sh
SH_LIBTOOL='/usr/local/apache/build/libtool' libphp5.la
/usr/local/apache/modules
/usr/local/apache/build/libtool --mode=install cp libphp5.la
/usr/local/apache/modules/
cp .libs/libphp5.so /usr/local/apache/modules/libphp5.so
cp .libs/libphp5.lai /usr/local/apache/modules/libphp5.la
libtool: install: warning: remember to run `libtool --finish
/usr/src/php-5.0.2/libs'
chmod 755 /usr/local/apache/modules/libphp5.so
[activating module `php5' in /usr/local/apache/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/
Segmentation fault (core dumped)
*** Error code 139

Stop in /usr/src/php-5.0.2.
*** Error code 1

Stop in /usr/src/php-5.0.2.



Tried latest snapshot, same thing.
If I go back to /usr/src/php-5.0.1 and run make install everything
works fine.





------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=30505&edit=1

Reply via email to