php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #721 Error during apache compilation due to php module
Submitted: 1998-09-04 03:26 UTC Modified: 1998-09-04 03:37 UTC
From: nicolas at info dot unicaen dot fr Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.3 OS: Linux 2.0.35
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: nicolas at info dot unicaen dot fr
New email:
PHP Version: OS:

 

 [1998-09-04 03:26 UTC] nicolas at info dot unicaen dot fr
Error during installtion of php module in apache :
modules/php3/libphp3.a(main.o): In function `php3_printf':
/mnt/data1/php-3.0.3/main.c:272: undefined reference to `charset_vbprintf'
make[2]: *** [target_static] Error 1
make[2]: Leaving directory `/mnt/data1/apache_1.3.1/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/mnt/data1/apache_1.3.1'
make: *** [build] Error 2

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-09-04 03:37 UTC] rasmus
You must have configured PHP with the mod_charset option.  Unless you are running an eastern-european (or Russian) Apache, this is not going to work for you.  Go back and re-configure PHP without the mod_charset option.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Thu Jun 18 17:00:02 2026 UTC