php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #476 Undefined reference errors when compiling with Apache 1.3
Submitted: 1998-06-25 15:19 UTC Modified: 1998-06-25 17:44 UTC
From: boydbria at pilot dot msu dot edu Assigned:
Status: Closed Package: Installation problem
PHP Version: 3.0 Final Release OS: Redhat Linux 5.0
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: boydbria at pilot dot msu dot edu
New email:
PHP Version: OS:

 

 [1998-06-25 15:19 UTC] boydbria at pilot dot msu dot edu
I get the following end messages while compiling.

/usr/local/php/functions/head.c:283: undefined reference to `send_http_header'
modules/extra/libphp3.a(post.o): In function `php3_getpost':
/usr/local/php/functions/post.c:90: undefined reference to `should_client_block'
/usr/local/php/functions/post.c:94: undefined reference to `hard_timeout'
/usr/local/php/functions/post.c:96: undefined reference to `get_client_block'
/usr/local/php/functions/post.c:101: undefined reference to `reset_timeout'
/usr/local/php/functions/post.c:106: undefined reference to `kill_timeout'
modules/extra/libphp3.a(post.o): In function `php3_TreatHeaders':
/usr/local/php/functions/post.c:383: undefined reference to `table_get'
/usr/local/php/functions/post.c:389: undefined reference to `auth_type'
/usr/local/php/functions/post.c:393: undefined reference to `getword'
/usr/local/php/functions/post.c:398: undefined reference to `uudecode'
/usr/local/php/functions/post.c:400: undefined reference to `getword_nulls_nc'
modules/extra/libphp3.a(info.o): In function `_php3_info':
/usr/local/php/functions/info.c:159: undefined reference to `group_id'
/usr/local/php/functions/info.c:159: undefined reference to `user_id'
/usr/local/php/functions/info.c:159: undefined reference to `user_name'
/usr/local/php/functions/info.c:160: undefined reference to `max_requests_per_ch
ild'
/usr/local/php/functions/info.c:164: undefined reference to `server_root'
modules/extra/libphp3.a(language-scanner.o): In function `lex_scan':
/usr/local/php/language-scanner.lex:1010: undefined reference to `rwrite' 



------------
My Libs are the following, however I am still having one heck of a time to get this to work with apache.  If I compile them both separatly they both work.
LIBS1=-Lmodules/extra -L../modules/extra -lphp3 -lgdbm  -lm -ldl -lcrypt
  -L/usr/local/apache/mysql/lib -lmysqlclient   


Not quite sure what is going on i've tried many things in FAQ's everywhere but I'm still having difficulties.

Thanks in advance.
Brian Boyd   

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-06-25 17:44 UTC] rasmus
Follow the steps exactly as written in Apache 1.3.0's README.configure file
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 07:01:29 2024 UTC