transparent proxy, без ssl работать не будет, делал по инструкции ( в низу)на финишном этапе dpkg -i squid-package-version-#-.deb squid-common-package-version-#.de
dpkg -i squid3-dbg_3.1.6-1.2+squeeze2_i386.deb squid3-common_3.1.6-1.2+squeeze2_all.deb
-------------------------------------------------------------------
dpkg: зависимости пакетов не позволяют настроить пакет squid3-dbg:
squid3-dbg зависит от squid3 (= 3.1.6-1.2+squeeze2), однако:
Пакет squid3 не установлен.
dpkg: не удалось обработать параметр squid3-dbg (--install):
проблемы зависимостей -- оставляем не настроенным
При обработке следующих пакетов произошли ошибки:
squid3-dbg
---------------------------------------------------------------------
ставлю squid3-dbg ( походу он ставит из репозитарев а не с перебросанных пакетов)
---------------------------------------------------------------------
Неудовлетворённые зависимости. Попытайтесь выполнить 'apt-get -f install',
-------------------------------------------------------------------------
После этого встаёт, но ssl нет подскажите мож кто ставил в чём трабла !!!!
------------------------
Сама инструкция
apt-get install openssl*
prior to performing my squid installation. I had tried these commands below before with no luck but after attempting when running the command above I achieved success. Which package I needed Im not sure yet I am still weeding them out.
I followed these steps from earlier.
1 - apt-get source squid
2 - apt-get build-dep squid
3 - apt-get install devscripts build-essential fakeroot (if running debian you must install dpkg-dev first before this step I tried debian as well with the same issues)
4 - Edit the rules file by running vim debian/rules
5 - In the # Configure the package section add the following two lines in sequence and spacing as the lines in the section
--enable-ssl \
--with-open-ssl=THIS LOCATION MUST CONTAIN THE OPENSSL.CNF file \
(ex: mine in 10.10 was located at /usr/lib/ssl)
you must make sure to include the \ symbol spaced one space from the file or command.
6 ./configure
7 - debuild -us -uc -b
8 - cd ..
9 - apt-get install squid-langpack
10 - dpkg -i squid-package-version-#-.deb squid-common-package-version-#.deb
This will install the entire package and its working in my configuration. Which is a standalone reverse proxy server sitting behind a firewall proxying both http and https requests. If you miss step 9 step 10 will report errors with missing dependencies.
williammeyer3 is offline Reply With Quote