php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9929 Symbol referencing errors
Submitted: 2001-03-22 11:33 UTC Modified: 2001-03-23 10:07 UTC
From: jason dot gulledge at alltel dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.4pl1 OS: unOS 5.7 Generic_106541-11 sun4u
Private report: No CVE-ID: None
 [2001-03-22 11:33 UTC] jason dot gulledge at alltel dot com
<=== src/modules/extra
<=== src/modules
gcc -c  -I./os/unix -I./include   -DSOLARIS2=270 -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci` modules.c
gcc -c  -I./os/unix -I./include   -DSOLARIS2=270 -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci` buildmark.c
gcc  -DSOLARIS2=270 -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci`    \
      -o httpd buildmark.o modules.o  modules/extra/libextra.a  modules/standard/libstandard.a  main/libmain.a  ./os/unix/libos.a  ap/libap.a  lib/expat-lite/libexpat.a  -lsocket -lnsl
Undefined                       first referenced
 symbol                             in file
php_register_variable               modules/extra/libextra.a(mod_php4.o)
core_globals                        modules/extra/libextra.a(mod_php4.o)
sapi_startup                        modules/extra/libextra.a(mod_php4.o)
sapi_shutdown                       modules/extra/libextra.a(mod_php4.o)
zend_ini_rshutdown                  modules/extra/libextra.a(mod_php4.o)
php_module_shutdown_for_exec        modules/extra/libextra.a(mod_php4.o)
apache_php_module_main              modules/extra/libextra.a(mod_php4.o)
php_request_shutdown_for_exec       modules/extra/libextra.a(mod_php4.o)
zend_hash_apply                     modules/extra/libextra.a(mod_php4.o)
executor_globals                    modules/extra/libextra.a(mod_php4.o)
zend_hash_destroy                   modules/extra/libextra.a(mod_php4.o)
_estrdup                            modules/extra/libextra.a(mod_php4.o)
zend_error                          modules/extra/libextra.a(mod_php4.o)
sapi_get_default_content_type       modules/extra/libextra.a(mod_php4.o)
php_module_shutdown_wrapper         modules/extra/libextra.a(mod_php4.o)
sapi_globals                        modules/extra/libextra.a(mod_php4.o)
zend_startup_module                 modules/extra/libextra.a(mod_php4.o)
php_request_shutdown                modules/extra/libextra.a(mod_php4.o)
php_handle_aborted_connection       modules/extra/libextra.a(mod_php4.o)
zend_hash_add_or_update             modules/extra/libextra.a(mod_php4.o)
zend_alter_ini_entry                modules/extra/libextra.a(mod_php4.o)
apache_module_entry                 modules/extra/libextra.a(mod_php4.o)
zend_hash_merge_ex                  modules/extra/libextra.a(mod_php4.o)
zend_hash_init                      modules/extra/libextra.a(mod_php4.o)
empty_string                        modules/extra/libextra.a(mod_php4.o)
_efree                              modules/extra/libextra.a(mod_php4.o)
php_module_startup                  modules/extra/libextra.a(mod_php4.o)
ld: fatal: Symbol referencing errors. No output written to httpd
*** Error code 1
make: Fatal error: Command failed for target `target_static'
Current working directory /usr/local/apache_1.3.19/src
*** Error code 1
make: Fatal error: Command failed for target `build-std'
Current working directory /usr/local/apache_1.3.19
*** Error code 1
make: Fatal error: Command failed for target `build'
MACSPROD:/usr/local/apache_1.3.19> 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-23 08:25 UTC] sniper@php.net
What was the configure line used? I guess you're trying
to compile PHP as static module into Apache?
Did you read the INSTALL file? 
Did you first run './configure' in Apache src dir?

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 09 00:01:34 2024 UTC