Debian Stable Installation Notes

From GMOD
Revision as of 08:35, 24 April 2008 by Vdejager (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

These*liblog-log4perl-perl

  • ant
  • libparse-recdescent-perl # needed by DBIx::DBStag

Created a db user for me:

 $ sudo su - postgres
 $ createuser scott
 Shall the new role be a superuser? (y/n) y
 CREATE ROLE
 $ vi /etc/postgresql/8.2/main/pg_hba.conf
 #changed "local all all" and "host all all" lines from ident sameuser to trust
 $ exit
 $ sudo /etc/init.d/postgresql-8.2 restart

Installing prereqs with cpan shell:

  • install CMUNGALL/go-perl-0.07.tar.gz