LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-25-2008, 02:18 PM   #1
a.dehqan
Member
 
Registered: May 2008
Posts: 81

Rep: Reputation: 15
problem with installing libc6-dev


In The Name Of God
Hello

my debian info :

Quote:
~# uname -a
Linux javad 2.6.18-5-686 #1 SMP Mon Dec 24 16:41:07 UTC 2007 i686 GNU/Linux
I'll be Thankfull if you guide me :
when i want to install libc6-dev i have this error :
Quote:
~# apt-get install libc6-dev
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
libc6-dev: Depends: libc6 (= 2.3.6.ds1-13) but 2.3.6.ds1-13etch4 is to be installed
E: Broken packages
Are not the versions the same ?
Even i can not remove libc6 ,this result :

Quote:
~# apt-get remove libc6
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
openoffice.org-l10n-fa: Depends: locales but it is not going to be installed or
belocs-locales-data but it is not installable or
locales-all but it is not installable
E: Broken packages
PHP Code:
dpkg -l libc6
Desired
=Unknown/Install/Remove/Purge/Hold
Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Erruppercase=bad)
||/ 
Name           Version        Description
+++-==============-==============-============================================
ri  libc6          2.3.6.ds1-13et GNU C LibraryShared libraries 
Thanks alot
regards dehqan
 
Old 08-25-2008, 03:43 PM   #2
klearview
Member
 
Registered: Aug 2006
Location: London
Distribution: Debian, Kubuntu
Posts: 572

Rep: Reputation: 75
Which Debian are you using - testing, unstable?
 
Old 08-25-2008, 05:05 PM   #3
ForaGalvao
LQ Newbie
 
Registered: Aug 2008
Posts: 8

Rep: Reputation: 0
try

#aptitude update
#aptitude safe-upgrade

Then, open aptitude:

#aptitude

.. Search for 'libc6-dev' and check what kind of dependencies are listed.

Maybe it'll be necessary to upgrade the distro to fix the dependencies completely, the ones that are not upgrade using just 'apt-get upgrade':

#aptitude dist-upgrade
 
Old 08-26-2008, 03:00 AM   #4
a.dehqan
Member
 
Registered: May 2008
Posts: 81

Original Poster
Rep: Reputation: 15
In The name of God
hello

Thanks alot for you' attentions.
I think this is cause of that i have updated debian etch 4 with dvd r0 .
Now when i want install libc6-dev from debiab DVDs it says that need libc6 and dependecies are not satisfied .
Now i want install libc6 from debian DVD but i can not remove libc6 that is installed .
I will Thankfull if you guide me.

regards dehqan
 
Old 08-26-2008, 04:26 AM   #5
pinniped
Senior Member
 
Registered: May 2008
Location: planet earth
Distribution: Debian
Posts: 1,732

Rep: Reputation: 50
If the DVD has an earlier version you will have some trouble downgrading libc6. If the DVD has newer versions then all you have to do is:

apt-get install libc6

Then you can install libc6-dev
 
Old 08-26-2008, 06:00 AM   #6
ForaGalvao
LQ Newbie
 
Registered: Aug 2008
Posts: 8

Rep: Reputation: 0
Quote:
Originally Posted by a.dehqan View Post
In The name of God
hello

Thanks alot for you' attentions.
I think this is cause of that i have updated debian etch 4 with dvd r0 .
Now when i want install libc6-dev from debiab DVDs it says that need libc6 and dependecies are not satisfied .
Now i want install libc6 from debian DVD but i can not remove libc6 that is installed .
I will Thankfull if you guide me.

regards dehqan
Have you tried #apt-get remove --purge libc6-dev ?

Also, You could try to remove the others libc6 libraries using the syntax above, then try to install again.
 
Old 08-27-2008, 06:21 AM   #7
a.dehqan
Member
 
Registered: May 2008
Posts: 81

Original Poster
Rep: Reputation: 15
In the name of god
hello

Thanks alot for you'r attentions
I'v tried #apt-get remove --purge libc6-dev too but there was no result .
what are libc6 lib packages?

regards dehqan
 
Old 08-27-2008, 07:56 AM   #8
ForaGalvao
LQ Newbie
 
Registered: Aug 2008
Posts: 8

Rep: Reputation: 0
If it wants the version 2.3.6.ds1-13 of libc6 to work, like it is specified in the message shown by you:
"libc6-dev: Depends: libc6 (= 2.3.6.ds1-13) but 2.3.6.ds1-13etch4 is to be installed", you shoul try the following:

It's likely to work if you force the installation of this version.

First of all, download the package here: http://packages.debian.org/etch/libc6

Then, in the folder where the downloaded packade is located, you type: # dpkg --force "the_package's_name"

Finally, you can try install libc6-dev again: # apt-get install libc6-dev
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to install libc6-dev rstaveley Debian 8 02-12-2007 12:49 PM
problem installing x-window-system-dev hazylama Linux - Software 5 12-13-2006 02:15 PM
libc6-dev version conflicts with libc6 in Dapper peppill Ubuntu 2 12-04-2006 01:13 PM
libc6 problem otaking.se Debian 0 09-24-2004 01:52 PM
error installing libc6: cant overwrite devpts Mishkinman Linux - Software 1 04-07-2004 04:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:59 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration