OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: MarcusKracht on February 08, 2005, 05:06:23 pm

Title: Libraries Missing
Post by: MarcusKracht 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?
Title: Libraries Missing
Post by: Zumi 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 (http://mirror1.pdaxrom.org/current/feed/glibc_2.2.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
Title: Libraries Missing
Post by: MarcusKracht 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 (http://mirror1.pdaxrom.org/current/feed/glibc_2.2.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