Re: [PHP-DB] Oracle, PHP4, BSD

2001-11-27 Thread B. PERRINE
le jeu 08-11-2001 à 23:52, D. Witten a écrit : These are pretty basic questions, but I would appreciate help: I need to access Oracle (already running on a separate server) via PHP4 from a FreeBSD Server. 1) Can this be done? (if so...) I don't think so. But if the BSD can run linux

RE: [PHP-DB] Oracle, PHP4, BSD

2001-11-27 Thread Andrew Hill
Providers -Original Message- From: B. PERRINE [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 27, 2001 2:20 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Oracle, PHP4, BSD le jeu 08-11-2001 à 23:52, D. Witten a écrit : These are pretty basic questions, but I would appreciate

RE: [PHP-DB] Oracle, PHP4, BSD

2001-11-09 Thread Andrew Hill
Dave, 1. Yes 2. Compile --with-oci, as per the manual, and set all the appropriate ORACLE environment variables before doing so. 3. oci should be available from Oracle's site. 4. Yes, unless you want to use ODBC, and then you would install --with-iodbc per the HOWTO's on www.iodbc.org. 5. again,