Skip Menu |

This queue is for tickets about the PHP CPAN distribution.

Report information
The Basics
Id: 83345
Status: resolved
Worked: 10 min
Priority: 0/
Queue: PHP

People
Owner: MOB [...] cpan.org
Requestors: frankie [...] etsetb.upc.edu
Cc:
AdminCc:

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



Subject: PHP won't build in debian
Hi. I'm trying to install the PHP module in Ubuntu. It won't find the php5 lib. I fixed it changing this line in Makefile.PL: LIBS => ["-L$config{prefix}/lib -lphp$config{version}", "-L$config{prefix}/lib/php5 -lphp$config{version}" ], In Debian the php5 lib is in /usr/lib/php5 as installed by the package libphp5-embed. Now the tests run ok.
i've added the change to the github version; please test if it works for you
On Fri Feb 15 10:38:50 2013, KARASIK wrote: Show quoted text
> i've added the change to the github version; please test if it works
for you Ok, what's the github URL for this module ?, I did a quick search and I can't find it.
Great, works for me.