php --with apache error log

Kevin Kinsey kdk at daleco.biz
Wed Sep 7 08:56:18 PDT 2005


Vizion wrote:

>I tried changing to :
>extension_dir = //usr/local/lib/php/20041030
>but that made no difference --still got the same error:
>Unknown(0) : Warning - PHP Startup: Unable to load dynamic library 
>'/usr/local/lib/php/20041030-debug/pcre.so' - Cannot open 
>"/usr/local/lib/php/20041030-debug/pcre.so"
>Unknown(0) : Warning - PHP Startup: Unable to load dynamic library 
>'/usr/local/lib/php/20041030-debug/xml.so' - Cannot open 
>"/usr/local/lib/php/20041030-debug/xml.so"
>
>Puzzled
>
>david
>  
>


I suspect that a call to phpinfo() would reveal that you
built a debug build?  Never having done this myself, I
can't say exactly what you'd want to do to fix it; however,
an obvious kluge would be to create the directory
it seems to want to have, and copy the object files to it.

Kevin Kinsey


More information about the freebsd-questions mailing list