Where can I get the library -lphp5 refers to? Is it a part of a metapackage for YUM? Can I find the source somewhere? I'm having some configuration issues with PHC and this seems to be at the root of them.
|
feedback
|
|
On an overview level, it means link with the php5 library. If PHC is this: http://www.phpcompiler.org then it makes sense that it would be looking for the PHP lib. Where is this installed on your machine? You should be able to do: On a more specific level, | ||||
|
feedback
|
|
You are probably getting this when installing PHP5. From PHP5 Install Problems - libphp5.so not created :
If that's the case, why don't you install a binary release of PHP5, instead of compiling it from the sources? | |||
|
feedback
|