Load, make shared objects (.so libraries) available in Unix, script exampleBy neokrates, written on May 21, 2010 |
howto |
- neokrates
- Email: uwarov@yahoo.com
- Website: http://www.thinkplexx.com
- Join date: 05-31-09
- Posts: 20
Rate it
Ad
Poll
Your skill as shell programmer is?
- No skill (35%, 7 Votes)
- FreeTime coder (acceptable) (25%, 5 Votes)
- Developer (good) (15%, 3 Votes)
- Novice (15%, 3 Votes)
- Admin (very good) (10%, 2 Votes)
- Guru (perfect) (0%, 0 Votes)
Total Voters: 20
Loading ...
Most popular search terms:
New libraries need to be made available for the executables. ldconfig with /etc/ld.so.conf file could be used for that.
Software:
Ubuntu *
Should also work for:
Any Linux distro
Example: add xulrunner-1.9, if it is not yet installed, make .so objects available for all executables.
1 2 3 4 5 6 7 8 | problem=$(dpkg -s xulrunner-1.9|grep installed) echo Checking for libxul: $problem if [ "" == "$problem" ]; then echo "No libxul. Setting up libxul" sudo apt-get --force-yes --yes install xulrunner-1.9 echo "/usr/lib/xulrunner-1.9/">>/etc/ld.so.conf ldconfig fi |
|
LEARN MORE (amazon bookstore)
|
|
TAGS
|
|
SOCIAL
|
|
INCOMING SEARCH TERMS
|


















