Re: Q re: php-5.0.2 ./configure --with-soap --with-openssl --with-tidy

from the base of the tidy-src dir, run something like...

$ sh build/gnuauto/setup.sh

which should give you a ./configure script in the base dir... 

./configure
make
make install

PHP should find it from there just fine.

John

On Wed, 2004-10-27 at 12:50, Bill McCuistion wrote:
> Hello all.  Hoping for some direction with the above step.
> 
> Have PHP-5.0.2 and can configure the soap and openssl options, but when I add 
> the tidy option, the operation stops with the following message.
> 
> checking for TIDY support... yes
> configure: error: Cannot find libtidy
> 
> I have of course gotten the latest source from sourceforge, but don't 
> understand what to do with it.   The rpm doen't seel to load the libtidy as I 
> was hoping it would.
> 
> My system is Fedora Core 2 (up-to-date).
> 
> I of course would like to get the TidyLib functions enabled within the PHP5 
> core.  The command-line version works just fine, but I don't remember from 
> whence it came.
> 
> Any help would be most appreciated.
> 

Received on Wednesday, 27 October 2004 18:23:22 UTC