[freeside-users] cvs 1.5.8 install bug on freeside/install/debian/3.1/INSTALL script - fix + patch

liran tal liransgarage at gmail.com
Mon Apr 17 01:05:48 PDT 2006


hey guys,

there's a package missing to complete the install successfuly.
at the last stage of the install script, around the 'make configure-rt' and
'make compile-rt' the script
exits because its complaining about JSON.PM missing.

to fix this simply apt-get install libjson-perl and continue from where it
left off.
for those who haven't installed yet you can just add the package
libjson-perl to the INSTALL script at the top of it
with the rest of the packages that apt-get install.

ivan, please add this package to the INSTALL script, or you can simply apply
this patch:
--- INSTALL     2005-08-18 09:46:44.000000000 +0300
+++ INSTALL.NEW 2006-04-17 11:03:34.000000000 +0300
@@ -28,7 +28,7 @@
         libtext-autoformat-perl libtext-quoted-perl libregexp-common-perl \
         libhtml-scrubber-perl libtree-simple-perl liblocale-subcountry-perl
\
         libtext-csv-perl libspreadsheet-writeexcel-perl
libfrontier-rpc-perl \
-       libjavascript-rpc-perl libipc-run3-perl
+       libjavascript-rpc-perl libipc-run3-perl libjson-perl

 useradd freeside
 groupadd freeside



sincerely,
liran tal.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://420.am/pipermail/freeside-users/attachments/20060417/b93a442e/attachment.html


More information about the freeside-users mailing list