Thanks Erik,
Last night I was able to make some progress. To answer your question, I was getting an invalid user / password dialog. After setting the password for the superuser, I was able to get to the point where it asked if it should create and configure the database. I agreed, and then I got the following error:
Error!
Base schema failed to load at LedgerSMB/Database.pm line 621.
dbversion: 1.4.15, company:
Running a second time seems to indicate that the database was created:
DBD::Pg::db do failed: ERROR: database "cj2015" already exists at LedgerSMB/Database.pm line 535.
dbversion: 1.4.15, company:
but, as the first message indictates, without the proper schema.
I checked the apache error logs and found these messages when the first attempt was made: (cj2016 was the name of the company/database I'd entered.)
2015/09/11 01:05:44 - ERROR - LedgerSMB::dberror LedgerSMB.pm (770) -- Logging SQL State 42883, error 7, string ERROR: function public.setting_get(unknown) does not exist
LINE 1: SELECT * FROM "public"."setting_get"('ignore_version')
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
2015/09/11 01:05:44 - ERROR - LedgerSMB::_error LedgerSMB.pm (648) -- Internal Database Error
More information has been reported in the error logs at LedgerSMB.pm line 773.
2015/09/11 01:05:44 - ERROR - LedgerSMB::_error LedgerSMB.pm (649) -- dbversion: 1.4.15, company: postgres
2015/09/11 01:05:44 - ERROR - LedgerSMB::_error LedgerSMB.pm (648) -- exit at LedgerSMB.pm line 662.
2015/09/11 01:05:44 - ERROR - LedgerSMB::_error LedgerSMB.pm (649) -- dbversion: 1.4.15, company: postgres
exit at LedgerSMB.pm line 662.
Compilation failed in require at /usr/share/ledgersmb-1.4.15/
login.pl line 8.
DBI connect('dbname=cj2016','ledgersmb',...) failed: FATAL: database "cj2016" does not exist at LedgerSMB/Database.pm line 459.
DBI connect('dbname="cj2016"','ledgersmb',...) failed: FATAL: database "cj2016" does not exist at LedgerSMB/Database.pm line 113.
DBI connect('dbname="cj2016"','ledgersmb',...) failed: FATAL: database "cj2016" does not exist at LedgerSMB/Database.pm line 113.
sh: 1: cannot create /tmp/ledgersmb/dblog_2015-09-11T050553_8053_stderr: Permission denied
The last line indicates permission denied, so I wonder if I have set / change permissions for that directory(?) .. (but it's in a tmp directory).
It's currently owned by root.
Thank you again for your help.
Jerry