Kris Houghton <[EMAIL PROTECTED]> writes:
> When I attempt psql demodb I get a core dump .. ( NOT GOOD )
> I'm using solaris 8 update 5
There's some magic you need to do to get the readline library linked
correctly on Solaris. Please search our mailing list archives to find
the details; I don
[EMAIL PROTECTED] writes:
> But when change "trust" to "password" (or "crypt") psql require a password.
> Then, entering the correct password or not, psql exit with a core dump.
Stack trace from core file, please?
gdb /path/to/psql core
bt
quit
Also, where did you get yo