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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 12:01:29 2024 UTC