Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> 9iAS installation/configuration problem
I'm on a quest to install and configure Oracle9iAS. Currently I'm stuck with
the http-Server configuration.
Entry in C:\oracle\ora92\Apache\Jserv\conf\jserv.conf:
# Tell Apache on win32 to load the Apache JServ communication module
#LoadModule jserv_module
"C:\oracle\ora92\Apache\Jserv\ApacheModuleJServ.dll"
LoadModule jserv_module C:\oracle\ora92\Apache\Jserv\ApacheModuleJServ.dll
It doesn't work, this is the error message:
c:\temp>apache -k start
Syntax error on line 10 of c:/oracle/ora92/apache/jserv/conf/jserv.conf:
Cannot load c:/oracle/ora92/apache/jserv/apachemodulejserv.dll into
server: (126
) Das angegebene Modul wurde nicht gefunden:
That message translates to Module not found.
However, the dll-file is clearly there, with the file name as configured above.
As an experiment I tried to use the dll in the iAS directory tree, which resulted in a slightly different error message:
c:\temp>apache -k start
Syntax error on line 10 of c:/oracle/ora92/apache/jserv/conf/jserv.conf:
Cannot load c:/oracle/ias92/apache/jserv/apachemodulejserv.dll into
server: (127
) Die angegebene Prozedur wurde nicht gefunden:
Translates to Procedure not found. Again, the file does exist.
What's wrong?
Thanks in advance,
Flamedance
Received on Sat Mar 06 2004 - 04:46:07 CST
![]() |
![]() |