Date: Wed, 16 Jun 2010 18:59:04 -0600 (MDT) From: Warren Block <wblock@wonkity.com> To: questions@freebsd.org Subject: Re: Detecting fake library versions Message-ID: <alpine.BSF.2.00.1006161852460.70963@wonkity.com> In-Reply-To: <alpine.BSF.2.00.1006161240460.69965@wonkity.com> References: <alpine.BSF.2.00.1006161240460.69965@wonkity.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 16 Jun 2010, Warren Block wrote: > "ln -s libintl.so.9 libintl.so.8" has been misused a lot lately. > > Are there any programs that will detect these links and remind the user that > they have a new library masquerading as an old one? A quick hack in Ruby to address this: http://www.wonkity.com/~wblock/fakelib/fakelib.rb It's not particularly fast or elegant. On the other hand, it's short and does detect the link above. -Warren Block * Rapid City, South Dakota USA
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1006161852460.70963>