RE: Problem with Modules

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

 



If the application can't find a module, then it normally means
that particular module is not in the know path of the application
trying to access it.

However, your error message below suggest that the application do
know where it resides, but it seams likt it does not have sufficient
access to load the module - check read and execution rights.

There are several steps of authentication with IIS, and the lowest
(read last check) is that of the file system, but this is not
sufficent to load and execute an application. Access rights needs
to be set explecitly in the IIS manager to - however, IIS should
set the access right proplery in the file system to once they are
set.


-----Original Message-----
From: Cole Hubbard
To: Svensson, B.A.T. (HKG)
Sent: 2003-12-21 20:39
Subject: Re:  Problem with Modules

Here's the error message:

Unknown():  Unable to load dynamic library 
'C:\PHP\extensions\php_xxxx.dll' - The specified module could not be
found.

Yet I know the module file is there.  I just don't know why it's not 
loading them.  This happens with different modules every time.  After I 
cycle through the error messages the script executes properly and 
outputs to the browser.

This is outputted at the end of the page:

PHP Warning: Unknown(): Unable to load dynamic library 
'C:\PHP\extensions\php_ifx.dll' - The specified module could not be 
found. in Unknown on line 0 PHP Warning: Unknown(): Unable to load 
dynamic library 'C:\PHP\extensions\php_oci8.dll' - The specified module 
could not be found. in Unknown on line 0 PHP Warning: Unknown(): Unable 
to load dynamic library 'C:\PHP\extensions\php_oracle.dll' - The 
specified module could not be found. in Unknown on line 0 Cannot find 
module (IP-MIB): At line 0 in (none) Cannot find module (IF-MIB): At 
line 0 in (none) Cannot find module (TCP-MIB): At line 0 in (none) 
Cannot find module (UDP-MIB): At line 0 in (none) Cannot find module 
(SNMPv2-MIB): At line 0 in (none) Cannot find module (SNMPv2-SMI): At 
line 0 in (none) Cannot find module (UCD-SNMP-MIB): At line 0 in (none) 
Cannot find module (UCD-DEMO-MIB): At line 0 in (none) Cannot find 
module (SNMP-TARGET-MIB): At line 0 in (none) Cannot find module 
(SNMP-VIEW-BASED-ACM-MIB): At line 0 in (none) Cannot find module 
(SNMP-COMMUNITY-MIB): At line 0 in (none) Cannot find module 
(UCD-DLMOD-MIB): At line 0 in (none) Cannot find module 
(SNMP-FRAMEWORK-MIB): At line 0 in (none) Cannot find module 
(SNMP-MPD-MIB): At line 0 in (none) Cannot find module 
(SNMP-USER-BASED-SM-MIB): At line 0 in (none) Cannot find module 
(SNMP-NOTIFICATION-MIB): At line 0 in (none) Cannot find module 
(SNMPv2-TM): At line 0 in (none) PHP Warning: Unknown(): Unable to load 
dynamic library 'C:\PHP\extensions\php_sybase_ct.dll' - The specified 
module could not be found. in Unknown on line 0

Not sure what the problem is, since the files exist and are in the right

place.  Besides this error, scripts run fine.  It's just getting
annoying.

B.A.T. Svensson wrote:
> Can you give a more detial error description? 
> 
> And what do you mean it runs fine? Fine excpet when
> you try to execute a php script via the webserver?
> 
> IF you want to execute php scritps on IIS, there are
> several steps that needs to be completed in order to
> make it work.
> 
> -----Original Message-----
> From: Cole Hubbard
> To: php-windows@lists.php.net
> Sent: 2003-12-21 06:12
> Subject:  Problem with Modules
> 
> I just set up my webserver on an old Windows 2000 box that I have.
> 
> AMD Athlon 750Mhz, 512MB RAM, 4GB hard drive
> 
> Should be enough to test scripts and everything that I might need to
do,
> 
> and so far it's working just great.  I'm running IIS on this server. 
> Whichever version that comes with 2000, I think it's 4.0.  Maybe 5.
> 
> Perl installed great, and it runs great.  I manually installed the
full 
> binaries for PHP, went in just fine.  Except for when I try to load 
> scripts.  The first time I run a script on the server it gives me
about 
> five errors saying it cannot find module files.  I've checked that
these
> 
> files are in the location that the program is looking for them in, but

> PHP just isn't finding them.  I have no clue why.
> 
> Any help would be appreciated.
> 
> ~Cole Hubbard
> 

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


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux