John Rose wrote: > I'm using Ubuntu Hardy. I've followed some rather out of date > instructions for Ubuntu Dapper. Everything OK (including Postgresql). > As I already have Apache2 running, I took the 'code' from the > ledgersmb httpd conf file and created a new virtual (apache) conf > file. Apache2 was happy on reload. > > However, on trying to run Build.PL with sudo perl Build.PL (similarly > for login.pl), I get: > Can't locate Module/Build.pm in @INC (@INC contains: /etc/perl > /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 > /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 > /usr/local/lib/site_perl .) at Build.PL line 4. > BEGIN failed--compilation aborted at Build.PL line 4. > > Can anyone tell me what I need to do in order to run Build.PL? > PS I have no knowledge of PERL. > > Regards, > John > > Sounds like you are missing Module::Build which is part of the libmodule-build-perl Ubuntu package
sudo apt-get install libmodule-build-perl will install it and it's dependencies ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Ledger-smb-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ledger-smb-users
