php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #542 Fails to compile as apache module when used with Russian Apache
Submitted: 1998-07-12 13:05 UTC Modified: 1998-09-13 01:56 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: prudek at sol dot cz Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.1 OS: Linux
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: prudek at sol dot cz
New email:
PHP Version: OS:

 

 [1998-07-12 13:05 UTC] prudek at sol dot cz
Apache 1.2.6
Russian Apache from www.lexa.ru
configuration command: configure --with-mysql --with-apache=path_to_apache_source --without-gd 
--enable-safe-mode
after neccessary changes in apache configuration, running make in apache src tree results in:

>./libphp3.a(main.o): In function `php3_printf':
>/usr/src/php-3.0.1/main.c:265: undefined reference to `vbprintf'
>make: *** [httpd] Error 1

I changed "vbprintf" on line 265 of main.c to "vfprintf"
It works now.
Is this an error in PHP?

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-09-13 01:56 UTC] rasmus
This has been fixed.  There is even mod_charset support for the Russian version of Apache now.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Wed Jun 17 23:00:01 2026 UTC