<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Squid installation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/squid-installation/m-p/4887119#M845282</link>
    <description>I export INSTALL variable &lt;BR /&gt;&lt;BR /&gt;#export INSTALL="/tmp/squid.../install-sh -c" &lt;BR /&gt;&lt;BR /&gt;and #gmake install works.&lt;BR /&gt;&lt;BR /&gt;Aljosa</description>
    <pubDate>Thu, 24 Feb 2005 10:25:41 GMT</pubDate>
    <dc:creator>Aljosa_1</dc:creator>
    <dc:date>2005-02-24T10:25:41Z</dc:date>
    <item>
      <title>Squid installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/squid-installation/m-p/4887112#M845275</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;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. &lt;BR /&gt;#make all&lt;BR /&gt;No suffix list.&lt;BR /&gt;Making all in lib&lt;BR /&gt;        rm -f libmiscutil.a&lt;BR /&gt;        ar cru libmiscutil.a Array.o base64.o  getfullhostname.o hash.o heap.o&lt;BR /&gt;html_quote.o iso3307.o md5.o  radix.o rfc1035.o rfc1123.o  rfc1738.o rfc2617.o s&lt;BR /&gt;afe_inet_addr.o   splay.o Stack.o  stub_memaccount.o util.o uudecode.o # ../incl&lt;BR /&gt;ude/version.h should be a dependency&lt;BR /&gt;        : libmiscutil.a&lt;BR /&gt;        rm -f libntlmauth.a&lt;BR /&gt;        ar cru libntlmauth.a ntlmauth.o INCLUDES = -I../include -I../include&lt;BR /&gt;ar: No such file or directory&lt;BR /&gt;ar: could not open INCLUDES&lt;BR /&gt;ar: No such file or directory&lt;BR /&gt;ar: could not open =&lt;BR /&gt;ar: No such file or directory&lt;BR /&gt;ar: could not open -I../include&lt;BR /&gt;ar: No such file or directory&lt;BR /&gt;ar: could not open -I../include&lt;BR /&gt;*** Error exit code 4&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Feb 2005 02:54:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/squid-installation/m-p/4887112#M845275</guid>
      <dc:creator>Aljosa_1</dc:creator>
      <dc:date>2005-02-22T02:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Squid installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/squid-installation/m-p/4887113#M845276</link>
      <description>Which compiler you are using?&lt;BR /&gt;Have you modifiy any Makefile related to libntlmauth.a library ?&lt;BR /&gt;&lt;BR /&gt;Its good to use Gnu gcc &amp;amp; gmake to compile Squid.</description>
      <pubDate>Tue, 22 Feb 2005 04:31:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/squid-installation/m-p/4887113#M845276</guid>
      <dc:creator>VEL_1</dc:creator>
      <dc:date>2005-02-22T04:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Squid installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/squid-installation/m-p/4887114#M845277</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;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. &lt;BR /&gt;I run gmake all and it works but when I run gmake install if fails with /opt/product/install -c .... error. &lt;BR /&gt;&lt;BR /&gt;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? &lt;BR /&gt;&lt;BR /&gt;Aljosa&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Feb 2005 06:03:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/squid-installation/m-p/4887114#M845277</guid>
      <dc:creator>Aljosa_1</dc:creator>
      <dc:date>2005-02-22T06:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Squid installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/squid-installation/m-p/4887115#M845278</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Please give the error messages you got?&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Feb 2005 08:10:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/squid-installation/m-p/4887115#M845278</guid>
      <dc:creator>VEL_1</dc:creator>
      <dc:date>2005-02-22T08:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Squid installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/squid-installation/m-p/4887116#M845279</link>
      <description>You should be able to either echo $VAR on the command line, and then change it accordingly, or add a command line argument(s) to configure or make.&lt;BR /&gt;&lt;BR /&gt;Check your $PATH and $LIBPATH variables.&lt;BR /&gt;&lt;BR /&gt;Another option is to copy, or make a temporary link from an OS file it can't find to the current directory.&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Feb 2005 02:51:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/squid-installation/m-p/4887116#M845279</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2005-02-23T02:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Squid installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/squid-installation/m-p/4887117#M845280</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;here are errors when I run gmake install&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;/bin/sh ..nstall: The -c, -f, -n options each require a directory following!&lt;BR /&gt; /usr/sbin/install -c -m 644 mime.conf.default /usr/local/squid/etc/mime.conf.de&lt;BR /&gt;/bin/sh ../cfgaux/mkinstalldirs /usr/local/squid/bin&lt;BR /&gt;  /usr/sbin/install -c squidclient /usr/local/squid/bin/squidclient&lt;BR /&gt;cp:squidclient/: Invalid argument&lt;BR /&gt;/bin/sh ../cfgaux/mkinstalldirs /usr/local/squid/libexec&lt;BR /&gt;  /usr/sbin/install -c unlinkd /usr/local/squid/libexec/unlinkd&lt;BR /&gt;cp:unlinkd/: Invalid argument&lt;BR /&gt;  /usr/sbin/install -c cachemgr.cgi /usr/local/squid/libexec/cachemgr.cgi&lt;BR /&gt;cp:cachemgr.cgi/: Invalid argument&lt;BR /&gt;/bin/sh ../cfgaux/mkinstalldirs /usr/local/squid/sbin&lt;BR /&gt;  /usr/sbin/install -c squid /usr/local/squid/sbin/squid&lt;BR /&gt;cp:squid/: Invalid argument&lt;BR /&gt;/bin/sh ../cfgaux/mkinstalldirs /usr/local/squid/etc&lt;BR /&gt; /usr/sbin/install -c -m 644 squid.conf.default /usr/local/squid/etc/squid.conf.&lt;BR /&gt;default&lt;BR /&gt;install: The -c, -f, -n options each require a directory following!&lt;BR /&gt; /usr/sbin/install -c -m 644 mime.conf.default /usr/local/squid/etc/mime.conf.de&lt;BR /&gt;fault&lt;BR /&gt;install: The -c, -f, -n options each require a directory following!&lt;BR /&gt;gmake[3]: *** [install-sysconfDATA] Error 2&lt;BR /&gt;gmake[3]: Leaving directory `/tmp/squid-2.5.STABLE8/src'&lt;BR /&gt;gmake[2]: *** [install-am] Error 2&lt;BR /&gt;gmake[2]: Leaving directory `/tmp/squid-2.5.STABLE8/src'&lt;BR /&gt;gmake[1]: *** [install-recursive] Error 1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Aljosa</description>
      <pubDate>Thu, 24 Feb 2005 08:39:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/squid-installation/m-p/4887117#M845280</guid>
      <dc:creator>Aljosa_1</dc:creator>
      <dc:date>2005-02-24T08:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Squid installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/squid-installation/m-p/4887118#M845281</link>
      <description>These looks like the make file, or the configure script is either expecting arguments to be passed at run time, or for system environment variables e.g $LIBPATH to be set, and they are set to NUL/unset.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Feb 2005 09:50:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/squid-installation/m-p/4887118#M845281</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2005-02-24T09:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Squid installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/squid-installation/m-p/4887119#M845282</link>
      <description>I export INSTALL variable &lt;BR /&gt;&lt;BR /&gt;#export INSTALL="/tmp/squid.../install-sh -c" &lt;BR /&gt;&lt;BR /&gt;and #gmake install works.&lt;BR /&gt;&lt;BR /&gt;Aljosa</description>
      <pubDate>Thu, 24 Feb 2005 10:25:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/squid-installation/m-p/4887119#M845282</guid>
      <dc:creator>Aljosa_1</dc:creator>
      <dc:date>2005-02-24T10:25:41Z</dc:date>
    </item>
  </channel>
</rss>

