There are many times with we get .so.2 linked library error, this is because of the missing package that provides the shared library files. To find out with package provides which shared libraries.
Go to the following link, in the search field select Provides and give library file name
http://rpm.rutgers.edu/rpm2php/?searchby=provides&searchval=libiconv.so.2
The search will provide you package name to [...]
Archive for March 6th, 2008
How to solve library dependency errors in Solaris using pkg-get tool
Posted in Open Solaris, Solaris, Solaris Comm on March 6, 2008 | Leave a Comment »
Solaris pkg-get tool
Posted in Open Solaris, Solaris, Solaris Comm on March 6, 2008 | Leave a Comment »
pkg-get tool will automatically download the appropriate version for your architecture and OS revision and install the package in Solaris OS just like apt-get and yum in Debian and Red hat systems respectively.
Download
http://sunfreeware.com/pkg-get.html
# pkg-getpkg-get SCCS rev @(#) pkg-get 1.56.1.2@(#)from http://www.bolthole.com/solaris/
pkg-get is used to install free software packagespkg-getNeed one of ‘install’, ‘upgrade’, ‘available’,’compare’ ‘-i|install’ installs a [...]


