Author Topic: Libraries Missing  (Read 1886 times)

MarcusKracht

  • Jr. Member
  • **
  • Posts: 55
    • View Profile
Libraries Missing
« on: February 08, 2005, 05:06:23 pm »
I have flashed to RC9. On the way to installing/updating the system I seem to have
lost libm.so.6. Can someone make this available to me?

-- Marcus

PS Maybe there is a repository for these files in case I am missing more?

Zumi

  • Sr. Member
  • ****
  • Posts: 257
    • View Profile
    • http://
Libraries Missing
« Reply #1 on: February 08, 2005, 05:52:17 pm »
Usually an ipkg search <filename> will do it.
You can then (re)install that particular package.

However, libm.so.6 is part of the glibc, so maybe it's not wise to uninstall. So you better download the ipk manually,
http://mirror1.pdaxrom.org/current/feed/gl....5_armv5tel.ipk
and unpack it with
$ tar xvzf glibc_2.2.5_armv5tel.ipk
then unpack the data.tar.gz too and search for the needed files.

Zumi
« Last Edit: February 08, 2005, 05:59:27 pm by Zumi »
SL-C860: pdaXrom 1.1.0beta1
SD: 1GB A-data, GPS: Haicom HI-303S, Bluetooth: Nokia DTL-1 CF, CF WiFi: ASUS SpaceLink WL-110
Browse user contributed packages for pdaXrom!

MarcusKracht

  • Jr. Member
  • **
  • Posts: 55
    • View Profile
Libraries Missing
« Reply #2 on: February 08, 2005, 07:09:55 pm »
Quote
Usually an ipkg search <filename> will do it.
You can then (re)install that particular package.

However, libm.so.6 is part of the glibc, so maybe it's not wise to uninstall. So you better download the ipk manually,
http://mirror1.pdaxrom.org/current/feed/gl....5_armv5tel.ipk
and unpack it with
$ tar xvzf glibc_2.2.5_armv5tel.ipk
then unpack the data.tar.gz too and search for the needed files.

Zumi
[div align=\"right\"][a href=\"index.php?act=findpost&pid=66187\"][{POST_SNAPBACK}][/a][/div]

Thanks for the info. Actually, the problem was that I had many packages on the SD
card before reflashing. The new installer does not reveal where the package is
(that should be repaired), so I accidentally threw that away. It is not easy for me
to see which packages are supplied originally, so I do not have to update them.

-- Marcus