Skip Menu |

This queue is for tickets about the PHP-Interpreter CPAN distribution.

Report information
The Basics
Id: 20974
Status: new
Priority: 0/
Queue: PHP-Interpreter

People
Owner: Nobody in particular
Requestors: paulm [...] paulm.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Make should fail without libphp5
Date: Mon, 14 Aug 2006 00:08:03 +0100
To: bug-php-interpreter [...] rt.cpan.org
From: "Paul Makepeace" <paulm [...] paulm.com>
"Note (probably harmless): No library found for -lphp5" resulting in predictably enough, cc -c -I/usr/local/include -g -Os -DVERSION=\"1.0.1\" -DXS_VERSION=\"1.0.1\" "-I/System/Library/Perl/5.8.6/darwin-thread-multi-2level/CORE" PHP.c In file included from PHP.xs:13: phpinterp.h:10:29: error: main/php_config.h: No such file or directory phpinterp.h:11:22: error: main/php.h: No such file or directory phpinterp.h:12:26: error: main/php_ini.h: No such file or directory phpinterp.h:13:27: error: main/php_main.h: No such file or directory phpinterp.h:14:18: error: zend.h: No such file or directory phpinterp.h:15:22: error: zend_API.h: No such file or directory phpinterp.h:16:26: error: zend_compile.h: No such file or directory phpinterp.h:17:22: error: zend_ini.h: No such file or directory phpinterp.h:18:18: error: SAPI.h: No such file or directory phpinterp.h:19:18: error: TSRM.h: No such file or directory This isn't really harmless. Paul