> From: Vinod Palan [mailto:[EMAIL PROTECTED]] 
> Sent: Monday, July 22, 2002 1:41 PM
> Subject: [PHP] dbf Help 

> I have already php installed on linux running with mysql enabled.
> Now I wanted to read dbf files and I came to know that we 
> need to install
> php with
> 
> **************************************************************
> Installation
> In order to use these functions, you must compile PHP with
> the --enable-dbase option.
> **************************************************************
 
> Does this means I have to uninstall my existing php and 
> reinstall as above ?
> 
> Can I keep my existing setting and have dbf function install without
> reinstalling whole php?

Your previous compile options are in config.nice so you can simply:
./config.nice --enable-dbase-functions
make
stop apache
make install
start apache

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

Reply via email to