php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5951 Undefined symbol "_pow" in httpsd:/usr/local/apache/libexec/libphp4.so
Submitted: 2000-08-04 07:10 UTC Modified: 2000-08-16 02:46 UTC
From: on at cs dot ait dot ac dot th Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.1pl2 OS: FreeBSD 2.2.7
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: on at cs dot ait dot ac dot th
New email:
PHP Version: OS:

 

 [2000-08-04 07:10 UTC] on at cs dot ait dot ac dot th
Hi,

Trying to install PHP 4.0.1pl2 with Apache 1.3.0 on FreeBSD 2.2.7

Apache seems to have the needed modules: httpd -l
Compiled-in modules:
  http_core.c
  mod_env.c
  mod_log_config.c
  mod_mime.c
  mod_negotiation.c
  mod_include.c
  mod_autoindex.c
  mod_dir.c
  mod_cgi.c
  mod_asis.c
  mod_imap.c
  mod_actions.c
  mod_userdir.c
  mod_alias.c
  mod_access.c
  mod_auth.c
  mod_so.c
  mod_setenvif.c

During the 'make' I get the following message:
*** Warning: inter-library dependencies are not known to be supported.
*** All declared inter-library dependencies are being dropped.
*** The inter-library dependencies that have been dropped here will be
*** automatically added whenever a program is linked with this library
*** or is declared to -dlopen it.

And during the 'apachectl configtest' iI get the following:
Syntax error on line 15 of /usr/local/apache/etc/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: Undefined symbol "_pow" in httpsd:/usr/local/apache/libexec/libphp4.so

There certainly is an error here, but I cannot guess what it is. Any help would be usefull.

Thank you,

Olivier

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-16 02:46 UTC] hholzgra@php.net
user feedback:

> In lack of answer, I upgraded to FreeBSD 3.5, Apache 1.3.12 and it works.

> I would like to mention that the building system for PHP 4 is nothing
> easy, with the new version of GD, it needs to link to the libraries
> png and zlib, and it was not clear at all that those libraries should
> be added in ./ext/gd/libgd.a
>
> Best regards,
> Olivier
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 13:01:27 2024 UTC