我在make源码的时候,出现以下的warning:
mysqlmanager-mysqlmanager.o: In function `main':
mysqlmanager.cc:(.text+0x114): warning: Using 'initgroups' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
mysqlmanager.cc:(.text+0xb1): warning: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
mysqlmanager.cc:(.text+0x1b6): warning: Using 'getpwuid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
../../mysys/.libs/libmysyslt.a(mf_pack.o): In function `expand_tilde':
/opt/mysql-cluster-gpl-7.1.3/mysys/mf_pack.c:394: warning: Using 'endpwent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
libnet.a(client.o): In function `mysql_real_connect':
/opt/mysql-cluster-gpl-7.1.3/sql/client.c:2083: warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
请问该如何解决,谢谢。
我的configu:
./configure --prefix=/opt/mysql2 --localstatedir=/opt/mysql2/data --with-client-ldflags=-all-static --with-mysqld-ldflags=-all-static --enable-assembler --with-extra-charsets=complex --with-big-tables --with-unix-socket-path=/tmp/mysql.sock --with-mysqld-user=mysql --with-plugins=max --with-embedded-server