php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2539 undefined symbol: charset_vbprintf
Submitted: 1999-10-15 21:56 UTC Modified: 2002-06-16 14:16 UTC
From: jphillips at ergonet-ent dot com Assigned:
Status: Not a bug Package: Reproducible Crash
PHP Version: 3.0 Latest CVS (15/10/1999) OS: Linux linux3 2.2.12-20 #1 Mon Se
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
23 + 11 = ?
Subscribe to this entry?

 
 [1999-10-15 21:56 UTC] jphillips at ergonet-ent dot com
PHP3 and Apache 1.3.9 both compile fine, but "/usr/local/apache/bin/apachectl start" results in the following:
Syntax error on line 207 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp3.so into server: /usr/local/apache/
libexec/libphp3.so: undefined symbol: charset_vbprintf
/usr/local/apache/bin/apachectl start: httpd could not be started

my do-conf:
./configure \
   --prefix=/usr/local/php3 \
   --with-shared-apache=/usr/src/apache_1.3.9 \
   --with-apache=/usr/local/apache \
   --with-mod_charset=yes \
   --with-mysql=/usr/local/mySQL \
   --with-ldap=/usr/local/ldap \
   --with-pdflib=/usr/local/pdflib \
   --with-fdftk=/usr/local/ftftk \
   --with-zlib-dir=/usr/lib \
   --with-jpeg-dir=/usr/lib \
   --with-tiff-dir=/usr/lib \
   --enable-sysvshm=yes \
   --enable-sysvsem=yes \
   --with-config-file-path=/usr/local/php3 \
   --enable-debug=no \
   --enable-track-vars=yes \
   --enable-magic-quotes=yes

my apache 1.3.9 do-conf:
./configure \
        --prefix=/usr/local/apache \
        --activate-module=src/modules/php3/libphp3.a \
        --enable-shared=php3 \
        --add-module=src/modules/mod_put/mod_put.c

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-10-15 22:00 UTC] jphillips at ergonet-ent dot com
Setting --with-mod_charset=no stops the crashing but obviously is not solving the problem.  Might help you track it though.
 [2002-06-16 14:16 UTC] sander@php.net
Thank you for taking the time to report a problem with PHP.
Unfortunately, PHP 3 is no longer supported. Please download
the latest version of PHP 4 from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.
 [2002-06-16 14:16 UTC] sander@php.net
Thank you for taking the time to report a problem with PHP.
Unfortunately, PHP 3 is no longer supported. Please download
the latest version of PHP 4 from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 13:01:29 2024 UTC