Closed monwolf closed 4 years ago
The solution is change the CFLAGS, CPPFLAGS and LDFLAGS as follows:
export CFLAGS="$CFLAGS -I/usr/local/libmaxminddb/include" CPPFLAGS="$CPPFLAGS -I/usr/local/libmaxminddb/include" LDFLAGS="$LDFLAGS -L/usr/local/libmaxminddb/lib"
Good Morning,
I have a custom apache/openssl/libxml2 install on our servers so libmaxmind should be packetized as the same way.
I've been suscessfull installing libmaxmind on /usr/local/libmaxminddb, but I haven't find a solution to link mod_maxminddb againt the library under /usr/local/libmaxminddb.
I tried changing the LD_LIBRARY_PATH, the --includedir, but always get the same error:
Could you help me?