
Hi Bernd, On 25.09.2009, at 10:54, Bernd Plagge wrote:
I tried to install OTRS under Apache2 and mod_perl2 using the web server configuration provided in README.webserver. Customer is using Solaris and PostgreSql.
However, I couldn't start Apache2. The perl startup.pl script contains (as shown above README.webserver file) the line: Apache::DBI
Error message: can't load Apache.pm which belongs to Apache - not Apache2.
So, if there is somebody out there using otrs with Apache2 and mod_perl2 I'd love to hear how I need to configure the system.
Apache::DBI is an extension for perl DBI to use pre established database connections. It's optional, you do not need to use it. But if you use it, it's faster. :) Apache::DBI is working with mod_perl1 and also with mod_perl2 (see also http://search.cpan.org/~pgollucci/Apache-DBI-1.07/lib/Apache/DBI.pm ). Your error message seems to be something else. o Can you verify is Apache::DBI is installed on your machine? o Make sure, that you are using "scripts/apache2-httpd- new.include.conf" (not scripts/apache2-httpd.include.conf) I hope this info will help you to get it working. -Martin