[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: What shared library is getaddrinfo() in?



On Wed, Oct 10, 2001 at 12:33:18 -0400, Stan Brown wrote:
>  I think the problem may be in the libraty routine getaddrinfo()
> 
>  What shared library contains this?

find /lib /usr/lib -name '*.so*' -exec nm --dynamic --demangle --defined-only --print-file-name {} \; | grep getaddrinfo
will tell you it's /lib/libc.so.6 .

HTH,
Ray
-- 
LEADERSHIP  A form of self-preservation exhibited by people with auto-
destructive imaginations in order to ensure that when it comes to the crunch 
it'll be someone else's bones which go crack and not their own.       
    - The Hipcrime Vocab by Chad C. Mulligan    



Reply to: