WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: ncurses.tcz - error loading library libncurses.so.5  (Read 3559 times)

Offline netnomad

  • Hero Member
  • *****
  • Posts: 1026
ncurses.tcz - error loading library libncurses.so.5
« on: September 18, 2012, 12:21:38 PM »
hi bmarkus,

i reproduced it twice when i upgraded the last version of ncurses to 5.9
the update of ncurses broke the library libncurses.so.5.

thank you for your help.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: ncurses.tcz - error loading library libncurses.so.5
« Reply #1 on: September 18, 2012, 12:40:25 PM »
Well, it is the Raspberry Pi ARM6 version, see info file :) It is in a wrong repo. Informed Robert to move it.

Thanks for reporting.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline gutmensch

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 605
  • I can make it disappear, have no fear!
    • remembrance blog
Re: ncurses.tcz - error loading library libncurses.so.5
« Reply #2 on: September 18, 2012, 03:00:47 PM »
Sorry for the mistake and thanks for catching, restored the correct versions now to each repo (hopefully) :-)
If I seem unduly clear to you, you must have misunderstood what I said. (Alan Greenspan)

Offline sergey.glazyrin

  • Newbie
  • *
  • Posts: 2
Re: ncurses.tcz - error loading library libncurses.so.5
« Reply #3 on: September 26, 2016, 11:45:28 AM »
Hey guys!
Do you have any ideas why it doesn't work now ?
Code: [Select]
docker@boot2docker:~$ tce-load -w -i bash
        bash.tcz.dep OK
readline.tcz.dep OK
Downloading: ncurses.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)

ncurses.tcz: FAILED
md5sum: WARNING: 1 of 1 computed checksums did NOT match
Error on ncurses.tcz
docker@boot2docker:~$ md5sum /tmp/tce/optional/ncurses.tcz
ncurses.tcz          ncurses.tcz.md5.txt
docker@boot2docker:~$ md5sum /tmp/tce/optional/ncurses.tcz > /tmp/tce/optional/ncurses.tcz.md5.txt
docker@boot2docker:~$ tce-load -w -i bash
readline.tcz.dep OK
mount: mounting /dev/loop2 on /tmp/tcloop/ncurses failed: Invalid argument

I tried to hack a ncurses md5 but seems like invalid package  has been uploaded to tinycore repository
Do you have any ideas what's wrong ?