php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15747 Undefined symbol "_mail_string"
Submitted: 2002-02-27 00:09 UTC Modified: 2002-07-14 01:00 UTC
Votes:2
Avg. Score:4.5 ± 0.5
Reproduced:1 of 2 (50.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: emeltser at hotmail dot com Assigned:
Status: No Feedback Package: IMAP related
PHP Version: 4.1.1 OS: OpenBSD 2.9
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: emeltser at hotmail dot com
New email:
PHP Version: OS:

 

 [2002-02-27 00:09 UTC] emeltser at hotmail dot com
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-13 18:03 UTC] sniper@php.net
This is actually some c-client problem. Please try a newer version of it.

 [2002-07-14 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 03:01:29 2024 UTC