krunkite
June 20th, 2006, 12:44 PM
:confused:
Hi! Wonder if someone can throw some light on what I've missed....
I started off this morning attempting to upgrade my version of squidguard, from version 1.2.0 to 1.2.10. I also decided to upgrade my version of sleepycat's berkeley DB from v3.2 to 4.4.2.
I thought I should have the latest....yeah, I'm probably a dumb whatjamacallit!
That's all so simple, so far.
Anyway, I followed the instructions I have on this useful squidguard help site
http://www.maynidea.com/squidguard/step-by-step.html
Squidguard.org being out of date!
Everything was okay. I navigated to my source directory and entered this code:
./configure --prefix=/usr/local/squidguard --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var --infodir=/usr/lib/dpkg/info --mandir=/usr/share/man --with-sg-config=/etc/squid/squid.conf --with-sg-logdir=/var/log/squid --with-sg-dbhome=/var/lib/squidguard --with-db=/usr/local/BerkeleyDB.4.4 --with-db-lib=/var/lib/squidguard/ --with-sg-dbhome=/var/lib/squidguard/db/weapons
This was the outcome:
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for bison... no
checking for byacc... no
checking for flex... no
checking for lex... no
checking for yywrap in -lfl... no
checking for yywrap in -ll... no
checking for lynx... false
checking for perl... /usr/bin/perl
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for unistd.h... (cached) yes
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking for ldap_init in -lldap... no
LDAP library not found
If ldap is the problem, and it is installed (unconfigured though it is), how do I change things with a workaround?
I appear to be unable to proceed beyond this point with any of these:
1) make - I get : make: *** No targets specified and no makefile found. Stop.
2) make install
3) make clean - I get: make: *** No rule to make target `clean'. Stop.
4) make test - I get: make: Nothing to be done for `test'.
I looked in the source folder and can't find a makefile](*,)
Any ideas? :confused:
Hi! Wonder if someone can throw some light on what I've missed....
I started off this morning attempting to upgrade my version of squidguard, from version 1.2.0 to 1.2.10. I also decided to upgrade my version of sleepycat's berkeley DB from v3.2 to 4.4.2.
I thought I should have the latest....yeah, I'm probably a dumb whatjamacallit!
That's all so simple, so far.
Anyway, I followed the instructions I have on this useful squidguard help site
http://www.maynidea.com/squidguard/step-by-step.html
Squidguard.org being out of date!
Everything was okay. I navigated to my source directory and entered this code:
./configure --prefix=/usr/local/squidguard --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var --infodir=/usr/lib/dpkg/info --mandir=/usr/share/man --with-sg-config=/etc/squid/squid.conf --with-sg-logdir=/var/log/squid --with-sg-dbhome=/var/lib/squidguard --with-db=/usr/local/BerkeleyDB.4.4 --with-db-lib=/var/lib/squidguard/ --with-sg-dbhome=/var/lib/squidguard/db/weapons
This was the outcome:
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for bison... no
checking for byacc... no
checking for flex... no
checking for lex... no
checking for yywrap in -lfl... no
checking for yywrap in -ll... no
checking for lynx... false
checking for perl... /usr/bin/perl
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for unistd.h... (cached) yes
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking for ldap_init in -lldap... no
LDAP library not found
If ldap is the problem, and it is installed (unconfigured though it is), how do I change things with a workaround?
I appear to be unable to proceed beyond this point with any of these:
1) make - I get : make: *** No targets specified and no makefile found. Stop.
2) make install
3) make clean - I get: make: *** No rule to make target `clean'. Stop.
4) make test - I get: make: Nothing to be done for `test'.
I looked in the source folder and can't find a makefile](*,)
Any ideas? :confused: