Return-Path: owner-postman Received: from localhost (localhost [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id PAA01646 for postgres-redist; Sat, 28 May 1994 15:49:55 -0700 Resent-From: POSTGRES mailing list Resent-Message-Id: <199405282249.PAA01646@nobozo.CS.Berkeley.EDU> X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost didn't use HELO protocol Sender: owner-postman@postgres.Berkeley.EDU X-Return-Path: owner-postman Received: from von-neumann.info.polymtl.ca (von-neumann.info.polymtl.ca [132.207.4.4]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id PAA01636 for ; Sat, 28 May 1994 15:49:54 -0700 Received: from quine.info.polymtl.ca by von-neumann.info.polymtl.ca with SMTP id AA08689 (5.65c/IDA-1.4.4 for ); Sat, 28 May 1994 18:49:42 -0400 Received: by quine.info.polymtl.ca (4.1/SMI-4.1) id AA11522; Sat, 28 May 94 18:49:37 EDT Date: Sat, 28 May 1994 18:49:36 -0400 (EDT) From: Guy Dupont Subject: Postgres V4.2 with Solaris 2.3 To: postgres@postgres.Berkeley.EDU Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Resent-To: postgres-redist@postgres.Berkeley.EDU Resent-Date: Sat, 28 May 94 15:49:55 -0700 Resent-XMts: smtp Hello, I'm trying to install postgres 4.2 on Solaris 2.3 but I have some problems. When i start the postmaster i obtain the following error: IpcMemoryCreate: memKey=123585129 , size=855424 , permission=384IpcMemoryCreate: shmget(..., create, ...) failed: Invalid argument I have made the modification asked in the patch file postgres4.2beta-solaris.shar but I have used gcc 2.4.6 because I can't find the version 1.5.8. on the sites given in the patch file. Can somebody can give me where to find the version 1.5.8 or how I can fix this error ? P.S.: when I compile I obtain many warnings like: src/backend/catalog/pg_proc.c:137: warning: passing arg 1 of `namestrcmp' from incompatible pointer type src/backend/catalog/pg_type.c:395: warning: cast to pointer from integer of different size src/backend/libpq/be-fsstubs.c:152: warning: initialization from incompatible pointer type The file ipc.c from where I get my error has some warnings like : src/backend/storage/ipc/ipc.c:441: warning: passing arg 2 of `semop' from incompatible pointer type (function `IpcSemaphoreLock') Thanks, Guy ============================================================================== To add/remove yourself to/from the POSTGRES mailing list: send mail with the subject line ADD or DEL to "postgres-request@postgres.Berkeley.EDU" If this fails, send mail to "post_questions@postgres.Berkeley.EDU" and a human will deal with it. DO NOT post to the "postgres" mailing list. ==============================================================================