oci8 1.3.4 working for months on my simple browser based php

oci8 1.3.4 working for months on my simple browser based php

am 31.05.2009 21:28:56 von Fred Silsbee

For months I've had a Oracle 11g1 browser based table access site/program working.

I do regular Fedora 9 yum updates and have seen some pecl/pear stuff whizzing by.

Just tried the Oracle 11g1 browser based table access site/program and NOTHING shows on the Firefox 3.0.10 screen. Not even an error.

/etc/httpd/logs/error_log says something about "cannot open php_oracle.dll or php_oci8.dll"

That is good...there isn't any dll on Linux.

Proble: downloaded oci8-1.3.5 and the README file says to run ./configure but there are 2 files config.m4 and config.w32

nothing in this README file works...is it up to date?







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

Re: oci8 1.3.4 working for months on my simple browser based php

am 31.05.2009 22:24:50 von Phpster

If I had to guess the config.w32 is the window 32 bit config file. So
I would try the other

Bastien

Sent from my iPod

On May 31, 2009, at 15:28, Fred Silsbee wrote:

>
> For months I've had a Oracle 11g1 browser based table access site/
> program working.
>
> I do regular Fedora 9 yum updates and have seen some pecl/pear stuff
> whizzing by.
>
> Just tried the Oracle 11g1 browser based table access site/program
> and NOTHING shows on the Firefox 3.0.10 screen. Not even an error.
>
> /etc/httpd/logs/error_log says something about "cannot open
> php_oracle.dll or php_oci8.dll"
>
> That is good...there isn't any dll on Linux.
>
> Proble: downloaded oci8-1.3.5 and the README file says to run ./
> configure but there are 2 files config.m4 and config.w32
>
> nothing in this README file works...is it up to date?
>
>
>
>
>
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

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

Re: oci8 1.3.4 working for months on my simple browser based php

am 31.05.2009 22:45:42 von danaketh

--------------020601000103040608040309
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Look what extensions are you loading. You should find that in php.ini
file. Maybe something nasty happened and you php.ini has
extension=php_oracle.dll instead of extension=php_oracle.so. Also, if
you are about to compile a module for PHP, first you have to run phpize,
than ./configure and make ;)

Fred Silsbee napsal(a):
> For months I've had a Oracle 11g1 browser based table access site/program working.
>
> I do regular Fedora 9 yum updates and have seen some pecl/pear stuff whizzing by.
>
> Just tried the Oracle 11g1 browser based table access site/program and NOTHING shows on the Firefox 3.0.10 screen. Not even an error.
>
> /etc/httpd/logs/error_log says something about "cannot open php_oracle.dll or php_oci8.dll"
>
> That is good...there isn't any dll on Linux.
>
> Proble: downloaded oci8-1.3.5 and the README file says to run ./configure but there are 2 files config.m4 and config.w32
>
> nothing in this README file works...is it up to date?
>
>
>
>
>
>
>
>

--

S pozdravem

Daniel Tlach
Freelance webdeveloper

Email: mail@danaketh.com
ICQ: 160914875
MSN: danaketh@hotmail.com
Jabber: danaketh@jabbim.cz


--------------020601000103040608040309--

Fw: Re: oci8 1.3.4 working for months on my simple browser based php

am 01.06.2009 05:45:29 von Fred Silsbee

problem solved...don't know how! (1) successfully installed oci8 1.3.5=
(thanks) I wiah oci8 were updated by yum (2) had =
to renew my 11g1 Oracle password since it would expire in 4 days.=0A I=
had to : alter user (and had it backward the first time) (3) bingo!!!=
it started working with the new password Whew! --- On Sun=
, 5/31/09, Fred Silsbee wrote: > From: Fred Si=
lsbee =0A> Subject: Re: [PHP-DB] oci8 1.3.4 working =
for months on my simple browser based php=0A> To: "danaketh" il.com>=0A> Date: Sunday, May 31, 2009, 11:41 PM=0A> Thanks! I thought of t=
hat...give the=0A> #$% thing what it wants!=0A> =0A> However not sure that =
causes the problem!=0A> =0A> There is no dll (of course anywhere in my Fedo=
ra 9).=0A> =0A> Currently trying to isolate the problem by stripping out=0A=
> everything but the connect.=0A> =0A> I did this way back when I got it wo=
rking late last year!=0A> whew!=0A> =0A> =0A> =0A> --- On Sun, 5/31/09, dan=
aketh =0A> wrote:=0A> =0A> > From: danaketh mail.com>=0A> > Subject: Re: [PHP-DB] oci8 1.3.4 working for months on=0A> =
my simple browser based=A0 php=0A> > To: "Fred Silsbee" com>=0A> > Date: Sunday, May 31, 2009, 11:07 PM=0A> > =0A> > =0A> > =0A> >=
    > > =0A> >=A0 =0A> > You have link to .dll somewhere.=0A> > I h=
owever=0A> > don't know where Fedora keeps php.ini and extension=0A> > conf=
igs (on Debian=0A> > I have this configured just by copying files=0A> modul=
e.ini and=0A> > module.so=0A> > to the /usr/lib/php/extensions/).=0A> > =0A=
> > =0A> > =0A> > But if you can't find where the problem is, you may=0A> t=
ry=0A> > a little dirty=0A> > technique - copy/rename php_oci8.so and php_o=
racle.so=0A> to=0A> > .dll and put=0A> > them in /usr/lib/php/modules - to =
see what it will do.=0A> Also=0A> > look in=0A> > that place for .ini files=
...=0A> > =0A> > =0A> > =0A> > Fred Silsbee napsal(a):=0A> > =0A> >  =A0T=
hanks!Did the phpize command and all=0A> that worked=0A> > great...I have a=
new oci8.so in the right place=0A> > =0A> >=A0 Makes no sense, there is no=
thing about windows=0A> in my=0A> > php.ini file=0A> > =0A> > /etc/httpd/lo=
gs/error_message:=0A> > =0A> > [Sun May 32 16:58:46 2009] [notice] suEXEC m=
echanism=0A> > enabled (wrapper: /usr/sbin/suexec)=0A> > [Sun May 31 16:58:=
46 2009] [notice] Digest:=0A> generating=0A> > secret for digest authentica=
tion ...=0A> > [Sun May 31 16:58:46 2009] [notice] Digest: done=0A> > PHP W=
arning:=A0 PHP Startup: Unable to load dynamic=0A> library=0A> > '/usr/lib/=
php/modules/php_oci8.dll' -=0A> > /usr/lib/php/modules/php_oci8.dll: cannot=
open shared=0A> object=0A> > file: No such file or directory in Unknown on=
line 0=0A> > PHP Warning:=A0 PHP Startup: Unable to load dynamic=0A> libra=
ry=0A> > '/usr/lib/php/modules/php_oracle.dll' -=0A> > /usr/lib/php/modules=
/php_oracle.dll: cannot open=0A> shared=0A> > object file: No such file or =
directory in Unknown on=0A> line 0=0A> > [Sun May 31 16:58:55 2009] [notice=
] mod_python:=0A> Creating 4=0A> > session mutexes based on 256 max process=
es and 0 max=0A> > threads.=0A> > [Sun May 31 16:58:55 2009] [notice] mod_p=
ython: using=0A> > mutex_directory /tmp=0A> > [Sun May 31 16:58:57 2009] [n=
otice] Apache/2.2.9=0A> (Unix)=0A> > DAV/2 mod_mono/1.2.6 PHP/5.2.9 mod_pyt=
hon/3.3.1=0A> Python/2.5.1=0A> > mod_ssl/2.2.9 OpenSSL/0.9.8g mod_perl/2.0.=
4=0A> Perl/v5.10.0=0A> > configured -- resuming normal operations=0A> > [Su=
n May 31 17:01:22 2009] [error] [client=0A> 207.254.232.245]=0A> > PHP Noti=
ce:=A0 Undefined=0A> index:  =A0in=0A> > /var/www/html/handle_log_book1=
1g1.php on line 88=0A> > [Sun May 31 17:01:22 2009] [error] [client=0A> 207=
...254.232.245]=0A> > PHP Stack trace:=0A> > [Sun May 31 17:01:22 2009] [erro=
r] [client=0A> 207.254.232.245]=0A> > PHP  =A01. {main}()=0A> /var/www/=
html/handle_log_book11g1.php:0=0A> > [Sun May 31 17:01:22 2009] [error] [cl=
ient=0A> 207.254.232.245]=0A> > PHP Notice:=A0 Undefined=0A> index:  =
=A0in=0A> > /var/www/html/handle_log_book11g1.php on line 89=0A> > [Sun May=
31 17:01:22 2009] [error] [client=0A> 207.254.232.245]=0A> > PHP Stack tra=
ce:=0A> > [Sun May 31 17:01:22 2009] [error] [client=0A> 207.254.232.245]=
=0A> > PHP  =A01. {main}()=0A> /var/www/html/handle_log_book11g1.php:0=
=0A> > [Sun May 31 17:01:22 2009] [error] [client=0A> 207.254.232.245]=0A> =
> PHP Notice:=A0 Undefined=0A> index:  =A0in=0A> > /var/www/html/handle=
_log_book_MySQL.php on line 73=0A> > [Sun May 31 17:01:22 2009] [error] [cl=
ient=0A> 207.254.232.245]=0A> > PHP Stack trace:=0A> > [Sun May 31 17:01:22=
2009] [error] [client=0A> 207.254.232.245]=0A> > PHP  =A01. {main}()=
=0A> /var/www/html/handle_log_book_MySQL.php:0=0A> > [Sun May 31 17:01:22 2=
009] [error] [client=0A> 207.254.232.245]=0A> > PHP Notice:=A0 Undefined=0A=
> index:  =A0in=0A> > /var/www/html/handle_log_book_MySQL.php on line 7=
4=0A> > [Sun May 31 17:01:22 2009] [error] [client=0A> 207.254.232.245]=0A>=
> PHP Stack trace:=0A> > [Sun May 31 17:01:22 2009] [error] [client=0A> 20=
7.254.232.245]=0A> > PHP  =A01. {main}()=0A> /var/www/html/handle_log_b=
ook_MySQL.php:0=0A> > [Sun May 31 17:11:33 2009] [notice] child pid 2149=0A=
> exit=0A> > signal Segmentation fault (11)=0A> > ~=0A> > =0A> > =0A> > ---=
On Sun, 5/31/09, danaketh =0A> > wrote:=0A> > =0A> >=
    > >    > >=A0   =A0From: danaketh om>=0A> > Subject: Re: [PHP-DB] oci8 1.3.4 working for months on=0A> my=0A>=
> simple browser based=A0 php=0A> > To: "Fred Silsbee" com>=0A> > Cc: php-db@lists.php.net=0A> > Date: Sunday, May 31, 2009, 8:45 =
PM=0A> > =0A> > =0A> > =0A> >    > >    > > =0A> >=A0 =0A> =
> Look what extensions are you=0A> > loading. You=0A> > should find that in=
php.ini file. Maybe something=0A> nasty=0A> > happened and=0A> > you php.i=
ni has extension=3Dphp_oracle.dll instead of=0A> > extension=3Dphp_oracle.s=
o. Also, if you are about to=0A> compile=0A> > a module for=0A> > PHP, firs=
t you have to run phpize, than ./configure=0A> and=0A> > make ;)=0A> > =0A>=
> =0A> > =0A> > Fred Silsbee napsal(a):=0A> > =0A> >  =A0For months I'=
ve had a Oracle 11g1=0A> browser based=0A> > table access site/program work=
ing.=0A> > =0A> > I do regular Fedora 9 yum updates and have seen some=0A> =
> pecl/pear stuff whizzing by.=0A> > =0A> > Just tried the Oracle 11g1 brow=
ser based table access=0A> > site/program and NOTHING shows on the Firefox =
3.0.10=0A> > screen.=0A> > Not even an error.=0A> > =0A> > /etc/httpd/logs/=
error_log says something about=0A> "cannot=0A> > open php_oracle.dll or php=
_oci8.dll"=0A> > =0A> > That is good...there isn't any dll on Linux.=0A> > =
=0A> > Proble: downloaded oci8-1.3.5 and the README file says=0A> to=0A> > =
run ./configure but there are 2 files config.m4 and=0A> > config.w32=0A> > =
=0A> > nothing in this README file works...is it up to date?=0A> > =0A> > =
=0A> > =0A> > =0A> >=A0 =A0     > > =0A> > =0A> >    > > =
=0A> > =0A> > =0A> > -- =0A> > =0A> > S pozdravem=0A> > =0A> > Daniel Tlach=
=0A> > Freelance webdeveloper=0A> > =0A> > Email: mail@danaketh.com=0A> > I=
CQ: 160914875=0A> > MSN: danaketh@hotmail.com=0A> > Jabber: danaketh@jabbim=
...cz=0A> >=A0 =0A> > =0A> > =0A> >=A0     > >    > >  =
  > > =0A> >=A0 =A0     > > =0A> > =0A> >    > > =0A> >=
=0A> > =0A> > -- =0A> > =0A> > S pozdravem=0A> > =0A> > Daniel Tlach=0A> >=
Freelance webdeveloper=0A> > =0A> > Email: mail@danaketh.com=0A> > ICQ: 16=
0914875=0A> > MSN: danaketh@hotmail.com=0A> > Jabber: danaketh@jabbim.cz=0A=
> >=A0 =0A> > =0A> > =0A> =0A> =0A> =A0 =A0 =A0 =0A> =0A


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