OpenWrt Forum Archive

Topic: Squid3 on OpenWRT

The content of this topic has been archived on 22 Mar 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hello guys,

I made a patch for squid3 (3.4.5) run on openwrt, I tested it on trunk and everything is working.

1- Download patch and Makefile http://www.brc.com.br/edison/openwrt/squid3.tar.gz

2- Extract on feeds/packages/net

3- Make link to package/feeds/packages

4- scripts/feed install squid3

5- scripts/feed update -i

make V=s package/feeds/packages/squid3/compile

:-]

Edison Figueira Junior

Hi!
Change the line 30 of the Makefile to "DEPENDS: = + libpthread + libopenssl + + librt libcom_err libltdl + + + libstdcpp libnetfilter-conntrack + libnettle"
And also the line 121 to "$ (eval $ (call buildpackage, squid3, librt + + libstdcpp, + libltdl, libnettle + + libnetfilter-conntrack))"

(Last edited by Nsantos on 3 Sep 2014, 12:50)

Hi,
thanks for the instructions, but i run into an error when I follow them:

./scripts/feeds install squid3
WARNING: No feed for package 'squid3' found, maybe it's already part of the standard packages?


Can someone help me debug this problem? I'm trying to compile for Attitude Adjustment.

thanks

I'm having the same problem as the user above.

The discussion might have continued from here.