Thread

Posted on Fri Jul 11 10:24:31 2008 by matze
Problem with Perl 5.10
Hi together, I'm using now the actual version of XAMPP with Apache/2.2.9 (Win32) DAV/2 mod_ssl/2.2.9 OpenSSL/0.9.8h mod_autoindex_color PHP/5.2.6 mod_perl/2.0.4 Perl/v5.10.0 and the DBD-Oracle 1.21! During I'm trying to start the httpd the error-box occurs (free translated from german): "The application (httpd.exe) could not started, because perl58.dll was not found". Is there a way to workaround this perl-version conflict or a new version of the module is planed? Thank you for your help very much! Regards, Matthias
Direct Responses: 8269 | Write a response
Posted on Fri Jul 11 13:12:35 2008 by byterock in response to 8268
Re: Problem with Perl 5.10
I do not think this is a DBD::Oracle or DBI problem looks like you have a confilct on you Apache server and the version of mod perl it is trying to run. Upgrade your Mod perl on Apache to run with 5.10? http://qaix.com/apache-http-server/575-712-problems-building-hellip-read.shtml
Direct Responses: 8404 | Write a response
Posted on Fri Jul 25 10:59:54 2008 by matze in response to 8269
Re: Problem with Perl 5.10
The Problem was the Oracle-Client. It comes with Perl 5.8. You have to set PERL5LIB env-variable in Windows to the modperl-lib dir (modperl has Perl 5.10)! Thanks again! Matthias
Write a response