CentOS 6.2 での zabbix-server のコンパイルに問題があります。コマンドラインは次のとおりです。
./configure --enable-server --with-mysql --with-net-snmp --with-libcurl
--with-jabber --with-ssh2 --with-openipmi --with-ldap --enable-static
しかし、エラーが発生します:
checking for main in -lz... no
configure: error: Not found z library;
完全な構成出力はこちらです: http://pastebin.ru/WmDP7UL0
私はすでにやろうとしました:
yum install zlib zlib-devel zlib-static zlibrary zlibrary-devel
しかし、それはうまくいきませんでした。
ご清聴ありがとうございました。
アップデート。ここに投稿された構成ログ: http://pastebin.ru/WNtQu9eRで、次のエラーが表示されます。
configure:7366: checking for main in -lz
configure:7385: gcc -o conftest -g -O2 -rdynamic -static conftest.c -lz -lm -lrt -lresolv >&5
/usr/bin/ld: cannot find -lm
collect2: ld returned 1 exit status