php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #963 After compile apache 1.3.0 get error "can'tresolve symbol charset_vbprintf"
Submitted: 1998-12-01 15:16 UTC Modified: 1999-04-19 04:51 UTC
From: L dot Willems at Village dot uunet dot be Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.5 OS: Linux v2.0.35 suse distribution
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: L dot Willems at Village dot uunet dot be
New email:
PHP Version: OS:

 

 [1998-12-01 15:16 UTC] L dot Willems at Village dot uunet dot be
After compiling PHP 3.0.5 and apache 1.3.0 ,with  shared module seport , a can't run httpd because of
a errorr "can't resolve symbol charset_vbprintf" .
A run setup and didn't select de option "mod_charset" . (replyed with "NO")

this here is my do-conf file :
./configure --with-shared-apache=/usr/src/apache_1.3.0
                --with-mysql=/usr/src/mysql-3.21.33
                --with-config-file-path=/etc/php3
                --enable-track-vars=yes
                --enable-magic-quotes=yes 
               --enable-debugger=yes

apache configuration  :
configure --activate-module=src/modules/auth_mysql/libauth_mysql.a
              --activate-module=src/modules/perl/libperl.a
              --activate-module=src/modules/php3/libmodphp3.a 
              --prefix=/usr 
              --exec-prefix=/usr/bin 
              --bindir=/usr/bin
             --sbindir=/usr/sbin
             --libexecdir=/usr/libexec
             --mandir=/usr/man
             --sysconfdir=/etc/httpd
             --datadir=/usr/share 
             --includedir=/usr/include
             --localstatedir=/var
             --runtimedir=/var/run
             --logfiledir=/var/log 
             --enable-module=most
             --enable-shared=max

If i put a "loadmodule php3_module  ... " the server stop's with this error . without this line , everything runs fine.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-04-19 04:51 UTC] rasmus
This should work ok now.  Have a read through INSTALL.DSO in the PHP 3.0.7 distribution and try the --with-apxs build mechanism.  If you still have problems, re-submit your bug report, please.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Jun 16 03:01:28 2024 UTC