We are having no luck at all with compiling 3.0.18 and 4.0.4r1 when enable_versioning is included in the 3.0.18 (compiles ok without it) any suggestions?
!!Core dump!! with --enable-versioning PHP3.0.18 as DSO for apache_1.3.14 on RH7?
Current ./configure's for relevent items
Red Hat 7.0 (Guinness)
uname -mrspv
Linux 2.2.16-22 #1 Tue Aug 22 16:49:06 EDT 2000 i686 unknown
apache_1.3.14 (compiles & installs fine)
./configure --with-layout=Apache --prefix=/usr/local/apache_1.3.14 --enable-module=so
gd-1.8.3 (just make install, works fine)
mysql-3.23.30-gamma (compiles & installs fine)
./configure --prefix=/usr/local/mysql
php-4.0.4pl1 (compiles & installs & runs fine (had to mysql dir to /etc/ld.so.conf))
./configure --with-apxs=/usr/local/apache_1.3.14/bin/apxs --enable-versioning --with-config-file-path=/etc/httpd/conf --with-exec-dir=/usr/local/apache_1.3.14/cgi-bin --with-mysql=/usr/local/mysql --with-system-regex=yes --with-xml --enable-memory-limit=yes --enable-debug --enable-debugger --enable-track-vars --enable-safe-mode
php-3.0.18
./configure --with-apxs=/usr/local/apache_1.3.14/bin/apxs --enable-versioning --with-config-file-path=/etc/httpd/conf --with-exec-dir=/home/httpd/cgi-bin --with-mysql=/usr/local/mysql/ --with-system-regex --with-xml --enable-memory-limit=yes --enable-debug --enable-debugger --enable-track-vars --enable-safe-mode
$ /usr/local/apache_1.3.14/bin/apachectl start
/usr/local/apache_1.3.14/bin/apachectl: line 171: 15098 Segmentation fault
(core dumped) $HTTPD
/usr/local/apache_1.3.14/bin/apachectl start: httpd could not be started
$
php-3.0.18 will work without --enable-versioning .....
any ideas