Hello David, May i contribute some remarks: at http://david.bandel.us/software/doiturself.txt "You'll need to copy ledgersmb.conf.template to ledgersmb.conf and modify the contrib_dir to read /usr/lib/postgresql/9.1/extension"
for 9.1, it's better to leave contrib_dir empty. #contrib_dir= Extensions are created in sql/Pg-database.sql CREATE EXTENSION tablefunc; -- Separate transaction, only needed for 9.1 CREATE EXTENSION pg_trgm; -- Separate transaction, only needed for 9.1 CREATE EXTENSION btree_gist; -- Separate transaction, only needed for 9.1 Best Wishes, Herman 2011/12/3 David A. Bandel <[email protected]>: > On Sat, Dec 3, 2011 at 09:39, Håvard Sørli <[email protected]> wrote: >> On 03. des. 2011 03:22, David A. Bandel wrote: >>> Feedback, please. Let me know if there are any problems. If none, I >>> will announce on the -users list. >> David, thank you for your contribution >> >> From the "build doc" http://david.bandel.us/software/doiturself.txt >> run the following: >> perl Makefile.PL >> (you should see only 2 files that need to be added via CPAN) >> make >> (you should get no errors) >> ------ >> >> I think you can drop the make step. > > will look at that, but even if not needed (perl Makefile.PL is > normally the equivalent of ./configure), and running make doesn't hurt > anything. > > Thanx for the feedback. > > Anything else? Have I forgotten any steps? Botched the order? I did > take fairly copious notes (guess I should have run "script" but that > came as an afterthought). > > What I need to look at is cleaning up/testing the pg_hba.conf stuff. > What I have documented should work in all cases I have thought up, but > if anyone sees where the way I handled it doesn't work (without > completely trashing security -- I'm not a fan of "trust") pls let me > know. I haven't quite mastered this aspect of postgres. > > If all is well with the way I handled pg_hba.conf, I will try to fix > the INSTALL file, although it looks like I may need to include: > local all postgres peer map=map > for those folks running the tools/prepare-company-database.sh script. > > One thing I did forget -- in the .vdi file I still have my local > Debian mirror. I need to fix that and reupload, but that's just a > small change in /etc/apt/sources.list. > > > Ciao, > > David A. Bandel > -- > Two things are infinite: the universe and human stupidity; and I'm not > sure about the the universe. -- Albert Einstein > Visit my web page at: http://david.bandel.us/ > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure > contains a definitive record of customers, application performance, > security threats, fraudulent activity, and more. Splunk takes this > data and makes sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-novd2d > _______________________________________________ > Ledger-smb-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Ledger-smb-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel
