Lightsquid on 2.2 should be OK now
-
I don't doubt there are more bugs, I haven't ever touched the code inside there (or even looked).
I was using squid 2.7.x with it, which may explain why it worked for me.
-
I was using squid 2.7.x with it, which may explain why it worked for me.
yea, i think it's the case.
-
Uninstalled lightsquid from 2.2
I ran all the trouble shooting steps
Reinstalled lightquid into 2.2
clicked save on the settings pageran the "./check-setup.pl" from the /usr/local/www/lightsquid path.
LightSquid Config Checker, 2005-9 Sergey Erokhin GNU GPL
LogPathĀ : /var/squid/logs reportpath: /var/lightsquid/report LangĀ Ā Ā : /usr/pbi/lightsquid-i386/local/share/lightsquid/lang/eng TemplateĀ : /usr/pbi/lightsquid-i386/local/www/lightsquid/tpl/base Ip2NameĀ : /usr/pbi/lightsquid-i386/local/libexec/lightsquid/ip2name.ip
no: GD.PM found, please install or set $graphreport=0 to disable
tried the "pkg_add" step, but it doesn't work on 2.2 ā- how do you fix this?
Thanks,
David -
Try this:
pkg install p5-gd
-
There should be no need for that with the current package. The gd library is there and the package should be invoking ldconfig to nudge the system to find it without such hacks.
Check to see if it's there at all:
find / -name "*GD*.so"