Charlie Brady wrote:
>
> No, but you can use --nodeps.
>
> The problem is that e-smith 4.1.x has perl 5.6.0-9 installed,
> and RPM does not recognise that that is >= 5.00503 (6 is not
> greater than 503).
>
> An alternative would be to obtain properly compatible RPMs. I
> notice that there is a perl-DBI 1.14-8 RPM in the RedHat 7
> powertools directory.
>
> Regards
>
> Charlie
Thank you, it worked!
But i have still one problem:
When i install 'perl-DBD-msql-mysql-1.2214-1.i386.rpm' it goes to '/usr/lib/perl5/site_perl/5.005/i386-linux/' but i thing i need it in '/usr/lib/perl5/site_perl/5.6.0/i386-linux'
Here is the error:
----
[root@e-smith scripts]# perl filldatabase.pl
install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (@INC contains: /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 .) at (eval 7) 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, Proxy.
at filldatabase.pl line 88
---
Can i copy the files from '/usr/lib/perl5/site_perl/5.005/i386-linux' to '/usr/lib/perl5/site_perl/5.6.0/i386-linux'?
The Script i want to use is "storyteller-beta1.12" (
http://www.planethalflife.com/storyteller), it's a logs parser script for my Half-Life Server.