On Monday 22 March 2004 23:11, Paul Hopkins wrote:

> Next prob: I'm trying to recompile PHP 4.3.4 (on Redhat 7.3) with
> ImageMagick support. I've installed ImageMagick 5.5.7 and the PECL imagick
> package (0.9.8). I'm running Apache 1.3.29 with PHP compiled as a module.
>
> These are the steps I've been following:
>
> 1. cd to the Apache dir
> make clean

Try:
  make distclean 

>
> 2. cd to the PHP dir
> make clean

Ditto ...

> All appears to run OK, but the PHP installation I end up with seems to be
> exactly the same as what I started out with - phpinfo() shows my original
> build date and configure line from months ago, and the imagick_* functions
> aren't available.
>
> I ran across the file config.cache in my PHP directory and tried removing
> it - no difference.

... better still, remove the original source directory and untar a fresh one.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
If Microsoft built cars, the oil, gas, and alternator warning lights would
be replaced by a single "general car fault" warning light.
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to