P
Hello
When i try manual to install Openlitespeed when i run make i got this:
../../src/http/iptogeo.h:24:19: error: GeoIP.h: No such file or directory
../../src/http/iptogeo.h:25:23: error: GeoIPCity.h: No such file or directory
In file included from clientinfo.cpp:19:
../../src/http/iptogeo.h:50: error: ISO C++ forbids declaration of ‘GeoIPRegion’ with no type
../../src/http/iptogeo.h:50: error: expected ‘;’ before ‘*’ token
../../src/http/iptogeo.h:51: error: ISO C++ forbids declaration of ‘GeoIPRecord’ with no type
../../src/http/iptogeo.h:51: error: expected ‘;’ before ‘*’ token
../../src/http/iptogeo.h:70: error: ‘in6_addr’ has not been declared
../../src/http/iptogeo.h:77: error: ISO C++ forbids declaration of ‘GeoIP’ with no type
../../src/http/iptogeo.h:77: error: expected ‘;’ before ‘*’ token
../../src/http/iptogeo.h:78: error: ISO C++ forbids declaration of ‘GeoIP’ with no type
../../src/http/iptogeo.h:78: error: expected ‘;’ before ‘*’ token
../../src/http/iptogeo.h:79: error: ISO C++ forbids declaration of ‘GeoIP’ with no type
../../src/http/iptogeo.h:79: error: expected ‘;’ before ‘*’ token
../../src/http/iptogeo.h:80: error: ISO C++ forbids declaration of ‘GeoIP’ with no type
../../src/http/iptogeo.h:80: error: expected ‘;’ before ‘*’ token
make[3]: *** [clientinfo.o] Error 1
make[3]: Leaving directory `/root/openlitespeed-master/src/http'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/openlitespeed-master/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/openlitespeed-master/src'
make: *** [all-recursive] Error 1
Any ideas?
When i try manual to install Openlitespeed when i run make i got this:
../../src/http/iptogeo.h:24:19: error: GeoIP.h: No such file or directory
../../src/http/iptogeo.h:25:23: error: GeoIPCity.h: No such file or directory
In file included from clientinfo.cpp:19:
../../src/http/iptogeo.h:50: error: ISO C++ forbids declaration of ‘GeoIPRegion’ with no type
../../src/http/iptogeo.h:50: error: expected ‘;’ before ‘*’ token
../../src/http/iptogeo.h:51: error: ISO C++ forbids declaration of ‘GeoIPRecord’ with no type
../../src/http/iptogeo.h:51: error: expected ‘;’ before ‘*’ token
../../src/http/iptogeo.h:70: error: ‘in6_addr’ has not been declared
../../src/http/iptogeo.h:77: error: ISO C++ forbids declaration of ‘GeoIP’ with no type
../../src/http/iptogeo.h:77: error: expected ‘;’ before ‘*’ token
../../src/http/iptogeo.h:78: error: ISO C++ forbids declaration of ‘GeoIP’ with no type
../../src/http/iptogeo.h:78: error: expected ‘;’ before ‘*’ token
../../src/http/iptogeo.h:79: error: ISO C++ forbids declaration of ‘GeoIP’ with no type
../../src/http/iptogeo.h:79: error: expected ‘;’ before ‘*’ token
../../src/http/iptogeo.h:80: error: ISO C++ forbids declaration of ‘GeoIP’ with no type
../../src/http/iptogeo.h:80: error: expected ‘;’ before ‘*’ token
make[3]: *** [clientinfo.o] Error 1
make[3]: Leaving directory `/root/openlitespeed-master/src/http'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/openlitespeed-master/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/openlitespeed-master/src'
make: *** [all-recursive] Error 1
Any ideas?