Results 1 to 10 of 11
Hello
I manatched with google-search to connect to my NAS (Iomega ix2-200). Now i'd like to install rTorrent. First at all i downloaded the trunk form the repository. THen i ...
- 10-23-2010 #1Just Joined!
- Join Date
- Oct 2010
- Posts
- 6
Iomega ix2-200 - install new software
Hello
I manatched with google-search to connect to my NAS (Iomega ix2-200). Now i'd like to install rTorrent. First at all i downloaded the trunk form the repository. THen i run ./autogensh ... i receive a failure that alocal could not be found. so i installed automake.... but there i have the problem that libc6 could not be "modified" immediatly. So i tried to install the libc6 library.... but I receive a failure:
A copy of glibc was found in an unexpected directory. It is not sage to upgrade the C Library in this situation: please remove that copy of the C library and try again.
I don't know if that would be a great idea... maybe this libraries are for Marvell MCU's..... any ideas ?
Greetings
- 10-24-2010 #2
Can't you use a normal debian package manager like aptitude or apt-get to install the softaware? If you have aptitude then
should do the job for you.Code:sudo aptitude install rtorrent
ciao,
jdk
- 10-24-2010 #3Just Joined!
- Join Date
- Oct 2010
- Posts
- 6
I tried your suggestions. But it doesn't help me. The failure message is the same:
E: Internal Error, Could not perform immediate configuration (2) on libc6
I googled for some ideas.... but there wasn't any helpful answers.
Any ideas?
Greetings
- 10-24-2010 #4Just Joined!
- Join Date
- Oct 2010
- Posts
- 6
Ok i added to "/etc/sources.list" the libc6 url for ARM-based Processors. Then i made a "apt-get update" and afterward i tried "aptitude install libc6". Following error was spitted:
A copy of glibc was found in an unexpected directory. It is not sage to upgrade the C library in this situation; please remove that copy of the C library and try again.
any ideas ?
greetings
- 10-24-2010 #5
I'm afraid I don't understand what you're doing. Why don't you just install the libcurl pakcage. sources.list if for repos. You don't put any url in there. libc6 will be in the normal debian repos.
should be enough to install it if your sources.list is correct. Can you post the content of your /etc/apt/sources.list file.Code:sudo aptitude install libc6
jdk
- 10-24-2010 #6Just Joined!
- Join Date
- Oct 2010
- Posts
- 6
I can't post my source list because i'm not allowed to post URLs ???
- 10-24-2010 #7Just Joined!
- Join Date
- Oct 2010
- Posts
- 6
My Source List:
deb mirrors.kernel.org/debian testing main contrib non-rc/binary-armel/P$
deb mirrors.kernel.org/debian testing main contrib non-free
deb security.debian.org/ testing/updates main contrib
deb-src security.debian.org/ testing/updates main contrib
deb security.debian.org/debian-security lenny/updates main
deb-src mirrors.kernel.org/debian testing main contrib non-free
deb-src security.debian.org/ testing/updates main contrib
Greetings
- 10-24-2010 #8
That's your problem. Your sources.list is not correct. You have left out the http:// after the "deb" or "deb-src" and in front of each repo.
Soshould beCode:deb mirrors.kernel.org/debian testing main contrib non-free
and so on for all the other lines of sources.listCode:deb http://mirrors.kernel.org/debian testing main contrib non-free
Fix that and your problem should be solved.
jdk
- 10-24-2010 #9Just Joined!
- Join Date
- Oct 2010
- Posts
- 6
That's not the problem. As i mentioned i can't post URL's here in this Forum because it says that only after 15 Posts i can place URL's.... (Failure: You are only allowed to post URLs to other sites after you have made 15 posts or more.)
Each line has the "h t t p : / / ". But this doesn't solve the issue.
Greetings.
- 10-26-2010 #10


Reply With Quote

