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

2001-11-28 Thread GB Clark II
Hi, Check out the following for OCI libs for FreeBSD. # There are native FreeBSD libraries (OCI). You can get them, for example, # from ftp://iclub.nsu.ru/pub/FreeBSD/incoming/OCI.freebsd.elf.tar.gz You install the libs, compile php with oracle while pointing to the installed libs and it shoul

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

2001-11-27 Thread Andrew Hill
tegration Technology 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

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 linu

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,