|
Home > Archive > MySQL ODBC Connector > January 2006 > Problem installing MySQL 5.0
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Problem installing MySQL 5.0
|
|
| Francesco Vincenti 2006-01-03, 7:23 am |
| ------ =_Part_16979_6984072
.1136293690047
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Hello everybody,
This is the first time I try to install MySQL 5.0, I think I followed the
steps showed by the documentation in the right way, but when I run the
command:
rpm -i MySQL-server-Version-.i386.rpm
I get back the error:
error: Failed dependencies:
perl(DBI) is needed by MySQL-server-standard-5.0.18-0.rhel3
I am trying to install MySQL on this platform:
- CPU: AMD Athlon 800 Mhz
- Operating System: Linux Fedora core 2, release 2.6.5-1.358
The packages I have downloaded are:
- MySQL-server-standard-5.0.18-0.rhel3.i386.rpm
- MySQL-client-standard-5.0.18-0.rhel3.i386.rpm
After the error, I found a few information on internet about perl(DBI), so =
I
downloaded it and installed it on my system.
The test step (make test) ended with error 355 (??), but I run anyway "make
install" which ended without problems, I think.
At this point I do not know what to do, so I need your help to solve this
problem.
Greetings
Francesco Vincenti
*
*
------ =_Part_16979_6984072
.1136293690047--
| |
| Chander Ganesan 2006-01-03, 9:23 am |
| You can force the installation (--nodeps) when installing the RPM package.
Even if you build DBI (and not install it from RPM) it won't be in the
RPM database, and you'll get the same error.
You should be able to get a FC2 RPM for the DBI module - download that
RPM and install it, then install MySQL - that would be the easiest
course of action...
--
Chander Ganesan
Open Technology Group, Inc.
One Copley Parkway, Suite 210
Morrisville, NC 27560
Phone: 877-258-8987/919-463-0999
http://www.otg-nc.com
Francesco Vincenti wrote:
>Hello everybody,
>This is the first time I try to install MySQL 5.0, I think I followed the
>steps showed by the documentation in the right way, but when I run the
>command:
>
>rpm -i MySQL-server-Version-.i386.rpm
>
>I get back the error:
>
>error: Failed dependencies:
> perl(DBI) is needed by MySQL-server-standard-5.0.18-0.rhel3
>
>I am trying to install MySQL on this platform:
>- CPU: AMD Athlon 800 Mhz
>- Operating System: Linux Fedora core 2, release 2.6.5-1.358
>
>The packages I have downloaded are:
>- MySQL-server-standard-5.0.18-0.rhel3.i386.rpm
>- MySQL-client-standard-5.0.18-0.rhel3.i386.rpm
>
>After the error, I found a few information on internet about perl(DBI), so I
>downloaded it and installed it on my system.
>The test step (make test) ended with error 355 (??), but I run anyway "make
>install" which ended without problems, I think.
>At this point I do not know what to do, so I need your help to solve this
>problem.
>Greetings
>Francesco Vincenti
>
>*
>*
>
>
>
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql? unsub...sie.nctu.edu.tw
| |
| Francesco Vincenti 2006-01-03, 8:24 pm |
| ------ =_Part_27004_4069644
.1136320286868
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Hello Chander,
thank you very much.
I tried to do in your way ad the installation works!
I downloaded the perl(DBI) .rpm and I installed it the first time using the
command:
rpm -Uvh perl-DBI-1.50-1.i386.rpm
but I got back an error about one glibc library not founded, so I use this
format:
rpm -Uvh --nodeps perl-DBI-1.50-1.i386.rpm
and the installation finished without problems.
Then, I installed both MySQL-server-standard-5.0.18-0 .rhel3.i386.rpm, with
which I have had the problem, and
MySQL-client-standard-5.0.18-0.rhel3.i386.rpm and all went in the right way=
..
Greetings
Francesco Vincenti
------ =_Part_27004_4069644
.1136320286868--
|
|
|
|
|