Hi Luca,

This didn't fix the GeoIP issue for me I had to:

You are now reaady to compile typing /usr/bin/gmake
./configure: line 5291: test: =: unary operator expected


$ diff -c configure.in configure.in.fixed
*** configure.in        2013-06-03 06:46:17.244935732 -0400
--- configure.in.fixed  2013-06-03 06:44:02.752873143 -0400
***************
*** 74,79 ****
--- 74,80 ----
  fi

  dnl> Check for package install
+ DOWNLOAD_GEOIP=0
  AC_CHECK_LIB([GeoIP], [GeoIP_record_by_ipnum])
  AC_HAVE_HEADERS(GeoIP.h)
  if test ".${ac_cv_lib_GeoIP_GeoIP_record_by_ipnum}" = ".yes" &&
***************
*** 129,132 ****
  if test $DOWNLOAD_GEOIP = "1"
  then
    echo "Please do not forget to download GeoIP databases doing: make geoip"
! fi
\ No newline at end of file
--- 130,133 ----
  if test $DOWNLOAD_GEOIP = "1"
  then
    echo "Please do not forget to download GeoIP databases doing: make geoip"
! fi



On 06/03/2013 03:58 AM, [email protected] wrote:
Author: deri
Date: 2013-06-03 09:58:25 +0200 (Mon, 03 Jun 2013)
New Revision: 6338

Modified:
    trunk/ntopng/configure
    trunk/ntopng/configure.in
Log:
Fixed configure issue thanks to Steve Clark <[email protected]>


_______________________________________________
Ntop-dev mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop-dev



--
Stephen Clark
*NetWolves*
Director of Technology
Phone: 813-579-3200
Fax: 813-882-0209
Email: [email protected]
http://www.netwolves.com
_______________________________________________
Ntop-dev mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop-dev

Reply via email to