php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58904 problem compiling statically into php
Submitted: 2009-10-19 00:32 UTC Modified: 2009-10-19 12:04 UTC
From: in dot incognito at gmail dot com Assigned:
Status: Closed Package: APC (PECL)
PHP Version: 5.3.0RC4 OS: ubuntu 8.04
Private report: No CVE-ID: None
 [2009-10-19 00:32 UTC] in dot incognito at gmail dot com
Description:
------------
I tried trying to compile the beta statically and it keeps giving me this error.

Expected result:
----------------
expect it to compile

Actual result:
--------------
/bin/bash /root/php-5.3.0/libtool --silent --preserve-dup-deps --mode=compile /root/php-5.3.0/meta_ccld  -Iext/apc/ -I/root/php-5.3.0/ext/apc/ -DPHP_ATOM_INC -I/root/php-5.3.0/include -I/root/php-5.3.0/main -I/root/php-5.3.0 -I/root/php-5.3.0/ext/date/lib -I/root/php-5.3.0/ext/ereg/regex -I/usr/include/libxml2 -I/root/php-5.3.0/ext/mbstring/oniguruma -I/root/php-5.3.0/ext/mbstring/libmbfl -I/root/php-5.3.0/ext/mbstring/libmbfl/mbfl -I/usr/local/include/mysql -I/root/php-5.3.0/TSRM -I/root/php-5.3.0/Zend  -D_REENTRANT -DTHREAD=1  -I/usr/include -O2 -pipe -fomit-frame-pointer -fvisibility=hidden -pthread -DZTS  -prefer-non-pic -c /root/php-5.3.0/ext/apc/apc_shm.c -o ext/apc/apc_shm.lo 
make: *** No rule to make target `/root/php-5.3.0/ext/apc/apc_futex.c', needed by `ext/apc/apc_futex.lo'.  Stop.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-10-19 00:42 UTC] in dot incognito at gmail dot com
When i try using phpize it works perfectly.
 [2009-10-19 09:31 UTC] in dot incognito at gmail dot com
using buildconf 2.13 fixed it. Seems to be related to buildconf.
 [2009-10-19 12:04 UTC] shire@php.net
We no longer use futex locks, so this sounds like perhaps there was some cached configuration lying around in your build.  Perhaps a clean re-build would fix this as well?
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 15 20:01:35 2024 UTC