OESF Portables Forum
Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Angstrom & OpenZaurus => Topic started by: dansawyer on September 25, 2004, 12:44:34 am
-
Where can libstdc++6_3.4.2 be installed? It is required by a package and is huge. I installed it and it took most of the free remaning space.
Can a lib package be installed on an SD card?
Dan
-
If you think a lot of applications you are going to run will depend on it and you have the room put it in root. If not you can go ahead and load it into ram. I have not loaded a lib onto a card becuase I tend to swap the couple of cards I have and would rather keep the unit storing libs and things. I am not sure if ipkg-link will take care of setting things up for libs or not. I would assume so. You might as well try and let us know.
If that makes you uncomfortable you can always wait untill someone who knows more on the issue posts
-
Can a lib package be installed on an SD card?
Yes
-
Yes, But sometimes there's trouble creating symbolic links.
Linking by hand with
ln -s /mnt/card/path/to/lib /path/to/lib
on console usually helps.
-
That's what ipkg-link is for.
Si