OESF Portables Forum
Everything Else => Sharp Zaurus => Model Specific Forums => Distros, Development, and Model Specific Forums => Archived Forums => C1000/3x00 General discussions => Topic started by: GadgetGuy on October 06, 2005, 10:50:13 am
-
I would like to be able to list all (be it installed by ipkg or as part of the ROM) libraries with version numbers in my C3100.
Is there a way to do this?
-
I would like to be able to list all (be it installed by ipkg or as part of the ROM) libraries with version numbers in my C3100.
Is there a way to do this?
# ldconfig -p
... not guaranteed to catch every library but should be a good start.
John
-
I would like to be able to list all (be it installed by ipkg or as part of the ROM) libraries with version numbers in my C3100.
Is there a way to do this?
# ldconfig -p
... not guaranteed to catch every library but should be a good start.
John
[div align=\"right\"][a href=\"index.php?act=findpost&pid=98396\"][{POST_SNAPBACK}][/a][/div]
Thanks, John! This is great!