LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   MySQL and Perl (https://www.linuxquestions.org/questions/linux-software-2/mysql-and-perl-10347/)

c0c0deuz 12-19-2001 09:42 AM

MySQL and Perl
 
It's been a while now that i am trying to install to project on a server. Those project requires Mysql and php.
Installing mysql requiere a perl module (again those dependencies...)
When i do: rpm -aq, it shows me a lot of perl stuff... but how do i know that it is running? Doing ps -A don't show me any perl process.
Also, if it is not running, how do i bring it up?
thx

c0c0deuz 12-19-2001 10:24 AM

Even if i didn't know if it was installed and running (I assumed it was) so i try to install the package mysql
It installed all package except one: mysql-bench-3.23.46-1.i386.rpm telling me that it failed dependencies mysql-DBI-perl-bin, this package is not on redhat site or mysql site. there are similar name but how the hek do i know witch package to use.
desperate

thx
***If nobody can help, please suggest a forum where i would have more chance of finding help for mysql, i have not been lucky so far in regards with posts relating to sql.

te_conway 12-19-2001 10:26 AM

Perl doesn't run as a service.

type perl -v and if perl responds with a version number you're all set from a perl perspective. You'll need the dbi modules to use perl with mysql.

te_conway 12-19-2001 10:32 AM

Goto mysql.org, the downloads section. You need more than one module., data-dumper, show table and dbi I think.

You can also check cpan.org

c0c0deuz 12-19-2001 11:08 AM

thks te
I apreciate your help


All times are GMT -5. The time now is 09:48 AM.