Re: zlib on Solaris?
From: Scott Morris (hexjunky@yahoo.com)Date: 03/16/02
- Previous message: Casper Dik: "Re: zlib on Solaris?"
- In reply to: Kalle Andersson: "zlib on Solaris?"
- Next in thread: Jan-Philip Velders: "Re: zlib on Solaris?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Scott Morris" <hexjunky@yahoo.com> To: <focus-sun@securityfocus.org> Date: Sat, 16 Mar 2002 08:23:13 +0800
> Quick question, any info on if zlib can or can't cause problem on a
solaris
> system?
Well It isnt a yes or no answer, do you use anything that uses zlib?
99/100 you are, ( ssh, java, apache )
There is a list of apps that use zlib on http://www.gzip.org/zlib/apps.html
To find out if the particular app has zlib compiled in static, I use strings
<file> |grep zlib for a quick check ,this is not sure fire, to be sure check
the documentation or source code.
To find out if the particular app is linked to zlib, I use ldd <file>
Regards,
Scott Morris
www.w0rdup.com
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
- Previous message: Casper Dik: "Re: zlib on Solaris?"
- In reply to: Kalle Andersson: "zlib on Solaris?"
- Next in thread: Jan-Philip Velders: "Re: zlib on Solaris?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|