LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Failed to install libmysql library for MYSQL client (https://www.linuxquestions.org/questions/debian-26/failed-to-install-libmysql-library-for-mysql-client-757441/)

ts7300 09-24-2009 04:48 AM

Failed to install libmysql library for MYSQL client
 
Hi,
I am using TS-7300 board having Debain Linux3.0 distribution and Installed mysql client but when trying to
install library for mysql client using apt-get install libmysqlclient15-dev its
not working.
----------------------------------------------------------
root@ts7300:apt-get install libmysqlclient15-dev
Reading package lists...Done
Building dependency tree... Done
you might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
binutils:depends:Lib6(>=2.7-1) but 2.3.6.ds1-13etch4 is to be installed
libc6:depends:tzdata but it is not going to be installed
libc6-dev:depend:libc6(=2.7-18) but 2.3.6.ds1-13etch4 is to be installed
libmysqlclient15-dev:depend:libmysqlclient15off (>=5.0.51a-24+lenny2)but
5.0.32-7etch3 is to be installed
Depend :libc6(>=2.7-1) but 2.3.6.ds1-13etch4 is to be installed
E:Unmet dependencies.Try 'apt-get -f install' with no packages.
-------------------------------------------------------------------
Tried 'apt-get -f install' ,not working.
Kernel 2.4.26-ts11
source.list :deb ftp://ftp.us.debain.org/debain stable main contrib non-free

Please suggest me upon this.Will I need to changes in sources list file????
I don't know whether this right forum for above Query or not...
--
Dinesh

radiodee1 09-24-2009 06:14 AM

Quote:

Originally Posted by ts7300 (Post 3695294)
source.list :deb ftp://ftp.us.debain.org/debain stable main contrib non-free

Please suggest me upon this.Will I need to changes in sources list file????
I don't know whether this right forum for above Query or not...
--
Dinesh

You might change your sources.list file to read like this:

Code:

deb ftp://ftp.us.debain.org/debain etch main contrib non-free
Then you could type 'apt-get update' and then try again. Or you could do a full-upgrade to lenny, changing your sources.list (and most of your system) around entirely. Hope this helps.


All times are GMT -5. The time now is 07:47 AM.