
On Wed, 2005-04-13 at 15:00 +0200, Vincent SABOURDY wrote:
My problem is that otrs tells me that DBD::mysql is not install
and if i try ton install it with CPAN : install DBD::mysql Perl CPAN tells me that DBD::mysql is already install
What can i do ?
Please help me !
regards
vsa
v.sabourdy@s3g.fr 12/04/2005 14:38:34 >>> Hi
I try to install otrs on a redhat 7.2.
the install control ask me to install mysql::DBD but it already installed and when i go to installer.pl i have :
Software error: install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (@INC contains: ../../ /home/wservir/otrs/bin/cgi-bin/../../Kernel/cpan-lib /home/wservir/otrs/bin/cgi-bin/../.. /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl . /home/wservir/otrs/bin/cgi-bin/../.. /home/wservir/otrs/bin/cgi-bin/../../Kernel/cpan-lib) at (eval 20) line 3. Perhaps the DBD::mysql perl module hasn't been fully installed, or perhaps the capitalisation of 'mysql' isn't right. Available drivers: ADO, ExampleP, Multiplex, Pg, Proxy. at /home/wservir/otrs/bin/cgi-bin/../../Kernel/Modules/Installer.pm line 174
can you help me about this ?
regards
vsa Assuming you have a location issue with you perl modules..... Run whatever is failing in a terminal, update to script to reflect the correct path of the perl module or move the pel module to where the script is looking for it.
Ted