Page 1 of 1

DBI Perl Module DBI on XAMPP for Linux

PostPosted: 02. February 2009 10:17
by stijngielis
Hello,

I want to install OCS NG on XAMPP for Linux. I am using CentOS 5.2 as OS, on which I succesfully installed XAMPP

When I start the setup of OCS NG, the installer tells me:

Checking for Apache::DBI Perl Module
*** ERROR: PERL module Apache::DBI is not installed !

Installation aborted


Anybody an idea on how to install DBI Perl Module on XAMPP for Linux?

Thanks!

Re: DBI Perl Module DBI on XAMPP for Linux

PostPosted: 02. February 2009 10:44
by Wiedmann
Anybody an idea on how to install DBI Perl Module on XAMPP for Linux?

I don't know this specific module, but a Perl module is always installed in the same way (regardless if XAMPP or not):
Code: Select all
/opt/lampp/bin/perl -MCPAN -e 'install Apache::DBI'


(There should also be a readme or manual for this module with more infos.)

Re: DBI Perl Module DBI on XAMPP for Linux

PostPosted: 10. February 2009 15:32
by stijngielis
Thanks, I've succesfully installed the necessary modules and installed XAMPP without any further problems.