Want package for squidanalyzer. INSTRUCTIONS AND FILES TO INSTALL
- 
 i hear ya on the address length but hostname/dns solves that problem 
- 
 Anyone else try this yet? 
- 
 me, but i do get error when uncompressing temp.rar Parsing filters is unsupported… 
- 
 Sounds like the download was not complete on the file you got. That would make it not unzip .. maybe try redownloading it 
- 
 tar -xzf temp.rar 
 temp/squidanalyzer/.git/objects/pack/pack-ef251a8f0489dcdb37651a0598fe5e498ffee007.idx: Parsing filters is unsupported.
 tar: Error exit delayed from previous errors.seems like it is not problem with the download archive… 
- 
 Have teamviewer I will help with it. PM me with times you can let me help I work 3 till 11 every day est Florida time 
- 
 Topper help me via teamviewer! Got it working! Thnks mate! 
- 
 Now I really hope someone makes a package for it since I do not have time to learn the system yet 
- 
 Anyone else try this or using it? 
- 
 hi , first thank you for this amazing reporting program i get a problem that the report is not updated the script is well executed but the report is not showing the daily update i try it and make it working i a different way i download your temp file only no need for the www or perl inside the temp file i execute the file sh install_all.sh it will create all the files and path needed install -m 755 squid-analyzer /usr/local/bin/ 
 install -m 644 resources/sorttable.js /var/www/squidanalyzer/
 install -m 644 resources/squidanalyzer.css /var/www/squidanalyzer/
 install -m 644 resources/flotr2.js /var/www/squidanalyzer/
 install -m 644 resources/images/logo-squidanalyzer.png /var/www/squidanalyzer/images/
 install -m 644 resources/images/cursor.png /var/www/squidanalyzer/images/
 install -m 644 resources/images/domain.png /var/www/squidanalyzer/images/
 install -m 644 resources/images/back-arrow.png /var/www/squidanalyzer/images/
 install -m 644 resources/images/info.png /var/www/squidanalyzer/images/
 install -m 644 resources/images/network.png /var/www/squidanalyzer/images/
 install -m 644 resources/images/user.png /var/www/squidanalyzer/images/
 install -m 644 lang/* /etc/squidanalyzer/lang/
 pod2text doc/SquidAnalyzer.pod README
 pod2man doc/SquidAnalyzer.pod squid-analyzer.3i make a symlink /var/www/squidanalyzer/ to /usr/local/www/squidanalyzer/ ln /var/www/squidanalyzer/ /usr/local/www/squidanalyzer/ i modify the file /etc/squidanalyzer/squidanalyzer.conf to meet the real path on pfsense change this area Output /usr/local/www/squidanalyzer 
 WebUrl /squidanalyzer
 LogFile /var/squid/logs/access.logon the cron i need now only cd /temp/squidanalyzer/ && perl squid-analyzer and it create a daily report at 9:01 morning i hope that it help someone to get it working sacaman  
 
- 
 Tq Topper727 and sacaman ! 
- 
 That is another way yes. Please note the cron I setup and documented in the first install of this needs to be cd /temp/squidanalyzer/ && perl squid-analyzer -c /etc/squidanalyzer/squidanalyzer.conf /var/squid/logs/access.log I have done it with cd /temp/squidanalyzer/ && perl squid-analyzer also if your using my method. good luck to all and message me if need some help 
- 
 Wow, this looks really nice. Any idea yet how to clear the previous data? 
- 
 Tq Topper727 and sacaman ! Hope everyone gets to try and if likes hits the thanks button help me here on this forum 
- 
 I have found a way. in the /usr/local/www/squidanalyzer folder you will see a 2015 folder if you delete that then run cd /temp/squidanalyzer/ && perl squid-analyzer -c -r /etc/squidanalyzer/squidanalyzer.conf /var/squid/logs/access.log this should erase all data and rebuild it 
- 
 hi , first thank you for this amazing reporting program i get a problem that the report is not updated the script is well executed but the report is not showing the daily update i try it and make it working i a different way i download your temp file only no need for the www or perl inside the temp file i execute the file sh install_all.sh it will create all the files and path needed install -m 755 squid-analyzer /usr/local/bin/ 
 install -m 644 resources/sorttable.js /var/www/squidanalyzer/
 install -m 644 resources/squidanalyzer.css /var/www/squidanalyzer/
 install -m 644 resources/flotr2.js /var/www/squidanalyzer/
 install -m 644 resources/images/logo-squidanalyzer.png /var/www/squidanalyzer/images/
 install -m 644 resources/images/cursor.png /var/www/squidanalyzer/images/
 install -m 644 resources/images/domain.png /var/www/squidanalyzer/images/
 install -m 644 resources/images/back-arrow.png /var/www/squidanalyzer/images/
 install -m 644 resources/images/info.png /var/www/squidanalyzer/images/
 install -m 644 resources/images/network.png /var/www/squidanalyzer/images/
 install -m 644 resources/images/user.png /var/www/squidanalyzer/images/
 install -m 644 lang/* /etc/squidanalyzer/lang/
 pod2text doc/SquidAnalyzer.pod README
 pod2man doc/SquidAnalyzer.pod squid-analyzer.3i make a symlink /var/www/squidanalyzer/ to /usr/local/www/squidanalyzer/ ln /var/www/squidanalyzer/ /usr/local/www/squidanalyzer/ i modify the file /etc/squidanalyzer/squidanalyzer.conf to meet the real path on pfsense change this area Output /usr/local/www/squidanalyzer 
 WebUrl /squidanalyzer
 LogFile /var/squid/logs/access.logon the cron i need now only cd /temp/squidanalyzer/ && perl squid-analyzer and it create a daily report at 9:01 morning i hope that it help someone to get it working sacaman Really glad someone did some work to making it more like a package install and maybe someone will turn this into a package 
- 
 Thanks Topper727 it's your discovery i try only to make it working on my system and i share my how to ;) 
- 
 When I run the Perl command, I get: FATAL: No configuration file! Perl works and I can get to Squidanalyzer's web page without any problem. 
- 
 what method did you try ? if mine check this path if the file exist 
 /etc/squidanalyzer/squidanalyzer.confand modify this area : Output /usr/local/www/squidanalyzer 
 WebUrl /squidanalyzer
 LogFile /var/squid/logs/access.logthen run the perl script 
- 
 OK, I was doing this on a test server so I rolled it back to default to try again. I got everything in place, but when I installed Perl I got this error: [1/1] Installing perl5.16-5.16.3_18… 
 [1/1] Extracting perl5.16-5.16.3_18: 100%
 makewhatis: not found
 makewhatis: not found
 pkg: POST-INSTALL script failedThis seems to be a known problem with FreeBSD 10 with some people saying that Perl is a mess in early 10 release builds, but has been subsequently fixed. Now perl -v doesn't do anything. I don't know how I had it working before. Update: It still works via /usr/local/bin/perl. I still get the fatal error though. The command: cd /temp/squidanalyzer/ && perl squid-analyzer -r -c /etc/squidanalyzer/squidanalyzer.conf /var/squid/logs/access.logcan't possibly work since there is no /etc/squidanalyzer/squidanalyzer.conf file. The folder /etc/squidanalyzer only gets created if you run the install.sh installer, and at no point does this tutorial mention that. 
