Click to See Complete Forum and Search --> : enabling dbase commands


Anon
01-29-2002, 05:38 PM
Hi,

I'm running php 4.0.1 on FreeBSD with Apache.

I need to read some dBase files to convert to mySQL.

My installation of php does not allow this.

Do I have to reinstall php, or can I add dBase functionality in a config file?

php was already installed on my web server, and I'm not looking forward to re-installing, but I will if I have to!

Thanks to anyone with advice on this...

mattw
01-29-2002, 09:11 PM
I believe you will need to recompile with the --enable-dbase directive...

Matt Wade
codewalkers.com

Anon
01-29-2002, 10:40 PM
That worked! Easier than I thought...
Thanks