Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

zlib/ssl

Status
Not open for further replies.

simanek

Programmer
Jan 19, 2001
137
US
Hi all,
I'm about to install openssh on a solaris 7 box and it requires working versions of zlib and openssl. My problem is that i have no idea if these were ever installed and the only search method I know of is to do a find / -name zlib. Any other suggestions? Thanks. Mike
~~~~
simanek@uiuc.edu
"It's a Swingline!"
~~~~
 
Hi,
If these are packages then u can use the following command to search package name:
pkginfo |grep openssl
or
pkginfo |grep zlib
If u find one then u can use the command:
pkginfo -l <package name>
to know the detailed info about the package.

I hope this helps.....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top