LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   getting [all-recursive] Error 1 in Make of squid (https://www.linuxquestions.org/questions/linux-software-2/getting-%5Ball-recursive%5D-error-1-in-make-of-squid-318626/)

kbybee 04-30-2005 01:05 AM

getting [all-recursive] Error 1 in Make of squid
 
I am very new to Linux and am trying to install squid on my computer. I have Suse Professional 9.2. I downloaded the tarball and ran the configure program. When I run "make all" it seems to do okay but ends the the message [all-recursive] Error 1. If i run "make install I get the same message. No other occurance of "error", "Error" or "ERROR" in the make output. Thanks for any help you can offer.

__J 04-30-2005 01:08 AM

you are gonna have to post the relevant info, the recursive error alone means nothing. post about the last 20 lines or so, or anything with "No such file or directory", "command not found", etc...

Komakino 04-30-2005 05:01 AM

Make is really just a list of instructions for compiling something from source. The errors actually occur with either compilation or linking, so you'll have to post more information from further up.

kbybee 04-30-2005 09:11 AM

This morning when I tried to run the "make all" I didn't get the Error message; so I ran the "make install" and got two of them as it finished. Again, thanks for your help.

Here are the last 40 or so lines of the "make install" command.

linux:/tmp/squid-2.5.STABLE9 # tail -40 typescript
depfile='.deps/access_log.Po' tmpdepfile='.deps/access_log.TPo' \
depmode=gcc3 /bin/sh ../cfgaux/depcomp \
gcc -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/usr/local/squid/etc/squid.conf\" -I. -I. -I../include -I. -I. -I../include -I../include -g -O2 -Wall -c `test -f access_log.c || echo './'`access_log.c
source='acl.c' object='acl.o' libtool=no \
depfile='.deps/acl.Po' tmpdepfile='.deps/acl.TPo' \
depmode=gcc3 /bin/sh ../cfgaux/depcomp \
gcc -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/usr/local/squid/etc/squid.conf\" -I. -I. -I../include -I. -I. -I../include -I../include -g -O2 -Wall -c `test -f acl.c || echo './'`acl.c
source='asn.c' object='asn.o' libtool=no \
depfile='.deps/asn.Po' tmpdepfile='.deps/asn.TPo' \
depmode=gcc3 /bin/sh ../cfgaux/depcomp \
gcc -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/usr/local/squid/etc/squid.conf\" -I. -I. -I../include -I. -I. -I../include -I../include -g -O2 -Wall -c `test -f asn.c || echo './'`asn.c
source='authenticate.c' object='authenticate.o' libtool=no \
depfile='.deps/authenticate.Po' tmpdepfile='.deps/authenticate.TPo' \
depmode=gcc3 /bin/sh ../cfgaux/depcomp \
gcc -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/usr/local/squid/etc/squid.conf\" -I. -I. -I../include -I. -I. -I../include -I../include -g -O2 -Wall -c `test -f authenticate.c || echo './'`authenticate.c
sed "\
s%@DEFAULT_MIME_TABLE@%/usr/local/squid/etc/mime.conf%g;\
s%@DEFAULT_DNSSERVER@%/usr/local/squid/libexec/`echo dnsserver | sed 's,x,x,;s/$//'`%g;\
s%@DEFAULT_UNLINKD@%/usr/local/squid/libexec/`echo unlinkd | sed 's,x,x,;s/$//'`%g;\
s%@DEFAULT_PINGER@%/usr/local/squid/libexec/`echo pinger | sed 's,x,x,;s/$//'`%g;\
s%@DEFAULT_DISKD@%/usr/local/squid/libexec/`echo diskd | sed 's,x,x,;s/$//'`%g;\s%@DEFAULT_CACHE_LOG@%/usr/local/squid/var/logs/cache.log%g;\
s%@DEFAULT_ACCESS_LOG@%/usr/local/squid/var/logs/access.log%g;\
s%@DEFAULT_STORE_LOG@%/usr/local/squid/var/logs/store.log%g;\
s%@DEFAULT_PID_FILE@%/usr/local/squid/var/logs/squid.pid%g;\
s%@DEFAULT_SWAP_DIR@%/usr/local/squid/var/cache%g;\
s%@DEFAULT_ICON_DIR@%/usr/local/squid/share/icons%g;\
s%@DEFAULT_MIB_PATH@%/usr/local/squid/share/mib.txt%g;\
s%@DEFAULT_ERROR_DIR@%/usr/local/squid/share/errors/English%g;\
s%@DEFAULT_PREFIX@%/usr/local/squid%g;"\
< ./cf.data.pre >cf.data
./cf_gen cf.data
make[2]: *** [cf_parser.h] Floating point exception
make[2]: Leaving directory `/tmp/squid-2.5.STABLE9/src'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/tmp/squid-2.5.STABLE9/src'
make: *** [install-recursive] Error 1
linux:/tmp/squid-2.5.STABLE9 # exit

__J 05-01-2005 07:29 PM

just a guess, but it must be a problem with your environment/development environment. STABLE9 compiles and installs fine for me on a slackware box.

wooot 05-01-2005 09:04 PM

why dont you install it with yast suqid is on the cd you dont need to compile it as its in rpm already, just start yast click "install and remove software" and then search for squid tick the box next to squid in the right side and then click accpet

if it doesnt find it look for it on a suse mirror or try

http://www.mirrorservice.org/sites/f...6-6.3.i586.rpm


All times are GMT -5. The time now is 08:36 AM.