Re: Call for porting reports

From: "Kardos, Dr(dot) Andreas" <kardos(at)repas-aeg(dot)de>
To: <hackers(at)postgresql(dot)org>, <pgsql-ports(at)postgresql(dot)org>
Subject: Re: Call for porting reports
Date: 2000-04-11 11:01:47
Message-ID: 037f01bfa3a5$55613af0$99301eac@Dr.repas.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Vince Vielhaber 2000-04-11 11:25:06 Re: Call for porting reports
Previous Message Lamar Owen 2000-04-10 16:10:53 PostgreSQL 7.0beta5-0.1 RPM set available.