Hi Guys,
I'm hitting a problem I can't solve...
I got CGI scripts working fine in Perl with Windows as long as I don't have any DB access.
Then I am using the DBI and DBD:OCVB (smth like that, a general one supposed to work with any databases) modules, I have configured the ODBC source.
Everything is working fine as long as I use the command prompt to compile the script but not using the browser, the $dbi variable is not define and I got the following line in the Appache error log:
[Tue Oct 26 13:48:42 2004] [error] [client 127.0.0.1] DBI connect('MS Access Database:apache_auth:host=localhost','',...) failed: [Microsoft][Gestionnaire de pilotes ODBC] Source de donn\xe9es introuvable et nom de pilote non sp\xe9cifi\xe9 (SQL-IM002)(DBD: db_login/SQLConnect err=-1) at C:/Program Files/Apache2/cgi-bin/ajoutClient.cgi line 29, referer: I first tried without "apache_auth:host=localhost", and then add it , no change...
I read a little bit about the apache perl_mod thing but I can't get it installed on Windows....
Any idea?
Thanks a lot...
I'm hitting a problem I can't solve...
I got CGI scripts working fine in Perl with Windows as long as I don't have any DB access.
Then I am using the DBI and DBD:OCVB (smth like that, a general one supposed to work with any databases) modules, I have configured the ODBC source.
Everything is working fine as long as I use the command prompt to compile the script but not using the browser, the $dbi variable is not define and I got the following line in the Appache error log:
[Tue Oct 26 13:48:42 2004] [error] [client 127.0.0.1] DBI connect('MS Access Database:apache_auth:host=localhost','',...) failed: [Microsoft][Gestionnaire de pilotes ODBC] Source de donn\xe9es introuvable et nom de pilote non sp\xe9cifi\xe9 (SQL-IM002)(DBD: db_login/SQLConnect err=-1) at C:/Program Files/Apache2/cgi-bin/ajoutClient.cgi line 29, referer: I first tried without "apache_auth:host=localhost", and then add it , no change...
I read a little bit about the apache perl_mod thing but I can't get it installed on Windows....
Any idea?
Thanks a lot...