I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2008-07-11 07:24:31-07 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 2008-07-11 10:12:35-07 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 2008-07-25 07:59:54-07 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
Direct Responses: Write a response