Hi,

I'm running Solaris 7 and I installed Postgresql v6.5.0.  I can start the
postmaster with command: "postmaster -i -B 62 -N 31", but when I try to run
psql I get a segmentation fault.

The exact output from psql is:

Welcome to the POSTGRESQL interactive sql monitor:
  Please read the file COPYRIGHT for copyright terms of POSTGRESQL
[PostgreSQL 6.5.0 on sparc-sun-solaris2.7, compiled by gcc 2.8.1]

   type \? for help on slash commands
   type \q to quit
   type \g or terminate with semicolon to execute query
 You are currently connected to the database: template1

pq_recvbuf: unexpected EOF on client connection
Segmentation Fault (core dumped)


If I launch psql with the -c option (psql -c "select datetime 'now'"
template1) I receive the correct result.

Any ideas on what's going wrong?

Thanks,
Andrea
        _.---.__
      .'        `-.
     /      .--.   |
     \/  / /    |_/
      `\/|/    _(_)
   ___  /|_.--'    `.   .
   \  `--' .---.     \ /|
    )   `       \     //|
    | __    __   |   '/||
    |/  \  /  \      / ||     Ing. Andrea Gabellini
    ||  |  |   \     \  |     Email: [EMAIL PROTECTED]
    \|  |  |   /        |     Tel: 0549 886111 (Italy)
   __\\@/  |@ | ___ \--'      Tel. +378 0549 886111 (Int.)
  (     /' `--'  __)|
 __>   (  .  .--' &"\         Intelcom San Marino S.p.A. 
/   `--|_/--'     &  |        Strada degli Angariari, 3
|                 #. |        47031 Rovereta
|                 q# |        Repubblica di San Marino
 \              ,ad#'
  `.________.ad####'          http://www.omniway.sm
    `#####""""""''            http://www.intelcom.sm
     `&#"
      &# "&
      "#ba"

Reply via email to