I have installed php-5.3.2-Win32-VC6-x86.msi and apcaher server - httpd-2.2.15-win32-x86-no_ssl.msi
Whenever I start PHP file system gives error message " The Application failed to start because OCI dll was not found. Try Reinstalling application again".
I have checked my extensions and it has php_pdo_oci.dll and also the php.ini file has correctly mapped the extension directory.
Also whenever I start Apache, it crashes down with following error :
Starting the Apache2.2 service
The Apache2.2 service is running.
rmine the server’s fully qualified domain name, using 127.0.0.1 for ServerName
[Wed Jul 07 11:43:05 2010] [notice] Apache/2.2.15 (Win32) configured – resuming normal operations
[Wed Jul 07 11:43:05 2010] [notice] Server built: Mar 4 2010 11:27:46
[Wed Jul 07 11:43:05 2010] [notice] Parent: Created child process 3800
httpd.exe: Could not reliably determine the server’s fully qualified domain name, using 127.0.0.1 for ServerName
httpd.exe: Could not reliably determine the server’s fully qualified domain name, using 127.0.0.1 for ServerName
[Wed Jul 07 11:43:05 2010] [notice] Child 3800: Child process is running
[Wed Jul 07 11:43:05 2010] [notice] Child 3800: Acquired the start mutex.
[Wed Jul 07 11:43:05 2010] [notice] Child 3800: Starting 64 worker threads.
[Wed Jul 07 11:43:05 2010] [notice] Child 3800: Starting thread to listen on port 80.
[Wed Jul 07 11:46:00 2010] [notice] Parent: Received restart signal – Restarting the server.
[Wed Jul 07 11:46:00 2010] [notice] Child 3800: Exit event signaled. Child process is ending.
Please help me configure my PHP and Apache.