LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-30-2005, 01:05 AM   #1
kbybee
LQ Newbie
 
Registered: Apr 2005
Location: Honeyville, UT
Distribution: Suse 9.2
Posts: 2

Rep: Reputation: 0
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.
 
Old 04-30-2005, 01:08 AM   #2
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
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...
 
Old 04-30-2005, 05:01 AM   #3
Komakino
Senior Member
 
Registered: Feb 2004
Location: Somerset, England
Distribution: Slackware 10.2, Slackware 10.0, Ubuntu 9.10
Posts: 1,938

Rep: Reputation: 55
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.
 
Old 04-30-2005, 09:11 AM   #4
kbybee
LQ Newbie
 
Registered: Apr 2005
Location: Honeyville, UT
Distribution: Suse 9.2
Posts: 2

Original Poster
Rep: Reputation: 0
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
 
Old 05-01-2005, 07:29 PM   #5
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
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.
 
Old 05-01-2005, 09:04 PM   #6
wooot
Member
 
Registered: Mar 2005
Posts: 90

Rep: Reputation: 15
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
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
error in uninstall make squid, how should I remove it then? Niceman2005 Linux - Software 5 07-03-2009 02:09 AM
make :recursive error appasamy Linux - Software 1 01-03-2005 12:01 AM
Recursive make SeanatIL Linux - Software 2 08-04-2004 03:47 PM
Software Installation problems : Make recursive error aiolos Linux - Newbie 1 06-15-2004 04:55 AM
Compiling Error "make: *** [all-recursive-am] Error 2" Jadewolf Linux - Software 5 10-02-2003 03:06 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:55 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration