I've got two basic platforms I'm working with, one has nearly everything
installed, and the other is minimal.

After I get my personal program compiled on my everything system, I want to
move it to my minimal system.

When I copy the file over and try to run it I get an error about a missing
library.

./myprogram: error while loading shared libraries: libstdc++.so.6: cannot
open shared object file: No such file or directory

I go back to my everything machine, find the file, and use what I think
should tell me the proper package name:

~ # *locate libstdc++.so.6*
/usr/lib/libstdc++.so.6
/usr/lib/libstdc++.so.6.0.10
~ # *opkg whatprovides /usr/lib/libstdc++.so.6*
What provides /usr/lib/libstdc++.so.6
~ # *opkg whatprovides -A /usr/lib/libstdc++.so.6*
What provides /usr/lib/libstdc++.so.6
~ # *opkg whatprovides -A libstdc++.so.6*
What provides libstdc++.so.6

None of those variations told me what package I might need to install on the
minimal system to get the proper library. How am I supposed to find the
correct package?

Thanks.  Wim.
_______________________________________________
Angstrom-distro-users mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users

Reply via email to