I used:
                
                        make clean;make install
     
     ..and that Fixed it.. 
     
     recreated those object files ..etc.
     
     Thanks,
     
     Jason


______________________________ Reply Separator _________________________________
Subject: PHP 4.0 Bug #9929 Updated: Symbol referencing errors
Author:  [EMAIL PROTECTED] (Bug Database) at INTERNET
Date:    3/23/01 7:25 AM


ID: 9929
Updated by: sniper
Reported By: [EMAIL PROTECTED] 
Old-Status: Open
Status: Feedback
Bug Type: Compile Problem
Assigned To:
Comments:
     
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
     
     
Previous Comments:
---------------------------------------------------------------------------
     
[2001-03-22 11:33:31] [EMAIL PROTECTED] 
<=== 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/li
bexpat.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>
     
---------------------------------------------------------------------------
     
     
     
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9929&edit=2

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to