Operating System - HP-UX
1826214 Members
2593 Online
109691 Solutions
New Discussion

Install SQUID on HP-UX 10.20

 
Sergey Vnuchkov
Occasional Contributor

Install SQUID on HP-UX 10.20

Please help Me install SQUID on HP-UX 10.20.
During the compilling, I have some errors.

See message on the screen.


# cd /squid/squid-2.4.STABLE4
# make all
Making all in lib...
/usr/bin/rm -f libmiscutil.a
/usr/bin/ar r libmiscutil.a rfc1123.o rfc1738.o rfc1035.o util.o getfullhostname.o base64.o uudecode.o splay.o safe_inet_addr.o iso3307.o snprintf.o md5.o radix.o stub_memaccount.o Array.o Stack.o hash.o heap.o html_quote.o
ar: creating libmiscutil.a
: libmiscutil.a
Making all in scripts...
Making all in src...
Make: line 228: syntax error. Stop.
*** Error exit code 1

Stop.
#

Thank you


3 REPLIES 3
U.SivaKumar_2
Honored Contributor

Re: Install SQUID on HP-UX 10.20

Hi,

What is the line 228 in file Makefile ?
paste it , see the systax is right

regards,
U.SivaKumar
Innovations are made when conventions are broken
U.SivaKumar_2
Honored Contributor

Re: Install SQUID on HP-UX 10.20

Hi,

Which make utility are you using ?
You should use gmake utility when compiling squid

regards,
U.SivaKumar
Innovations are made when conventions are broken
U.SivaKumar_2
Honored Contributor

Re: Install SQUID on HP-UX 10.20

Download gmake for HP-UX from this site

http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,553,00.html


regards,
U.SivaKumar
Innovations are made when conventions are broken