Closed WaLLy3K closed 8 years ago
Looks like squid3 is missing libtool dependency. I'll fix it after I resolve pkg-config related compilation issues (rebuilding a feed from scratch atm to achieve this). For now, you can install it manually: ipkg install libtool
. Also, I see squid3 is due to be updated, openwrt squid package looks nice, I'll use it to bump squid3 to 3.5.12. Might also compile it with --enable-http-violations (LAX_HTTP=on in FreeBSD ports). btw, current squid3 package probably won't work for bigendian, since it's compiled with ac_cv_c_bigendian=no, so I suspect PowerPC variant doesn't work. This is due to be fixed as well.
Installing libtool definitely resolves the issue. Look forward to seeing an updated version, whenever you're able to get around to it!
@WaLLy3K it's available in the feeds already: version 3.5.15 :-)
Ah, nice, thanks!
After attempting to perform a clean upgrade (uninstall & remove all folders first), I came across this error:
FATAL: Ipc::Mem::Segment::create failed to shm_open(/squid-cf__metadata.shm): (13) Permission denied
However, it was resolved by using the command chmod 777 /dev/shm. (For anyone that comes across this later).
Glad it works, closing the issue
Unable to install Squid3 due to missing dependency. Using squid (2.7.9-1) in the meantime works without issues.
No rush when it comes to fixing this, since 2.7 works fine! Though having them compiled with LAX_HTTP=on would be handy to violate some HTTP headers for when iOS updates roll around :)