Chris,

I struck issues as well - I could not find RPMs for Perl modules:

        Test::Trap
        Config::Std

and:

        perl Makefile.PL

gave:

include /home/ledgersmb/inc/Module/Install.pm
include inc/Module/Install/Metadata.pm
include inc/Module/Install/Base.pm
include inc/Module/Install/AutoInstall.pm
include inc/Module/Install/Include.pm
include inc/Module/AutoInstall.pm
*** Module::AutoInstall version 1.03
*** Checking for Perl dependencies...
[Core Features]
- Test::More                ...loaded. (0.92)
- Test::Trap                ...missing.
- Test::Exception           ...loaded. (0.27)
- Data::Dumper              ...loaded. (2.121_14)
- Locale::Maketext          ...loaded. (1.12)
- DateTime                  ...loaded. (0.4501)
- Locale::Maketext::Lexicon ...loaded. (0.77 >= 0.56)
- DBI                       ...loaded. (1.609 >= 1.00)
- MIME::Base64              ...loaded. (3.07_01)
- Digest::MD5               ...loaded. (2.36_01)
- HTML::Entities            ...loaded. (3.63)
- DBD::Pg                   ...loaded. (2.15.1)
- Math::BigFloat            ...loaded. (1.59)
- IO::File                  ...loaded. (1.14)
- Encode                    ...loaded. (2.23)
- Locale::Country           ...loaded. (2.07)
- Locale::Language          ...loaded. (2.07)
- Time::Local               ...loaded. (1.18)
- Cwd                       ...loaded. (3.2501)
- Config::Std               ...missing.
- MIME::Lite                ...loaded. (3.027)
- Template                  ...loaded. (2.22 >= 2.14)
- Error                     ...loaded. (0.17015)
- CGI::Simple               ...loaded. (1.108)
==> Auto-install the 2 mandatory module(s) from CPAN? [y]
[POS module credit card processing support]
- Net::TCLink               ...missing.
==> Auto-install the 1 optional module(s) from CPAN? [n]
[Experimental scripting engine]
- Parse::RecDescent         ...missing.
==> Auto-install the 1 optional module(s) from CPAN? [n]
[Developer tool dependencies]
- Getopt::Long              ...loaded. (2.37)
- FileHandle                ...loaded. (2.01)
[PDF and Postscript output]
- Template::Plugin::Latex   ...missing.
==> Auto-install the 1 optional module(s) from CPAN? [n]
[OpenOffice.org output]
- XML::Twig                 ...loaded. (3.33)
- OpenOffice::OODoc         ...missing.
==> Auto-install the 1 optional module(s) from CPAN? [n]
[Excel output]
- Excel::Template::Plus     ...missing.
==> Auto-install the 1 optional module(s) from CPAN? [n]
*** Dependencies will be installed the next time you type 'make'.
*** Module::AutoInstall configuration finished.
include inc/Module/Install/Makefile.pm
include inc/Module/Install/WriteAll.pm
include inc/Module/Install/Win32.pm
include inc/Module/Install/Can.pm
include inc/Module/Install/Fetch.pm
Warning: prerequisite Config::Std 0 not found.
Warning: prerequisite Test::Trap 0 not found.
Writing Makefile for LedgerSMB
Writing META.yml


So it looks like the modules were not found at CPAN either?

How to proceed?

Thanks,

Phil.


On 2009-12-15 13:35, Chris Travers wrote:
> Hi all;
>
> After a lot of hard work, LedgerSMB 1.3.0 is ready for beta testing.
> Please be aware that this is a beta-testing release and there may be
> unexpected bugs in places.  Some things may not work as advertised.  It
> can be downloaded from the sourceforge page
> (http://www.sourceforge.org/projects/ledger-smb/).
>
> Known issues:
> --------------------------
> Check printing from single payment interface doesn't work.  Check
> printing from the multiple payments interface works just fine. This will
> take a little more effort than anyone was able to put into it at this
> point.  I expect to get this fixed (if nobody else does it first) early
> next month.
>
> Change log for 1.3 is as follows:
> Changelog for LedgerSMB 1.3.0
>
> Security:
> * Security is now robustly enforced on the db level (Chris T and Josh D)
> * New user interface to manage users (Chris T and Aurynn)
>
> Separation of Duties:
> * Separate permissions for entry and posting to the books.
> * Voucher/Batch system (Chris T)
> * Draft system for unapproved transactions (Chris T)
> * Reconciliation is now subject to separation of duties (Chris T and Aurynn)
>
> End of Year:
> * Close books and end of year transactions at once (Chris T and Aurynn)
> * Cannot close books where unapproved transactions are before
> yearend(Chris T)
> * Yearend/closed books now creates balance checkpoints for better
> performance
> (Chris T and Aurynn)
>
> eneral Ledger/Journal:
> * GL reports filter by account (Chris T)
> * GL reports account is ajax-style autocomplete (John W)
> * Journal Entry screen now uses AJAX-style autocomplete for accounts
> (Chris T)
> * GL reference now populated by default in the initial screen (Chris T).
>
> Reconciliation:
> * Reconciliation is on new codebase!
> * Redesigned workflow (Chris T and Aurynn)
> * Optimized for high volumes (1000 transactions or more per run, Chris T)
> * Plug in model for bank import scripts (Chris T and Aurynn)
>
> Payments:
> * Payments are on new codebase!
> * Redesigned bulk payment workflow/UI (Chris T)
> * Bulk payment optimizations for high volumes (5000 invoices per run,
> Chris T)
> * Redesigned single payment workfow/UI (David M)
>
> Contact Handling:
> * Contacts are now on new code base!
> * Customers/Vendors Now Can Be Tracked Together (Josh D, Chris T, Aurynn)
> * Multiple addresses and contact info stored per account (Josh D and
> Chris T)
> * Multiple read-only notes per account (Josh D, Chris T, and Lacey P)
> * Multiple bank accounts per customer/vendor account (Josh D and Chris T)
> * Track 1099 or equiv. forms for customers/vendors (Chris T and John W)
>
> Development:
> * New API structure for new code (Entire Team)
> * Better error handling/display (Jason and Chris T)
> * Errors logged to httpd error log (Chris T)
> * Cleaned up file structure for charts of accounts (Chris T)
> * New UI and template system using TT (Seneca)
> * Form.pm deprecated.  New Object Oriented and data-driven model (Chris T)
> * Added ledgersmb-smallgray.css (Jeff K)
> * Stored procedure-based ORM for data model encapsulation in db (ChrisT)
> * Many small forms moved to templates (Seneca)
>
> Misc:
> * Timecard lists project descriptions as well as numbers (Chris T)
> * Invoices can now be put on hold (Aurynn)
> * New CLI database creation routines  (Jeff K)
> * New web-based db creation routines (Sadashiva A)
>
> Database:
> * Redesigned database schema for contacts (Josh D)
> * Redesigned database schema for chart of accounts (Chris T)
> * Redesigned database schema for reconciliation (Aurynn and Chris T)
> * Redesigned database schema for payments (David M)
>
> Thanks to everyone who has helped with this effort!
>
> Best Wishes,
> Chris Travers
>
>
>
> ------------------------------------------------------------------------------
> Return on Information:
> Google Enterprise Search pays you back
> Get the facts.
> http://p.sf.net/sfu/google-dev2dev
>
>
>
> _______________________________________________
> Ledger-smb-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ledger-smb-users

-- 
Philip Rhoades

GPO Box 3411
Sydney NSW      2001
Australia
E-mail:  [email protected]

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Ledger-smb-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ledger-smb-users

Reply via email to