I figured out a way to get lightsquid working on 2.2. This is not supported until someone fixes the pbi package. So please use at your own risk.
the post install fails but perl5 is installed
Log into the console to run the below commands:
create missing symbiotic links:
|
1 2 3 4 5 6 7 |
amd64 ln -s /usr/pbi/lightsquid-amd64/local/www/lightsquid /usr/local/www/lightsquid ln -s /usr/pbi/lightsquid-amd64/local/etc/lightsquid /usr/local/etc/lightsquid i386 ln -s /usr/pbi/lightsquid-i386/local/www/lightsquid /usr/local/www/lightsquid ln -s /usr/pbi/lightsquid-i386/local/etc/lightsquid /usr/local/etc/lightsquid |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
pkg install perl5 Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. The following 1 packages will be affected (of 0 checked): New packages to be INSTALLED: perl5: 5.18.4_11 The process will require 49 MB more space. 13 MB to be downloaded. Proceed with this action? [y/N]: y Fetching perl5-5.18.4_11.txz: 100% 13 MB 1.5M/s 00:09 Checking integrity... done (0 conflicting) [1/1] Installing perl5-5.18.4_11... [1/1] Extracting perl5-5.18.4_11: 100% makewhatis: not found makewhatis: not found pkg: POST-INSTALL script failed |
the post install fails but perl5 is installed
run this to generate your first report
|
1 2 3 4 5 |
amd64 /usr/bin/perl /usr/pbi/lightsquid-amd64/www/lightsquid/lightparser.pl today i386 /usr/bin/perl /usr/pbi/lightsquid-i386/www/lightsquid/lightparser.pl today |