RE: Newbie - dependencies Same problem --Plz giv the solution !!

2004-03-24 Thread Robert Ross




-Original Message-
From: rajesh k [mailto:[EMAIL PROTECTED] 
Sent: 23 March 2004 14:36
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Newbie - dependencies Same problem --Plz giv the solution !!


Robb + ( ME TOO )- still in jail :-(

Plz get me out of the jail !!!

Thanx,
bii
---
Hi bii,

I got the fix from Alex Greg:
 

You have a previous version of MySQL installed, from the mysql.com RPM's. To
get rid of it, do:

rpm -e 'MySQL*'

first, then:

rpm -ivh perl-DBD-MySQL-2.1021-3.i386.rpm mysql-server-3.23.58-1.i386.rpm
mysql-3.23.58-1.i386.rpm

Hope this helps, if not Alex is your man

Robb - I'm free :0)

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Newbie - dependencies Same problem --Plz giv the solution !!

2004-03-23 Thread Nitin Mehta
You need to download Dynamic client libraries - (including 3.23.x
libraries) to satisfy these dependencies. This is available on mysql
download page. Choose for your particular version.

And if that helps, read the installation procedure, next time before
installation.

Hope that helps
Nitin


- Original Message - 
From: rajesh k [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Tuesday, March 23, 2004 8:05 PM
Subject: Newbie - dependencies Same problem --Plz giv the solution !!


 Hi Robert / Victor /. !

 Tried your method and got:

 error : Failed dependencies
  MySQL-server conflicts with
 mysql-server-3.23.54a-11
  mysql conflicts with mysql-3.23.54a-11

 rpm -i mysql-server-3.23.58-1.i386.rpm
   error:Failed dependencies:
   libmysqlclient.so.10 is needed by
 mysql-server-3.23.58-1 Suggested
   resolutions: mysql-3.23.58-1.i386.rpm

 I tried 'locate' but could not find either file, so
 then tried 'rpm
  -e' of both.  I got 'not installed' as an answer.
 So tried your line
  once more and got the same output.
 
 
 Robb + ( ME TOO )- still in jail :-(

 Plz get me out of the jail !!!

 Thanx,
 bii




 __
 Do you Yahoo!?
 Yahoo! Finance Tax Center - File online. File on time.
 http://taxes.yahoo.com/filing.html

 -- 
 MySQL General Mailing List
 For list archives: http://lists.mysql.com/mysql
 To unsubscribe:
http://lists.mysql.com/[EMAIL PROTECTED]




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Newbie - dependencies

2004-03-11 Thread Alex Greg
 Having just set up a RedHat Enterprise Server V.3 I am trying to add a MySQL
 database function.  I tried and failed using up2date (following instructions
 from RH), so downloaded the rpms and began to install by myself.  My input
 and the output is shown below:
 
 # rpm -i mysql-server-3.23.58-1.i386.rpm 
 error:Failed dependencies:
 libmysqlclient.so.10 is needed by mysql-server-3.23.58-1
 Suggested resolutions:
 mysql-3.23.58-1.i386.rpm
 
 # rpm -i mysql-3.23.58-1.i386.rpm
 error:Failed dependencies:
 perl-DBD-MySQL is needed by mysql-3.23.58-1
 Suggested resolutions:
 perl-DBD-MySQL-2.1021-3.i386.rpm
 
 # rpm -i perl-DBD-MySQL-2.1021-3.i386.rpm
 error:Failed dependencies:
 libmysqlclient.so.10 is needed by perl-DBD-MySQL-2.1021-3
 Suggested resolutions:
 mysql-3.23.58-1.i386.rpm
 
 Which takes me back to the second line and begins a loop.
 Libmysqlclient.so.10 is in /usr/lib/mysql/ problably from the initial setup
 (before I found out that the mysql-server wasn't on the setup CDs).  I went
 for RHEL on the strength that it has up2date and I would not meet this kind
 of problem.
 
 Anyone got any ideas/get out of jail cards?


rpm -ivh perl-DBD-MySQL-2.1021-3.i386.rpm mysql-server-3.23.58-1.i386.rpm 
mysql-3.23.58-1.i386.rpm


-- Alex


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: Newbie - dependencies

2004-03-11 Thread Robert Ross

 Having just set up a RedHat Enterprise Server V.3 I am trying to add a 
 MySQL database function.  I tried and failed using up2date (following 
 instructions from RH), so downloaded the rpms and began to install by 
 myself.  My input and the output is shown below:
 
 # rpm -i mysql-server-3.23.58-1.i386.rpm
 error:Failed dependencies:
 libmysqlclient.so.10 is needed by mysql-server-3.23.58-1
 Suggested resolutions:
 mysql-3.23.58-1.i386.rpm
 
 # rpm -i mysql-3.23.58-1.i386.rpm
 error:Failed dependencies:
 perl-DBD-MySQL is needed by mysql-3.23.58-1
 Suggested resolutions:
 perl-DBD-MySQL-2.1021-3.i386.rpm
 
 # rpm -i perl-DBD-MySQL-2.1021-3.i386.rpm
 error:Failed dependencies:
 libmysqlclient.so.10 is needed by perl-DBD-MySQL-2.1021-3 Suggested 
 resolutions: mysql-3.23.58-1.i386.rpm
 
 Which takes me back to the second line and begins a loop. 
 Libmysqlclient.so.10 is in /usr/lib/mysql/ problably from the initial 
 setup (before I found out that the mysql-server wasn't on the setup 
 CDs).  I went for RHEL on the strength that it has up2date and I would 
 not meet this kind of problem.
 
 Anyone got any ideas/get out of jail cards?


rpm -ivh perl-DBD-MySQL-2.1021-3.i386.rpm mysql-server-3.23.58-1.i386.rpm
mysql-3.23.58-1.i386.rpm


-- Alex

-

Cheers for the reply Alex.  Tried your method and got:

MySQL-server conflicts with mysql-server-3.23.58-1
mysql conflicts with mysql-3.23.58-1

I tried 'locate' but could not find either file, so then tried 'rpm -e' of
both.  I got 'not installed' as an answer.  So tried your line once more and
got the same output.

Robb - still in jail :-(

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Newbie - dependencies

2004-03-11 Thread Alex Greg
 
  Having just set up a RedHat Enterprise Server V.3 I am trying to add a 
  MySQL database function.  I tried and failed using up2date (following 
  instructions from RH), so downloaded the rpms and began to install by 
  myself.  My input and the output is shown below:
  
  # rpm -i mysql-server-3.23.58-1.i386.rpm
  error:Failed dependencies:
  libmysqlclient.so.10 is needed by mysql-server-3.23.58-1
  Suggested resolutions:
  mysql-3.23.58-1.i386.rpm
  
  # rpm -i mysql-3.23.58-1.i386.rpm
  error:Failed dependencies:
  perl-DBD-MySQL is needed by mysql-3.23.58-1
  Suggested resolutions:
  perl-DBD-MySQL-2.1021-3.i386.rpm
  
  # rpm -i perl-DBD-MySQL-2.1021-3.i386.rpm
  error:Failed dependencies:
  libmysqlclient.so.10 is needed by perl-DBD-MySQL-2.1021-3 Suggested 
  resolutions: mysql-3.23.58-1.i386.rpm
  
  Which takes me back to the second line and begins a loop. 
  Libmysqlclient.so.10 is in /usr/lib/mysql/ problably from the initial 
  setup (before I found out that the mysql-server wasn't on the setup 
  CDs).  I went for RHEL on the strength that it has up2date and I would 
  not meet this kind of problem.
  
  Anyone got any ideas/get out of jail cards?
 
 
 rpm -ivh perl-DBD-MySQL-2.1021-3.i386.rpm mysql-server-3.23.58-1.i386.rpm
 mysql-3.23.58-1.i386.rpm
 
 
 -- Alex
 
 -
 
 Cheers for the reply Alex.  Tried your method and got:
 
 MySQL-server conflicts with mysql-server-3.23.58-1
 mysql conflicts with mysql-3.23.58-1

You have a previous version of MySQL installed, from the mysql.com RPM's. To get rid 
of it, do:

rpm -e 'MySQL*'

first, then:

rpm -ivh perl-DBD-MySQL-2.1021-3.i386.rpm mysql-server-3.23.58-1.i386.rpm 
mysql-3.23.58-1.i386.rpm

 
 I tried 'locate' but could not find either file, so then tried 'rpm -e' of
 both

When you use rpm -e, you  give it a package name (e.g. mysql-3.23.58-1.i386 or mysql) 
not a file name.


-- Alex


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: Newbie - dependencies

2004-03-11 Thread Victor Medina
Hi!

anyway, why dont you use the graphic install utility redhat uses to
install mysql?? it will resolve the dependencies for you =)

PS: i think it's called redhat-config-packages

Best Regards!
On Thu, 2004-03-11 at 09:05, Robert Ross wrote:

  Having just set up a RedHat Enterprise Server V.3 I am trying to add a 
  MySQL database function.  I tried and failed using up2date (following 
  instructions from RH), so downloaded the rpms and began to install by 
  myself.  My input and the output is shown below:
  
  # rpm -i mysql-server-3.23.58-1.i386.rpm
  error:Failed dependencies:
  libmysqlclient.so.10 is needed by mysql-server-3.23.58-1
  Suggested resolutions:
  mysql-3.23.58-1.i386.rpm
  
  # rpm -i mysql-3.23.58-1.i386.rpm
  error:Failed dependencies:
  perl-DBD-MySQL is needed by mysql-3.23.58-1
  Suggested resolutions:
  perl-DBD-MySQL-2.1021-3.i386.rpm
  
  # rpm -i perl-DBD-MySQL-2.1021-3.i386.rpm
  error:Failed dependencies:
  libmysqlclient.so.10 is needed by perl-DBD-MySQL-2.1021-3 Suggested 
  resolutions: mysql-3.23.58-1.i386.rpm
  
  Which takes me back to the second line and begins a loop. 
  Libmysqlclient.so.10 is in /usr/lib/mysql/ problably from the initial 
  setup (before I found out that the mysql-server wasn't on the setup 
  CDs).  I went for RHEL on the strength that it has up2date and I would 
  not meet this kind of problem.
  
  Anyone got any ideas/get out of jail cards?
 
 
 rpm -ivh perl-DBD-MySQL-2.1021-3.i386.rpm mysql-server-3.23.58-1.i386.rpm
 mysql-3.23.58-1.i386.rpm
 
 
 -- Alex
 
 -
 
 Cheers for the reply Alex.  Tried your method and got:
 
 MySQL-server conflicts with mysql-server-3.23.58-1
 mysql conflicts with mysql-3.23.58-1
 
 I tried 'locate' but could not find either file, so then tried 'rpm -e' of
 both.  I got 'not installed' as an answer.  So tried your line once more and
 got the same output.
 
 Robb - still in jail :-(

-- 

 |...|
 |  _    _|Victor Medina M   |
 |\ \ \| |  _ \ / \   |Linux - Java - MySQL  |
 | \ \ \  _| | |_) / _ \  |Dpto. Sistemas - Ferreteria EPA   |
 | / / / |___|  __/ ___ \ |[EMAIL PROTECTED]  |
 |/_/_/|_|_| /_/   \_\|ext. 325 - Tél: +58-241-8507325   |
 ||geek by nature - linux by choice  |
 |...|






















RE: Newbie - dependencies

2004-03-11 Thread Robert Ross
Hi Victor,

I tried that initially and thought I had installed everything - RH
Enterprise has the option in the GUI to install mysql - what it doesn't tell
you is that it is the client and not the server.  When you (eventually) find
this out and try to install the server,  problems occur because the server
should be installed before the client (I think).  So you then uninstall both
server and client, then  re-install the server.  If sucessful, you still get
problems when you try to re-install the client as the GUI cannot find the
server's headers and so will not install client software.  So you go and
find the rpm and try to install it yourself and get the dependencies
problem.  I think you get an idea of my frustration, and I have not even got
to the part of trying to use mysql yet!  Still, I will continue on...:-)

Thanks for your input.

Robb

-Original Message-
From: Victor Medina [mailto:[EMAIL PROTECTED] 
Sent: 11 March 2004 13:31
To: Robert Ross
Cc: [EMAIL PROTECTED]
Subject: RE: Newbie - dependencies


Hi!

anyway, why dont you use the graphic install utility redhat uses to install
mysql?? it will resolve the dependencies for you =)

PS: i think it's called redhat-config-packages

Best Regards!
On Thu, 2004-03-11 at 09:05, Robert Ross wrote:

  Having just set up a RedHat Enterprise Server V.3 I am trying to add 
  a
  MySQL database function.  I tried and failed using up2date (following 
  instructions from RH), so downloaded the rpms and began to install by 
  myself.  My input and the output is shown below:
  
  # rpm -i mysql-server-3.23.58-1.i386.rpm
  error:Failed dependencies:
  libmysqlclient.so.10 is needed by mysql-server-3.23.58-1 Suggested 
  resolutions: mysql-3.23.58-1.i386.rpm
  
  # rpm -i mysql-3.23.58-1.i386.rpm
  error:Failed dependencies:
  perl-DBD-MySQL is needed by mysql-3.23.58-1
  Suggested resolutions:
  perl-DBD-MySQL-2.1021-3.i386.rpm
  
  # rpm -i perl-DBD-MySQL-2.1021-3.i386.rpm
  error:Failed dependencies:
  libmysqlclient.so.10 is needed by perl-DBD-MySQL-2.1021-3 Suggested
  resolutions: mysql-3.23.58-1.i386.rpm
  
  Which takes me back to the second line and begins a loop.
  Libmysqlclient.so.10 is in /usr/lib/mysql/ problably from the initial 
  setup (before I found out that the mysql-server wasn't on the setup 
  CDs).  I went for RHEL on the strength that it has up2date and I would 
  not meet this kind of problem.
  
  Anyone got any ideas/get out of jail cards?
 
 
 rpm -ivh perl-DBD-MySQL-2.1021-3.i386.rpm 
 mysql-server-3.23.58-1.i386.rpm
 mysql-3.23.58-1.i386.rpm
 
 
 -- Alex
 
 -
 
 Cheers for the reply Alex.  Tried your method and got:
 
 MySQL-server conflicts with mysql-server-3.23.58-1
 mysql conflicts with mysql-3.23.58-1
 
 I tried 'locate' but could not find either file, so then tried 'rpm 
 -e' of both.  I got 'not installed' as an answer.  So tried your line 
 once more and got the same output.
 
 Robb - still in jail :-(

-- 

 |...|
 |  _    _|Victor Medina M   |
 |\ \ \| |  _ \ / \   |Linux - Java - MySQL  |
 | \ \ \  _| | |_) / _ \  |Dpto. Sistemas - Ferreteria EPA   |
 | / / / |___|  __/ ___ \ |[EMAIL PROTECTED]  |
 |/_/_/|_|_| /_/   \_\|ext. 325 - Tél: +58-241-8507325   |
 ||geek by nature - linux by choice  |
 |...|





















--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: Newbie - dependencies

2004-03-11 Thread Victor Medina
OK, a few things you can try

1.- I usually compile everything my server uses. I recomended you to use
the gui just because i tought rh installer would resolve the
dependencies by itself, big mistake here =) RH seems to prefer
PostgreSQL and considers MySQL a second hand choice =( S, I can help
you out compiling a fresh MySQL server or...

2.- Download a precompiled binaries from the mysql.com site, read the
install instrucctions (quite easy by the way, we can help on that also!)
and use mysql's own binaries

Any choice is good and valid, make a choice and let us know if you have
problems with it =)

Sure we can help! =)

Best Regards!

On Thu, 2004-03-11 at 09:41, Robert Ross wrote:
 Hi Victor,
 
 I tried that initially and thought I had installed everything - RH
 Enterprise has the option in the GUI to install mysql - what it doesn't tell
 you is that it is the client and not the server.  When you (eventually) find
 this out and try to install the server,  problems occur because the server
 should be installed before the client (I think).  So you then uninstall both
 server and client, then  re-install the server.  If sucessful, you still get
 problems when you try to re-install the client as the GUI cannot find the
 server's headers and so will not install client software.  So you go and
 find the rpm and try to install it yourself and get the dependencies
 problem.  I think you get an idea of my frustration, and I have not even got
 to the part of trying to use mysql yet!  Still, I will continue on...:-)
 
 Thanks for your input.
 
 Robb
 
 -Original Message-
 From: Victor Medina [mailto:[EMAIL PROTECTED] 
 Sent: 11 March 2004 13:31
 To: Robert Ross
 Cc: [EMAIL PROTECTED]
 Subject: RE: Newbie - dependencies
 
 
 Hi!
 
 anyway, why dont you use the graphic install utility redhat uses to install
 mysql?? it will resolve the dependencies for you =)
 
 PS: i think it's called redhat-config-packages
 
 Best Regards!
 On Thu, 2004-03-11 at 09:05, Robert Ross wrote:
 
   Having just set up a RedHat Enterprise Server V.3 I am trying to add 
   a
   MySQL database function.  I tried and failed using up2date (following 
   instructions from RH), so downloaded the rpms and began to install by 
   myself.  My input and the output is shown below:
   
   # rpm -i mysql-server-3.23.58-1.i386.rpm
   error:Failed dependencies:
   libmysqlclient.so.10 is needed by mysql-server-3.23.58-1 Suggested 
   resolutions: mysql-3.23.58-1.i386.rpm
   
   # rpm -i mysql-3.23.58-1.i386.rpm
   error:Failed dependencies:
   perl-DBD-MySQL is needed by mysql-3.23.58-1
   Suggested resolutions:
   perl-DBD-MySQL-2.1021-3.i386.rpm
   
   # rpm -i perl-DBD-MySQL-2.1021-3.i386.rpm
   error:Failed dependencies:
   libmysqlclient.so.10 is needed by perl-DBD-MySQL-2.1021-3 Suggested
   resolutions: mysql-3.23.58-1.i386.rpm
   
   Which takes me back to the second line and begins a loop.
   Libmysqlclient.so.10 is in /usr/lib/mysql/ problably from the initial 
   setup (before I found out that the mysql-server wasn't on the setup 
   CDs).  I went for RHEL on the strength that it has up2date and I would 
   not meet this kind of problem.
   
   Anyone got any ideas/get out of jail cards?
  
  
  rpm -ivh perl-DBD-MySQL-2.1021-3.i386.rpm 
  mysql-server-3.23.58-1.i386.rpm
  mysql-3.23.58-1.i386.rpm
  
  
  -- Alex
  
  -
  
  Cheers for the reply Alex.  Tried your method and got:
  
  MySQL-server conflicts with mysql-server-3.23.58-1
  mysql conflicts with mysql-3.23.58-1
  
  I tried 'locate' but could not find either file, so then tried 'rpm 
  -e' of both.  I got 'not installed' as an answer.  So tried your line 
  once more and got the same output.
  
  Robb - still in jail :-(
 
 -- 
 
  |...|
  |  _    _|Victor Medina M   |
  |\ \ \| |  _ \ / \   |Linux - Java - MySQL  |
  | \ \ \  _| | |_) / _ \  |Dpto. Sistemas - Ferreteria EPA   |
  | / / / |___|  __/ ___ \ |[EMAIL PROTECTED]  |
  |/_/_/|_|_| /_/   \_\|ext. 325 - Tél: +58-241-8507325   |
  ||geek by nature - linux by choice  |
  |...|
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
-- 

 |...|
 |  _    _|Victor Medina M   |
 |\ \ \| |  _ \ / \   |Linux - Java - MySQL  |
 | \ \ \  _| | |_) / _ \  |Dpto. Sistemas - Ferreteria EPA   |
 | / / / |___|  __/ ___ \ |[EMAIL PROTECTED]  |
 |/_/_/|_|_| /_/   \_\|ext. 325 - Tél: +58-241-8507325   |
 ||geek by nature - linux by choice  |
 |...|






















--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL

RE: Newbie - dependencies

2004-03-11 Thread Robert Ross


You have a previous version of MySQL installed, from the mysql.com RPM's.
To get rid of it, do:

rpm -e 'MySQL*'

first, then:

rpm -ivh perl-DBD-MySQL-2.1021-3.i386.rpm mysql-server-3.23.58-1.i386.rpm
mysql-3.23.58-1.i386.rpm

 
 I tried 'locate' but could not find either file, so then tried 'rpm 
 -e' of both

When you use rpm -e, you  give it a package name (e.g. mysql-3.23.58-1.i386
or mysql) not a file name.


-- Alex
--

Genius mate,

It worked!  I had tried the whole package name when I used '-e' but it did
not seem to make much difference.  However, using your wildcard idea seems
to have worked.  A pause then the command line again.  Put it your multi rpm
line and it kicked in and loaded beautifully.  Seems to be working, so now I
can get horribly confused with setting up the database.  Steep learning
curve, but really interesting.

Thanks again for you help.

Robb  (I'm free:-))

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: Newbie - dependencies

2004-03-11 Thread HACKATHORN, TODD (SWBT)
When I upgraded to the newer version of mySQL I got the same errors, but the
web site I down loaded the new rpms from had a rpm to put both versions of
the dependency files on the system. Go here
http://www.mysql.com/downloads/mysql-4.0.html then look in the Linux
downloads about 1/4 the way down, It is labeled Libraries and header files,
this put both the old version and the new version.  When I found this error
I searched all the forums and everyone had very complex(at lease for me)
ways of recompiling mySQL.  But, just installing this rpm fixed it for me.

Good Luck, 

Todd Hackathorn


-Original Message-
From: Robert Ross [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 11, 2004 7:41 AM
To: [EMAIL PROTECTED]
Subject: RE: Newbie - dependencies

Hi Victor,

I tried that initially and thought I had installed everything - RH
Enterprise has the option in the GUI to install mysql - what it doesn't tell
you is that it is the client and not the server.  When you (eventually) find
this out and try to install the server,  problems occur because the server
should be installed before the client (I think).  So you then uninstall both
server and client, then  re-install the server.  If sucessful, you still get
problems when you try to re-install the client as the GUI cannot find the
server's headers and so will not install client software.  So you go and
find the rpm and try to install it yourself and get the dependencies
problem.  I think you get an idea of my frustration, and I have not even got
to the part of trying to use mysql yet!  Still, I will continue on...:-)

Thanks for your input.

Robb

-Original Message-
From: Victor Medina [mailto:[EMAIL PROTECTED] 
Sent: 11 March 2004 13:31
To: Robert Ross
Cc: [EMAIL PROTECTED]
Subject: RE: Newbie - dependencies


Hi!

anyway, why dont you use the graphic install utility redhat uses to install
mysql?? it will resolve the dependencies for you =)

PS: i think it's called redhat-config-packages

Best Regards!
On Thu, 2004-03-11 at 09:05, Robert Ross wrote:

  Having just set up a RedHat Enterprise Server V.3 I am trying to add 
  a
  MySQL database function.  I tried and failed using up2date (following 
  instructions from RH), so downloaded the rpms and began to install by 
  myself.  My input and the output is shown below:
  
  # rpm -i mysql-server-3.23.58-1.i386.rpm
  error:Failed dependencies:
  libmysqlclient.so.10 is needed by mysql-server-3.23.58-1 Suggested 
  resolutions: mysql-3.23.58-1.i386.rpm
  
  # rpm -i mysql-3.23.58-1.i386.rpm
  error:Failed dependencies:
  perl-DBD-MySQL is needed by mysql-3.23.58-1
  Suggested resolutions:
  perl-DBD-MySQL-2.1021-3.i386.rpm
  
  # rpm -i perl-DBD-MySQL-2.1021-3.i386.rpm
  error:Failed dependencies:
  libmysqlclient.so.10 is needed by perl-DBD-MySQL-2.1021-3 Suggested
  resolutions: mysql-3.23.58-1.i386.rpm
  
  Which takes me back to the second line and begins a loop.
  Libmysqlclient.so.10 is in /usr/lib/mysql/ problably from the initial 
  setup (before I found out that the mysql-server wasn't on the setup 
  CDs).  I went for RHEL on the strength that it has up2date and I would 
  not meet this kind of problem.
  
  Anyone got any ideas/get out of jail cards?
 
 
 rpm -ivh perl-DBD-MySQL-2.1021-3.i386.rpm 
 mysql-server-3.23.58-1.i386.rpm
 mysql-3.23.58-1.i386.rpm
 
 
 -- Alex
 
 -
 
 Cheers for the reply Alex.  Tried your method and got:
 
 MySQL-server conflicts with mysql-server-3.23.58-1
 mysql conflicts with mysql-3.23.58-1
 
 I tried 'locate' but could not find either file, so then tried 'rpm 
 -e' of both.  I got 'not installed' as an answer.  So tried your line 
 once more and got the same output.
 
 Robb - still in jail :-(

-- 

 |...|
 |  _    _|Victor Medina M   |
 |\ \ \| |  _ \ / \   |Linux - Java - MySQL  |
 | \ \ \  _| | |_) / _ \  |Dpto. Sistemas - Ferreteria EPA   |
 | / / / |___|  __/ ___ \ |[EMAIL PROTECTED]  |
 |/_/_/|_|_| /_/   \_\|ext. 325 - Tél: +58-241-8507325   |
 ||geek by nature - linux by choice  |
 |...|





















-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]