Re: [SQU] Solaris 8 + Squid

From: Colin Campbell <sgcccdc@dont-contact.us>
Date: Thu, 16 Nov 2000 09:05:32 +1000 (EST)

Hi,

Looks to me like "configure" cannot find "ar". It normally resides in
/usr/ccs/bin. If you do not have /usr/ccs/bin in your PATH, add it and
re-run configure.

What has happened is configure has not found "ar:" and substituted
"/usr/bin/false". The step that is supposed to build libmiscutil.a should
have been:

/usr/ccs/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

Since "ar" was replaced by "false", gmake saw a failed command (return
code "1") and so died.

Colin

 On Wed, 15 Nov 2000, youcef benamrouche wrote:

> Hi
> I have difficulties to install squid under Solaris 8, when i run
> "./configure" OK
> but when i run "gmake all" i get this error message :
> "" /usr/bin/rm -f libmiscutil.a
> /usr/bin/false 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
>
> gmake[1]: *** [libmiscutil.a] Error 255
> gmake[1]: Leaving directory `/usr/local/squid/lib'
> gmake: *** [all] Error 1"

--
To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
Received on Wed Nov 15 2000 - 16:08:42 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:56:24 MST