ravthan / all-eyes

Automatically exported from code.google.com/p/all-eyes
0 stars 0 forks source link

Ubuntu statically linking false warning #83

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The below warning message comes up when 'ae' daemon is statically linked.  We 
verified 'ae' is statically linked using ldd command and the 'file' command.

From the Ubuntu forum it looks like this warning message is harmless.  
Recording it for documentation sake,
ravi.

========  start here  =================
.text+0x1d): warning: Using 'dlopen' in statically linked applications requires 
at runtime the shared libraries from the glibc version used for linking
ae.o: In function `getMonUserId':
/home/ravi/nu/as/proj/trunk/src/ae/daemon/ae.c:331: warning: Using 'getpwnam' 
in statically linked applications requires at runtime the shared libraries from 
the glibc version used for linking
aessl.o: In function `getLocalSoc':
/home/ravi/nu/as/proj/trunk/src/ae/daemon/aessl.c:184: warning: Using 
'gethostbyname' in statically linked applications requires at runtime the 
shared libraries from the glibc version used for linking
/usr/lib/i386-linux-gnu/libcrypto.a(b_sock.o): In function `BIO_get_port':
(.text+0x2c0): warning: Using 'getservbyname' in statically linked applications 
requires at runtime the shared libraries from the glibc version used for linking
=============================================

Original issue reported on code.google.com by ravt...@gmail.com on 18 Nov 2012 at 10:25