[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Installing Ledger-SMB in Parabola



On Wed, Dec 21, 2011 at 9:19 PM, Quiliro Ordóñez
<..hidden..> wrote:
> Hi.
>
> I would like to test Ledger-SMB in Parabola. It is the free version of
> Archlinux.
>
> Are there generic instructions not focused on .deb distros?
>
> I have installed Apache 2.2.21-1, PosgreSQL 9.1.2-1 and Perl 5.14.2-4.
> I then uncompressed the ledgersmb tarball at /usr/local/
> Copied and changed permissions on the apache-ledger conf:
> sed -e "s|WORKING_DIR|$PWD|g"
> /usr/local/ledgersmb/ledgersmb-httpd.conf.template >
> /etc/httpd/conf/extra/ledgersmb-httpd.conf
> chmod 777 -R /etc/httpd/conf/extra/ledgersmb-httpd.conf
> Restarted Apache.
> Then i ran perl Makefile.PL at the /usr/local/ledgersmb directory and got
> these errors:
> ..hidden.. ledgersmb]# perl Makefile.PL
> Can't locate inc/Module/Install.pm in @INC (@INC contains:
> /usr/lib/perl5/site_perl /usr/share/perl5/site_perl
> /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl
> /usr/lib/perl5/core_perl /usr/share/perl5/core_perl .) at Makefile.PL line
> 5.
> BEGIN failed--compilation aborted at Makefile.PL line 5.
> ..hidden.. ledgersmb]#

If you don't already have Module::Install installed, and you want to
use CPAN to install the dependencies, you must install Module::Install
first.  This can be done with

cpan Module::Install

Best Wishes,
Chris Travers