Re: PHP + OCI en Debian

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 3/24/06, SJL <sjlavena.listas@xxxxxxxxx> 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 the
> source code), but it fail again with more than 100 compile errors...
>
> Somebody in this list have the "oci8.so" file ? (if it was compiled
> with Debian Distro in a 32 bits system is better, if not I would try
> it).

Make sure you have the php-dev or php-devel package installed. Those
files should be in that one.

Us compiling that file for you is no good, it might be for a different
file, different architecture and various other differences (ie it
probably won't work).

> On 3/22/06, Chris <dmagick@xxxxxxxxx> wrote:
> > 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 installed Oracle Instant Client you need to get php to
> > recognise it's there (so it can create the oci8.so file).
> >
> > I'm not sure if there is a package to do this or if you'll have to
> > compile php from source with the extra option:
> >
> > --with-oci8
> >
> > I suspect you'll have to compile php from source, you won't be able to
> > use a package to do this, but I could be wrong.
> >
> > --
> > Postgresql & php tutorials
> > http://www.designmagick.com/
> >
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


--
Postgresql & php tutorials
http://www.designmagick.com/

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux