GeoIP C API + mod_geoip on OSX 10.6
Posted in Footprints + Diary | By tarotoast | Tags: code osx geoip compile
Run the configure script as the following:
MACOSX_DEPLOYMENT_TARGET=10.6 CFLAGS=”-arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp” CCFLAGS=”-arch i386 -arch x86_64 -g -Os -pipe” CXXFLAGS=”-arch i386 -arch x86_64 -g -Os -pipe” LDFLAGS=”-arch i386 -arch x86_64 -bind_at_load” ./configure
Tags: code osx geoip compile
Recent Comments