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

Re: Announcing 1.3.0 Beta 1 - on Fedora 12 x86_64



Chris,


On 2009-12-20 04:30, Chris Travers wrote:


On Sat, Dec 19, 2009 at 9:13 AM, Philip Rhoades <..hidden..
<mailto:..hidden..>> wrote:

    Chris,


    On 2009-12-19 16:44, Chris Travers wrote:
     >
     > On Fri, Dec 18, 2009 at 8:55 PM, Philip Rhoades
    <..hidden.. <mailto:..hidden..>
     > <mailto:..hidden.. <mailto:..hidden..>>> wrote:
     >
     >     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
    .
    .

     >     So it looks like the modules were not found at CPAN either?
     >
     > does "make" try to install the modules?


    make gave screenfulls of stuff with no errors that I could see.

    Next issue:

    psql -U postgres -d lsmb_naf -f
    /home/ledgersmb/sql/coa/us/chart/General.sql



Hmm...  Sounds like a documentation problem.  Where are you following
the instructions from?


From INSTALL out of the tar.gz file:

	grep -e '^\$' INSTALL

gives:

$ svn co https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk /path/to/ledgersmb13
$ cd /path/to/ledgersmb13/
$ cat ledgersmb-httpd.conf | sed "s|WORKING_DIR|$(pwd)|" > ledgersmb-httpd-13.conf
$ sudo mv ledgersmb-httpd-13.conf /etc/apache2/app/ledgersmb13.conf
$ sudo /etc/init.d/apache2 restart
$ echo -e 'RewriteEngine on\nRewriteRule ^(.*)$ http://www.google.com [R]' > /path/to/ledgersmb13/.htaccess $ wget -qO /dev/stdout http://localhost/ledgersmb | grep -c '<title>Google</title>'
$ rm .htaccess
$ perl -v | grep v5.
$ perl Makefile.PL
$ psql -U postgres -d template1 -f /usr/share/postgresql-8.3/contrib/tsearch2.sql $ psql -U postgres -d template1 -f /usr/share/postgresql-8.3/contrib/tablefunc.sql $ psql -U postgres -d template1 -f /usr/share/postgresql-8.3/contrib/pg_trgm.sql
$ createdb -U postgres -O ledgersmb mycompany
$ createlang plpgsql mycompany
$ psql -U postgres -d mycompany -f /path/to/ledgersmb13/sql/Pg-database.sql
$ psql -U postgres -d mycompany -f /path/to/ledgersmb13/sql/modules/Drafts.sql $ psql -U postgres -d mycompany -f /path/to/ledgersmb13/sql/modules/chart.sql $ psql -U postgres -d mycompany -f /path/to/ledgersmb13/sql/coa/us/chart/General.sql


Thanks,

Phil.
--
Philip Rhoades

GPO Box 3411
Sydney NSW	2001
Australia
E-mail:  ..hidden..