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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
49 - 44 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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 Mar 29 06:01:29 2024 UTC