- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Squid installation
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2005 06:54 PM
02-21-2005 06:54 PM
Squid installation
I'm trying to install squid on my hpux 11.00 server. I run configure and everything is ok. But when I run #make all I get some errors and installation fails.
#make all
No suffix list.
Making all in lib
rm -f libmiscutil.a
ar cru libmiscutil.a Array.o base64.o getfullhostname.o hash.o heap.o
html_quote.o iso3307.o md5.o radix.o rfc1035.o rfc1123.o rfc1738.o rfc2617.o s
afe_inet_addr.o splay.o Stack.o stub_memaccount.o util.o uudecode.o # ../incl
ude/version.h should be a dependency
: libmiscutil.a
rm -f libntlmauth.a
ar cru libntlmauth.a ntlmauth.o INCLUDES = -I../include -I../include
ar: No such file or directory
ar: could not open INCLUDES
ar: No such file or directory
ar: could not open =
ar: No such file or directory
ar: could not open -I../include
ar: No such file or directory
ar: could not open -I../include
*** Error exit code 4
Stop.
*** Error exit code 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2005 08:31 PM
02-21-2005 08:31 PM
Re: Squid installation
Have you modifiy any Makefile related to libntlmauth.a library ?
Its good to use Gnu gcc & gmake to compile Squid.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2005 10:03 PM
02-21-2005 10:03 PM
Re: Squid installation
I install gmake and now is better but I still have one problem. I have also some other product installed on my server that has install file. After I run ./configure I check Makefile and saw that INSTALL variable is set to /opt/product/install.
I run gmake all and it works but when I run gmake install if fails with /opt/product/install -c .... error.
How could I change INSTALL value? There are too many Makefile files to change them manually. Is there a switch, which should be used when starting, configuring command?
Aljosa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2005 12:10 AM
02-22-2005 12:10 AM
Re: Squid installation
Please give the error messages you got?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2005 06:51 PM
02-22-2005 06:51 PM
Re: Squid installation
Check your $PATH and $LIBPATH variables.
Another option is to copy, or make a temporary link from an OS file it can't find to the current directory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2005 12:39 AM
02-24-2005 12:39 AM
Re: Squid installation
here are errors when I run gmake install
...
/bin/sh ..nstall: The -c, -f, -n options each require a directory following!
/usr/sbin/install -c -m 644 mime.conf.default /usr/local/squid/etc/mime.conf.de
/bin/sh ../cfgaux/mkinstalldirs /usr/local/squid/bin
/usr/sbin/install -c squidclient /usr/local/squid/bin/squidclient
cp:squidclient/: Invalid argument
/bin/sh ../cfgaux/mkinstalldirs /usr/local/squid/libexec
/usr/sbin/install -c unlinkd /usr/local/squid/libexec/unlinkd
cp:unlinkd/: Invalid argument
/usr/sbin/install -c cachemgr.cgi /usr/local/squid/libexec/cachemgr.cgi
cp:cachemgr.cgi/: Invalid argument
/bin/sh ../cfgaux/mkinstalldirs /usr/local/squid/sbin
/usr/sbin/install -c squid /usr/local/squid/sbin/squid
cp:squid/: Invalid argument
/bin/sh ../cfgaux/mkinstalldirs /usr/local/squid/etc
/usr/sbin/install -c -m 644 squid.conf.default /usr/local/squid/etc/squid.conf.
default
install: The -c, -f, -n options each require a directory following!
/usr/sbin/install -c -m 644 mime.conf.default /usr/local/squid/etc/mime.conf.de
fault
install: The -c, -f, -n options each require a directory following!
gmake[3]: *** [install-sysconfDATA] Error 2
gmake[3]: Leaving directory `/tmp/squid-2.5.STABLE8/src'
gmake[2]: *** [install-am] Error 2
gmake[2]: Leaving directory `/tmp/squid-2.5.STABLE8/src'
gmake[1]: *** [install-recursive] Error 1
Aljosa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2005 01:50 AM
02-24-2005 01:50 AM
Re: Squid installation
Have you run configure with any arguments? Take a look at the README, and INSTALL files just in case there are some special things you have to do for HP-UX. If so, this is quite a common problem and stems from the fact that the script cannot correctly determine your machine type.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2005 02:25 AM
02-24-2005 02:25 AM
Re: Squid installation
#export INSTALL="/tmp/squid.../install-sh -c"
and #gmake install works.
Aljosa