wrote:

Thanks Guillermo.
I think that I am beginning to see the road.

How can I check (what kind of command?) that
the DBI/DBDs are present in my Perl instalation ?

Simply "rpm -qa | grep perl" will help me ?

does exist some rpm (rh8 package) that helps me with this installation?

I would rather recommend to use the Perl way, like this:
perl -MCPAN -e shell
and then
install DBI
and also
install DBD::mysql <- or whatever DBD you need

I think rpm -qa will not give you the right thing if you did not use an RPM install previously.

Also if you have a DBD driver, you probably have the mans, too. Just type man DBD::drivername and if you get something, you have that driver :-)

- Cs.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to