On Fri, 2006-02-10 at 05:42 -0800, Giovani Junsay wrote: > Tulong po. > > Ako po ay sumusubok ng program na SQL-Ledger. Mayroon > pong instruction na mag-install ng Perl5+, Postgresql, > DBI, DBD-Pg at LaTeX (optional). Pagkatapos na > mainstall isinunod ko yun instruction ng SQL-ledger. > > Nagawa ko naman na ma-access ang admin page pero pag > mag-ke-create na ako ng Dataset may lumalabas na > error: "IDENT authentication fail for user > sql-ledger". Baka naman kako kailangan kong lagyan ng > ip address doon sa host box. Nilagyan ko nga po. Ang > lumabas namang error e baka daw hindi enabled yun ip > address at 5234 na port.
check mo yung pg_hba.conf ng postgresql instance mo. baka naka-set sa paggamit ng IDENT server para makaconnect ka sa database mo. Pwede mong gawin na: 1) baguhin ang mga entry para gumana ang password authentication (md5 o crypt) o 2) maginstall at magayon ng IDENT server -- Paolo Alexis Falcone [EMAIL PROTECTED] _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

