Hello Billy,

I had a similar issue trying Trunk version on a Squeeze. I made a new VM
with Wheezy and I got it working fine. My log below:

On a base debian net-install:

# apt-get install postgresql-9.1 postgresql-client-9.1
postgresql-contrib-9.1 postgresql-server-dev-9.1
# apt-get install apache2 apache2-utils
# apt-get install phppgadmin
# apt-get install svn
# apt-get install build-essential

# vi /etc/apache2/conf.d/phppgadmin
allow from 192.168.1.0/255.255.255.0
# a2enmod rewrite
# /etc/init.d/apache2 restart

# vi /etc/phppgadmin/config.inc.php
$conf['extra_login_security'] = false;

# su - postgres
$ psql
postgres=# ALTER USER postgres WITH PASSWORD 'chupala';
\q

# cd /usr/local/share/
# svn co 
https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunkledger-smb
# cd ledger-smb
# cpan -i File::Remove
# cpan -i Number::Format
# cpan -i Moose
# cpan -i Config::IniFiles
# cpan -f DBD::Pg
# for PKG in `grep require Makefile.PL | cut -d\' -f2`; do cpan $PKG; done
# sh install.sh
YES to ALL
www-data
/etc/apache2/conf.d
# vi /etc/apache2/conf.d/ledgersmb-httpd.conf
Allow from All
# /etc/init.d/apache2 restart

# cp ledgersmb.conf.default ledgersmb.conf
# vi ledgersmb.conf
contrib_dir = /usr/share/postgresql/9.1


I hope you find something useful there.
Andres.-





On Fri, Mar 16, 2012 at 5:59 PM, billy akazawa <[email protected]> wrote:

> Hi again,
>
> After a lot of frustration with installing ledgersmb, I decided to install
> postgres 9.1, reinstall ledgersmb and do a dist upgrade for Squeeze.
>
> Now I can get to the Data Management Console with
> http://localhost/ledgersmb/setup.pl
>
> but when I type in the Superuser credentials and try to move on by
> clicking on 'login', it brings up the Authentication Required box which
> says:
>
> A username and password are being requested by http://localhost. The site
> says: "LedgerSMB"
>
> with the User Name ledgersmb and the password filled in (I set it to admin
> using postgres).
>
> Clicking on 'OK' brings up the same screen again. I've tried it with no
> password and the postgres password, but nothing works.
>
> Has anyone experienced this problem before? Any ideas on how to get beyond
> this ledgersmb login password dilemma are really appreciated.
>
> Thanks in advance.
>
> Billy
>
>
> ------------------------------------------------------------------------------
> This SF email is sponsosred by:
> Try Windows Azure free for 90 days Click Here
> http://p.sf.net/sfu/sfd2d-msazure
> _______________________________________________
> Ledger-smb-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ledger-smb-users
>
>
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Ledger-smb-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ledger-smb-users

Reply via email to