From: [EMAIL PROTECTED] Operating system: OpenBSD 2.9 PHP version: 4.1.1 PHP Bug Type: Apache related Bug description: Undefined symbol "_mail_string"
Just downloaded PHP 4.1.1 onto OpenBSD 2.9, running apache 1.3.19 ./Configured with: ./configure --with-apxs=/usr/sbin/apxs --with-config-file-path=/var/www/conf --enable-calendar--enable-bcmath --enable-trans-sid --with-yp --with-pcre-regex --enable-ftp --with-xml --with-openssl --with-zlib --enable-sysvsem --enable-sysvshm --without-curl --without-gdbm --with-gettext --with-imap=/usr/local --with-imap-ssl=/usr/local --without-ldap --with-mhash --without-mm --without-recode --without-snmp --without-gd --without-pdflib --disable-dbase --disable-filepro --without-mysql --with-pgsql=/usr/local/lib --without-iodbc --prefix=/usr/local --sysconfdir=/etc ,, then make'd, recieving a warning: *** Warning: inter-library dependencies are not known to be supported. *** All declared inter-library dependencies are being dropped. *** The inter-library dependencies that have been dropped here will be *** automatically added whenever a program is linked with this library ,, then install'd it fine, but upon restarting apache, recieved: /usr/libexec/ld.so: Undefined symbol "_mail_string" in | httpd:/usr/lib/apache/modules/libphp4.so | /usr/sbin/apachectl restart: httpd could not be started Seems like this issue already been fixed in 4.0.x versions, is it back in 4.1??? Has anyone run into this before? Does anyone know any way to solve it? Thanks, Gene -- Edit bug report at http://bugs.php.net/?id=15747&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=15747&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=15747&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=15747&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=15747&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=15747&r=support Expected behavior: http://bugs.php.net/fix.php?id=15747&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=15747&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=15747&r=submittedtwice
