[PHP-DB] Php4 and Interbase 6 on linux

2002-01-24 Thread Paulu van Zijl
Hi there all! I've got a slight problem. I developed a web site using php4, apache 1.3 and Interbase 6 on a Win2000 platform. Now the web page needs to be moved to a linux server. The server is running Suse Linux 7.2 with apache and php4 already installed and is working fine. But now how do

Re: [PHP-DB] Php4 and Interbase 6 on linux

2002-01-24 Thread Daniel Barton
Hi, You need to recompile PHP with support for Interbase. I would recommend reading the instructions on linux PHP installations on the PHP website. I imagine the conifgure option is something like --with-interbase=path_to_interbase but definately don't quote me on that. Cheers, db Paulu