Re: Installing Squid on Solaris 7?

From: Jens-S. Voeckler <voeckler@dont-contact.us>
Date: Wed, 19 Apr 2000 10:20:33 +0200 (CEST)

On Wed, 19 Apr 2000, Hillel Bilman wrote:

]I've set /usr/local/bin in my path and /usr/local/bin in my
]LD_LIBRARY_PATH

Your LD_LIBRARY_PATH should point to the library directories, where the
lib*.so* files reside. It should probably include "/usr/local/lib", and be
set in analogy to PATH and MANPATH, e.g.:

PATH=/usr/local/bin:/usr/ccs/bin:/usr/bin:/usr/sbin:/usr/dt/bin:/usr/openwin/bin:/usr/xpg4/bin:/usr/ucb:/usr/java/bin
LD_LIBRARY_PATH=/usr/local/lib:/lib:/usr/ccs/lib:/usr/dt/lib:/usr/openwin/lib:/usr/xpg4/lib:/usr/ucblib

/usr/ccs/bin contains some necessary tools like nm and a ranlib which does
nothing. *After* correcting your PATH and components, you need to "make
clean" and re-run configure in order to make it realize that there are
actually some tools it can use. AFAIK, sunfreeware tools are installed
into /usr/local/*, and thus your GNU make will be found there, too. Hence,
/usr/local/bin need to appaer before /usr/css/bin in your PATH.

]Do I need to compile the source for gcc , make and libstdc?

I did, but the sunfreeware stuff usually suffices.

]Do I need to install any solaris 7 development packages?

Yes. I think. At least make sure that the packages SUNWbtool and SUNWsprot
are installed.

]/bin/rm -f libmiscutil.a
]/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
]make[1]: *** [libmiscutil.a] Error 255
]make[1]: Leaving directory `/usr/local/squid-2.3.STABLE2/lib'
]make: *** [all] Error 1

Hmm, that looks strange. "/bin/false" was probably inserted by configure
since it was unable to detect how to create (regular) libraries on your
system. It was unable to find "ar". You must have SUNWbtool installed!

Le deagh dhùrachd,
Dipl.-Ing. Jens-S. Vöckler (voeckler@rvs.uni-hannover.de)
Institute for Computer Networks and Distributed Systems
University of Hanover, Germany; +49 511 762 4726
Received on Wed Apr 19 2000 - 02:23:29 MDT

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