Re: Call for porting reports - Mailing list pgsql-ports

From Kardos, Dr. Andreas
Subject Re: Call for porting reports
Date
Msg-id 037f01bfa3a5$55613af0$99301eac@Dr.repas.de
Whole thread Raw
Responses Re: Call for porting reports
Re: Call for porting reports
List pgsql-ports
SunOS 5.4 (sparc-sun-solaris) with native Sun compilers:

1) The libpq++ stuff doesn't not compile because there is no <string>
available. But <string> is required by these sources because they need the
"bool" and "string" definitions. So even

#ifdef HAVE_CXX_STRING_HEADER
#include <string>
#endif

doesn't help.

2) The link of pg_dump fails because fe-connect.c calls inet_aton(). There
is no inet_aton() on this platform. Since the problem is not pg_dump but
lippq.so this is a general problem!

3) The postmaster cannot be started:

sun2$ postmaster -i
FATAL: StreamServerPort: setsockopt(SO_REUSEADDR) failed: Protocol error
/usr/local/pgsql/bin/postmaster: cannot create UNIX stream port

Does SunOS not support Unix domain sockets? The same error appears without
the -i option.

Regards,
Andreas Kardos



pgsql-ports by date:

Previous
From: Lamar Owen
Date:
Subject: PostgreSQL 7.0beta5-0.1 RPM set available.
Next
From: Vince Vielhaber
Date:
Subject: Re: Call for porting reports