Hello,
I need to connect to an Oracle db and it seems to be a problem with the installation of the "mod_fcgid.so" module.
I have EasyPHP 5.4.6 (the number I see in Help-About but I downloaded the last version from the site about 1 week ago; it should be the 12.1).
So the steps I followed:
-uncomment the "extension=php_oci8.dll" line in php.ini (I should uncomment the next one, "extension=php_oci8_11g.dll", too, but when EasyPHP starts it says "module oci8 already loaded").
-added the following lines in httpd.conf:
LoadModule fcgid_module modules/mod_fcgid.so
FcgidInitialEnv PHPRC "c:/PHP_folder
AddHandler fcgid-script .php
FcgidWrapper "c:/PHP_folder/php-cgi.exe" .php
-added "mod_fcgid.so" and "mod_fcgid.pdb" files (from mod_fcgid-2.3.6-win32-x86.zip) in apache/modules directory
So the problem is that now when EasyPHP starts I get this error:
Error in Apache configuration file:
apache.exe: Syntax error on line 184 of httpd.conf: Cannot load C:/.....apache/modules/mod_fcgid.so into server: The specified procedure not found.
Thanx,
Mack