From:             [EMAIL PROTECTED]
Operating system: OpenBSD 3.0
PHP version:      4.1.2
PHP Bug Type:     Dynamic loading
Bug description:  Apache Startup Failure: Undefined symbol "_mail_string" 

I am having problems installing php as a dso with imap 
support on my OpenBSD 3.0 system. I would use the OpenBSD 
port but I am concerned about the upload security hole. in 
php-4.0.6. The configure, make, and make install work fine 
but when I attempt to start apache I receive the error 
'Undefined symbol "_mail_string" in module php...' I am 
using the following software:

- apache_1.3.24/mod_ssl
- imap-2001a (compiled and copied .a and .h files to 
/usr/local/include and /usr/local/lib per instructions on 
http://www.php.net/manual/en/ref.imap.php) 
- php-4.1.2

My configure string follows:

./configure --with-mysql=/usr/local 
--with-apxs=/home/httpd/bin/apxs --prefix=/usr/local
--with-config-file-path=/home/httpd/conf --enable-bcmath 
--enable-calendar --enable-ftp --with-gettext=/usr/local 
--with-mhash=/usr/local --with-pspell=/usr/local --with-mm 
--without-curl --without-gdbm --without-ldap 
--without-recode --without-snmp --disable-dbase 
--disable-filepro --without-iodbc --sysconfdir=/etc 
--enable-sysvsem --enable-sysvshm --with-imap=/usr/local 
--with-imap-ssl=/usr
-- 
Edit bug report at http://bugs.php.net/?id=16413&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16413&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16413&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16413&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16413&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16413&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16413&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16413&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16413&r=submittedtwice

Reply via email to