Problem with Oracle and some other extensions on IIS Server
Problem with Oracle and some other extensions on IIS Server
am 24.06.2008 22:52:23 von Tim
Hi,
My problem is very simple but i can't handle it. I'm LAMP developer by the
way. I have not much knowledge on IIS server with PHP,
Anyway, i can't load php_oci8.dll and some other DLLs. Error message always
same;
PHP Warning: PHP Startup: Unable to load dynamic library
'c:\PHP\ext\php_oci8.dll' - The specified procedure could not be found. in
Unknown on line 0
but location for php_oci8.dll is right and the file exist. Also the file is
not readonly or sys file. Just an archive file like other extensions.
I try to copy the file to winnt folder, system32 folder and adding the
paths
(c:/php and c:/php/ext/) to system envrionment variables.
I must solve this problem til morning. Please help.
P.S. : I'm not the admin of this server. I just request and they will do.
--
Tim
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Problem with Oracle and some other extensions on IIS Server
am 25.06.2008 11:07:25 von Eric Lee
Hi,=20
Did you have followed the steps described in php manual for php_oc8i.dll =
?
It is only the interface that support orcale function call within php.
So you must download and install orcale client and configure enviroment =
variables=20
and all other things that orcale documentation stated.
It just as php_mysql.dll, required one more file (libmysql.dll ) to load =
property,=20
but that sure php included it anything within the package. ( open =
license )
I don't master in orcale installation and configuration.=20
But wish this statements will be help you solve it.
Eric,
----------------------------------------------------
http://myprojects.srhost.info
eric{at}myprojects{dot}srhost{dot}info
----- Original Message -----=20
From: "Tim"
To:
Sent: Wednesday, June 25, 2008 4:52 AM
Subject: [PHP-WIN] Problem with Oracle and some other extensions on IIS =
Server
: Hi,
:=20
: My problem is very simple but i can't handle it. I'm LAMP developer by =
the
: way. I have not much knowledge on IIS server with PHP,
:=20
: Anyway, i can't load php_oci8.dll and some other DLLs. Error message =
always
: same;
:=20
: PHP Warning: PHP Startup: Unable to load dynamic library
: 'c:\PHP\ext\php_oci8.dll' - The specified procedure could not be =
found. in
: Unknown on line 0
:=20
: but location for php_oci8.dll is right and the file exist. Also the =
file is
: not readonly or sys file. Just an archive file like other extensions.
:=20
: I try to copy the file to winnt folder, system32 folder and adding the =
: paths
: (c:/php and c:/php/ext/) to system envrionment variables.
:=20
: I must solve this problem til morning. Please help.
:=20
: P.S. : I'm not the admin of this server. I just request and they will =
do.
:=20
: --
: Tim
:=20
: --=20
: PHP Windows Mailing List (http://www.php.net/)
: To unsubscribe, visit: http://www.php.net/unsub.php
:
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: Problem with Oracle and some other extensions on IIS Server
am 25.06.2008 11:07:52 von softbuff
Hello,
it is the same for all extension you would like to load?
Or there is some dll which is loaded, i.e. no warning in log is presented.
Where are placed the dlls and what says extension_dir directive in php.ini.
Try also run command line php, i.e. php.ex with -m and it says what
extension were be loaded to php so whether the error is on php level or IIS
level.
So php.exe -m.
Jan
Jan Mura
-----Original Message-----
From: Tim [mailto:tozluraflar@gmail.com]
Sent: Tuesday, June 24, 2008 10:52 PM
To: php-windows@lists.php.net
Subject: [PHP-WIN] Problem with Oracle and some other extensions on IIS
Server
Hi,
My problem is very simple but i can't handle it. I'm LAMP developer by the
way. I have not much knowledge on IIS server with PHP,
Anyway, i can't load php_oci8.dll and some other DLLs. Error message always
same;
PHP Warning: PHP Startup: Unable to load dynamic library
'c:\PHP\ext\php_oci8.dll' - The specified procedure could not be found. in
Unknown on line 0
but location for php_oci8.dll is right and the file exist. Also the file is
not readonly or sys file. Just an archive file like other extensions.
I try to copy the file to winnt folder, system32 folder and adding the
paths
(c:/php and c:/php/ext/) to system envrionment variables.
I must solve this problem til morning. Please help.
P.S. : I'm not the admin of this server. I just request and they will do.
--
Tim
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Problem with Oracle and some other extensions on IIS Server
am 25.06.2008 11:16:17 von Sanjay Mantoor
Hello,
Check your extension directory is proper in php.ini file and make sure
the same php.ini file is used.
If not make a extension dir entry like below
extension_dir = "C:/php/ext"
then uncomment ;extension=php_oci8.dll by removing ;
-Sanjay M
On Wed, Jun 25, 2008 at 2:37 PM, S. Buffn wrote:
> Hello,
>
> it is the same for all extension you would like to load?
> Or there is some dll which is loaded, i.e. no warning in log is presented.
> Where are placed the dlls and what says extension_dir directive in php.ini.
> Try also run command line php, i.e. php.ex with -m and it says what
> extension were be loaded to php so whether the error is on php level or IIS
> level.
> So php.exe -m.
>
> Jan
> Jan Mura
>
> -----Original Message-----
> From: Tim [mailto:tozluraflar@gmail.com]
> Sent: Tuesday, June 24, 2008 10:52 PM
> To: php-windows@lists.php.net
> Subject: [PHP-WIN] Problem with Oracle and some other extensions on IIS
> Server
>
>
> Hi,
>
> My problem is very simple but i can't handle it. I'm LAMP developer by the
> way. I have not much knowledge on IIS server with PHP,
>
> Anyway, i can't load php_oci8.dll and some other DLLs. Error message always
> same;
>
> PHP Warning: PHP Startup: Unable to load dynamic library
> 'c:\PHP\ext\php_oci8.dll' - The specified procedure could not be found. in
> Unknown on line 0
>
> but location for php_oci8.dll is right and the file exist. Also the file is
> not readonly or sys file. Just an archive file like other extensions.
>
> I try to copy the file to winnt folder, system32 folder and adding the
> paths
> (c:/php and c:/php/ext/) to system envrionment variables.
>
> I must solve this problem til morning. Please help.
>
> P.S. : I'm not the admin of this server. I just request and they will do.
>
> --
> Tim
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
Thanks,
Sanjay Mantoor
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Problem with Oracle and some other extensions on IIS Server
am 25.06.2008 14:39:58 von Elizabeth M Smith
Tim wrote:
> Hi,
>
> My problem is very simple but i can't handle it. I'm LAMP developer by the
> way. I have not much knowledge on IIS server with PHP,
>
> Anyway, i can't load php_oci8.dll and some other DLLs. Error message always
> same;
>
> PHP Warning: PHP Startup: Unable to load dynamic library
> 'c:\PHP\ext\php_oci8.dll' - The specified procedure could not be found. in
> Unknown on line 0
>
> but location for php_oci8.dll is right and the file exist. Also the file is
> not readonly or sys file. Just an archive file like other extensions.
>
> I try to copy the file to winnt folder, system32 folder and adding the
> paths
> (c:/php and c:/php/ext/) to system envrionment variables.
>
> I must solve this problem til morning. Please help.
>
> P.S. : I'm not the admin of this server. I just request and they will do.
>
> --
> Tim
The problem isn't that php_oci8.dll wasn't loading - otherwise you'd be
getting a different error. What the "specified procedure could not be
found" means is that the oci8 PHP extension can't find your oracle
client libraries. If you want to talk to oracle server you have to
install and configure the client libraries on the machine, which is
something I haven't bothered with so I can't help there. Oracle has
good documentation on how to do this.
Thanks,
Elizabeth Smith
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Problem with Oracle and some other extensions on IIS Server
am 26.06.2008 11:47:09 von Tim
Hi again,
I did request for oracle instant client setup and i sent the url
(http://www.oracle.com/technology/pub/notes/technote_php_ins tant.html)
with my request. Just a minute ago i get a mail that they said "setup is
complete" but i still get same error.
As i said i can't reach to the server remotely. I just have ftp password.
This isn't my job (install programs and setting up a server) but there
is too silly management for this. If you can suggest anything else that
can help i'd really glad.
Elizabeth M Smith wrote:
> Tim wrote:
>> Hi,
>>
>> My problem is very simple but i can't handle it. I'm LAMP developer by the
>> way. I have not much knowledge on IIS server with PHP,
>>
>> Anyway, i can't load php_oci8.dll and some other DLLs. Error message always
>> same;
>>
>> PHP Warning: PHP Startup: Unable to load dynamic library
>> 'c:\PHP\ext\php_oci8.dll' - The specified procedure could not be found. in
>> Unknown on line 0
>>
>> but location for php_oci8.dll is right and the file exist. Also the file is
>> not readonly or sys file. Just an archive file like other extensions.
>>
>> I try to copy the file to winnt folder, system32 folder and adding the
>> paths
>> (c:/php and c:/php/ext/) to system envrionment variables.
>>
>> I must solve this problem til morning. Please help.
>>
>> P.S. : I'm not the admin of this server. I just request and they will do.
>>
>> --
>> Tim
>
> The problem isn't that php_oci8.dll wasn't loading - otherwise you'd be
> getting a different error. What the "specified procedure could not be
> found" means is that the oci8 PHP extension can't find your oracle
> client libraries. If you want to talk to oracle server you have to
> install and configure the client libraries on the machine, which is
> something I haven't bothered with so I can't help there. Oracle has
> good documentation on how to do this.
>
> Thanks,
> Elizabeth Smith
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php