php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #38306 Can't compile. Make fails.
Submitted: 2006-08-03 07:12 UTC Modified: 2006-08-03 18:23 UTC
From: andriu_m at hotmail dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.4.2 OS: Debian Sarge
Private report: No CVE-ID: None
 [2006-08-03 07:12 UTC] andriu_m at hotmail dot com
Description:
------------
Can't compile it.







Reproduce code:
---------------
I configure it with ./configure --with-apache=/usr/src/apache_1.3.37. Then i run make..

Expected result:
----------------
Compilation Succeeded.

Actual result:
--------------
Make fails saying:
ext/mysql/libmysql/my_create.o(.debug_info+0x1a1c): undefined reference to `.LC568'
ext/standard/assert.o(.debug_info+0x3899): undefined reference to `.LC1001'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1

If I configure it with ./configure --with-apache=/usr/src/apache_1.3.37 --disable-cli, it compiles OK, but compilation of Apache fails with something like:

modules/php4/libphp4.a(assert.o)(.debug_info+0x3899): undefincollect2: ld devolvio el estado de salida 1
make[2]: *** [target_static] Error 1
ed reference to `.LC1001'

Previously configurated:
./configure --prefix=/usr/local/apache/ --activate-module=src/modules/php4/libphp4.a

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-08-03 18:19 UTC] andriu_m at hotmail dot com
Now It works perfectly. 
Thank you very much for your help.

Andr?s Martinelli.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Dec 04 06:00:01 2025 UTC