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

Add a Patch

Pull Requests

Add a Pull Request

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