> A version of squidGuard that supports 4.1? > http://marc.theaimsgroup.com/?l=squidguard&m=103477692125832&w=2
OK, I still get: ** The Berkley DB library version 2.6.4 or newer is required. Get it from http://www.sleepycat.com use --with-db=DIR or --with-db-inc=DIR, --with-db-lib=DIR to specify its location (default is /usr/local/BerkeleyDB) My BerkeleyDB is: /usr/local/BerkeleyDB.4.1 I tried: ./configure ./configure --with-db=/usr/local/BerkeleyDB.4.1/ (and the same without the trailing slash) ./configure --with-db=/usr/local/BerkeleyDB.4.1/ --with-db-lib=/usr/local/BerkeleyDB.4.1/lib/ ./configure --with-db=/usr/local/BerkeleyDB.4.1/ --with-db-lib=/usr/local/BerkeleyDB.4.1/lib/ --with-db-inc=/usr/local/BerkeleyDB.4.1/include/ Nothing worked so far... Can you help? Thanks...
