Re: Unexpected error in log: php_gd2.dll [message #172284 is a reply to message #172281] |
Wed, 09 February 2011 04:41 |
jwcarlton
Messages: 76 Registered: December 2010
Karma:
|
Member |
|
|
On Feb 8, 10:50 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote:
> On 2/8/2011 10:39 PM, jwcarlton wrote:
>
>> I just found a ton of these in my error log:
>
>> [08-Feb-2011 03:00:01] PHP Warning: PHP Startup: Unable to load
>> dynamic library '/usr/local/lib/php/extensions/no-debug-non-
>> zts-20060613/php_gd2.dll' - /usr/local/lib/php/extensions/no-debug-non-
>> zts-20060613/php_gd2.dll: cannot open shared object file: No such file
>> or directory in Unknown on line 0
>
>> I'm guessing that this refers to the GD libraries installed when I
>> last built Apache?
>
>> It's not a fatal warning, so I guess it's not a huge deal. But how do
>> I correct it, if for no other reason than to keep it out of my error
>> log?
>
> Either install the module (and associated gd libraries) or, if you're
> not using the GD2 libraries, remove the extension from your php.ini file.
>
> --
> ==================
> Remove the "x" from my email address
> Jerry Stuckle
> JDS Computer Training Corp.
> jstuck...@attglobal.net
> ==================
Do you mean, reinstall GD? I do use it. The only way I know to do
this, though, is to rebuild Apache, which is a HUGE pain in the butt.
It doesn't keep my settings for MaxClient, etc, so I end up having to
spend a lot of time resetting everything manually.
Blech.
|
|
|