Paul McGarry <[EMAIL PROTECTED]> writes:
> Program received signal SIGSEGV, Segmentation fault.
> 0xff363b60 in __do_global_dtors_aux () from /opt/pgsql/lib/libpq.so.2
> (gdb) bt
> #0 0xff363b60 in __do_global_dtors_aux () from /opt/pgsql/lib/libpq.so.2
> #1 0xff3728d4 in _fini () from /opt/pgsq
Hi Justin,
> I'm not sure if it'll be of assistance with this, but there's
> a Solaris
> specific installation guide for PostgreSQL at :
> http://techdocs.postgresql.org/installguides.php#solaris
I've compiled postgres 6.5 and 7.0 so many times I just
jumped in and went with it :)
Upgrading to
Howdy,
I'm getting a segfault from psql when a createdb is attempted.
Postgresql is configured with:
./configure --prefix=/opt/pgsql --enable-syslog
and seems to compile without trouble (gcc 2.95.2), but fails
during the createdb stage of the regressions tests.
Installing and attempting to do