Squid on OpenSUSE

Pre-Built Binary Packages

Maintainer: appears to be Christian Wittmer

Bug Reporting: https://bugzilla.novell.com/buglist.cgi?quicksearch=squid

Squid-3.1

https://build.opensuse.org/package/show?package=squid3&project=server%3Aproxy

Install Procedure:

Squid-2.7

https://build.opensuse.org/package/show?package=squid&project=server%3Aproxy

Install Procedure:

Compiling

  • /!\ There is just one known problem. The Linux system layout differs markedly from the Squid defaults. The following ./configure options are needed to install Squid into the OpenSUSE structure properly:

 --prefix=/usr
 --sysconfdir=/etc/squid
 --bindir=/usr/sbin
 --sbindir=/usr/sbin
 --localstatedir=/var
 --libexecdir=/usr/sbin
 --datadir=/usr/share/squid
 --sharedstatedir=/var/squid
 --with-logdir=/var/log/squid
 --with-swapdir=/var/cache/squid
 --with-pidfile=/var/run/squid.pid

Troubleshooting


CategoryKnowledgeBase SquidFaq/BinaryPackages

KnowledgeBase/OpenSUSE (last edited 2011-06-18 13:48:11 by Amos Jeffries)