Operating System - HP-UX
1825775 Members
2307 Online
109687 Solutions
New Discussion

Squid compilation problem.

 
Bosco Tsang
Valued Contributor

Squid compilation problem.


I am experiencing the compilation probken with the latest version
(squid-2.4-200209082300-src.tar.gz). Whe I make, I got the following error

--
Making all in src...
Make: line 228: syntax error. Stop.
*** Error exit code 1

Stop.

--
Line 228 in src/Makefile refer to dnsserver.o. And if I comment out dnsserver lines, the next error is on Lin234, which is refer to pinger.o. Once I comment that as well, I can compile. However, even if I can compile, I got the following errors when I run it. Why so? Any idea on how to fix this?

Btw, just wonder if there is a depot for HPUX11?

--
Sep 9 15:42:46 test squid[351]: Squid Parent: child process 372 started
Sep 9 15:42:46 test squid[351]: Squid Parent: child process 372 exited due to
signal 6
Sep 9 15:42:46 test squid[351]: Exiting due to repeated, frequent failures


2 REPLIES 2
Martin Johnson
Honored Contributor

Re: Squid compilation problem.

Check your PTH and environmental variables to see if they are set up correctly.

You can try to use "find" to find dnsserver.o and pinger.o, but I suspect they are probably in an archive somewhere. If you do find them, make sure the directory they are in is in the PATH.

HTH
Marty
Bosco Tsang
Valued Contributor

Re: Squid compilation problem.

Of course I've tried to "find" them, but none found. Is this in any package/depot that I haven't installed?