On Thu, Nov 08, 2007 at 06:01:40PM +0100, John Smith wrote:
> Hi,
> 
> 
> 
> I was wondering if it was possible to determine for what version of
> FreeBSD a binary was compiled, purely by examining the binary?
> 
> 
> Any and all help and suggestions are greatly appreciated,
> 
> 
> 
> Thanks,
> 
> 
> john Smith

May be not entirely correct, but close:

ldd binary | grep libc.so

libc.so.4 - 4.x, libc.so.5 - 5.x, libc.so.6 - 6x, libc.so.7 - 7.x (and
8-CURRENT at the moment).


HTH,
Yuri
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to