Re: [PHP-DB] PHP + OCI en Debian

2006-04-27 Thread Christopher Jones
The original article on installing PHP with Oracle Instant Client is at http://www.oracle.com/technology/pub/notes/technote_php_instant.html Make sure you get the re-factored (i.e. much better) oci8 extension from http://cvs.php.net/php-src/ext/oci8/ or http://pecl.php.net/package/oci8 Chris (S

Re: [PHP-DB] PHP + OCI en Debian

2006-03-23 Thread SJL
I was surfing in the web, and I found this: http://www.akadia.com/services/ora_php_linux.html Describe how to recompile php with oci8 librarys, in apache2 under Linux or Solaris. May be it will be usefull for someone else. Thanks anyway, Sebastian On 3/23/06, SJL <[EMAIL PROTECTED]> wrote: >

Re: [PHP-DB] PHP + OCI en Debian

2006-03-23 Thread SJL
Ok, I think that you say to me that´s is not possible to compile oci8.c separate... When you say "compile with extra option --with-oci8", you mean something like: make --with-oci8 makefile? Sorry for the ignorance... Thanks again, Sebastian On 3/22/06, Chris <[EMAIL PROTECTED]> wrote: > SJL w

Re: [PHP-DB] PHP + OCI en Debian

2006-03-23 Thread chris smith
On 3/24/06, SJL <[EMAIL PROTECTED]> wrote: > It´s true. I find the sources of oci8.so. > > But in my first try to compile it, It failed because the it have calls > to php.h and info.h, so I try to move the sources files to the path > where I have this files (taking care with the relative path in th

Re: [PHP-DB] PHP + OCI en Debian

2006-03-23 Thread SJL
It´s true. I find the sources of oci8.so. But in my first try to compile it, It failed because the it have calls to php.h and info.h, so I try to move the sources files to the path where I have this files (taking care with the relative path in the source code), but it fail again with more than 100

Re: [PHP-DB] PHP + OCI en Debian

2006-03-22 Thread Chris
SJL wrote: Someone install any time the Oracle Client to use the OCI interface to connect a Oracle DB? I'm working in Debian. I installed the Client of Oracle from a package from the official page... but I don´t know how to configure php.ini to make the OCI API works.. Now that you've installe

[PHP-DB] PHP + OCI en Debian

2006-03-22 Thread SJL
Is my first message in the list. So really I don´t know what language use... In the end of this message I attach an Spanish version (Spanish is my first language, so sorry for my possible mistakes). -- Someone install any time the Oracle Client to use the OCI interface to connect a Oracle DB? I'm