PostgreSQL on SCO UNIX

From: "Mark Alliban" <MarkA(at)idnltd(dot)com>
To: <pgsql-ports(at)postgreSQL(dot)org>
Subject: PostgreSQL on SCO UNIX
Date: 1999-12-10 17:07:35
Message-ID: 001001bf4331$0e86ff90$c80110ac@centauri
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Hi,

I am attempting to install PostgreSQL on SCO OpenServer 5.05. I have managed to run configure OK and detects the "sco" template. Compilation works until it tries to make the "postgres" file. The command which fails is:

gcc -o postgres access/SUBSYS.o bootstrap/SUBSYS.o catalog/SUBSYS.o commands/SUBSYS.o executor/SUBSYS.o lib/SUBSYS.o libpq/SUBSYS.o main/SUBSYS.o parser/SUBSYS.o nodes/SUBSYS.o optimizer/SUBSYS.o port/SUBSYS.o postmaster/SUBSYS.o regex/SUBSYS.o rewrite/SUBSYS.o storage/SUBSYS.o tcop/SUBSYS.o utils/SUBSYS.o ../utils/version.o -lPW -lgen -lcrypt -lld -lnsl -lsocket -ldl -lm -ltermcap -lcurses -W l,-Bexport

The error message is:

gcc: l,-Bexport: No such file or directory
make[1]: *** [postgres] Error 1
make[1]: Leaving directory `/usr/src/pgsql/postgresql-6.5.3/src/backend'
make: *** [all] Error 2

If I remove the "LDFLAGS += -W l,-Bexport" line from Makefile.port then the program compiles OK, but when I try to run postmaster, I get the following:

IpcMemoryCreate: shmget failed (Invalid argument) key=5432001, size=1063936, permission=600
FATAL 1: ShmemCreate: cannot create region

Is there a problem with PostgreSQL on SCO OpenServer, or am I doing something wrong?

Thanks,
Mark.

Browse pgsql-ports by date

  From Date Subject
Next Message Todd Parsnick 1999-12-10 20:54:24 Source file and pub files do not exist on ftp
Previous Message Lance 1999-12-10 14:15:14 Problem auto start Postgresql