Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Sep 2005 10:54:49 -0500
From:      Kevin Kinsey <kdk@daleco.biz>
To:        Vizion <vizion@vizion.occoxmail.com>
Cc:        freebsd-apache@freebsd.org, freebsd-questions@freebsd.org
Subject:   Re: php --with apache error log
Message-ID:  <431F0D49.5060206@daleco.biz>
In-Reply-To: <200509061802.40643.vizion@vizion.occoxmail.com>
References:  <200509061501.27839.vizion@vizion.occoxmail.com> <431E16BF.20803@daleco.biz> <200509061540.09351.vizion@vizion.occoxmail.com> <200509061802.40643.vizion@vizion.occoxmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 
>&quot;/usr/local/lib/php/20041030-debug/pcre.so&quot;
>Unknown(0) : Warning - PHP Startup: Unable to load dynamic library 
>'/usr/local/lib/php/20041030-debug/xml.so' - Cannot open 
>&quot;/usr/local/lib/php/20041030-debug/xml.so&quot;
>
>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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?431F0D49.5060206>