Anda disini : TOP >> Linux SysAdmin >> Compile DNS Trouble
Compile DNS Trouble
Hari ini aku install DNS di dedicated server tapi mengalami sedikit masalah, yaitu sewaktu mau menggabungkan GeoIp dengan DNS. Permasalahan tersebut sebagai berikut :
[root@139 bind-9.2.4]# CFLAGS="-I/usr/local/geoip/include" LDFLAGS="-L/usr/local/geoip/lib -lGeoIP" ./configure --prefix=/usr/local/bind

Muncul Error :

checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... /usr/bin/ar
checking for etags... no
checking for emacs-etags... no
checking for perl5... no
checking for perl... /usr/bin/perl
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.
[root@139 bind-9.2.4]#

Pertama aku kira ini cuma masalah kompiler C yang belum terinstall, tapi setelah aku cek semua normal dan akhirnya... sampa saat detik ini aku belum behasil integrasikan DNS ku dengan GeoIP hua hua hua... Padahal di server lokal nggak ada masalah sama sekali.
Track Back : http://manage.catatanku.com/tb.cgi/29_456_2007_08