Return-Path: owner-postman Received: from localhost.Berkeley.EDU (localhost.Berkeley.EDU [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.9/8.6.3) with SMTP id NAA06635 for postgres-redist; Mon, 30 Jan 1995 13:15:51 -0800 Resent-From: POSTGRES mailing list Resent-Message-Id: <199501302115.NAA06635@nobozo.CS.Berkeley.EDU> X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost.Berkeley.EDU didn't use HELO protocol Sender: owner-postman@postgres.Berkeley.EDU X-Return-Path: owner-postman Received: from mailgzrz.TU-Berlin.DE (mailgzrz.TU-Berlin.DE [130.149.4.10]) by nobozo.CS.Berkeley.EDU (8.6.9/8.6.3) with ESMTP id NAA06592 for ; Mon, 30 Jan 1995 13:15:21 -0800 Received: from marie.physik.tu-berlin.de by mailgzrz.TU-Berlin.DE with SMTP (PP); Mon, 30 Jan 1995 20:29:20 +0100 Received: from lise.physik.tu-berlin.de by marie.physik.tu-berlin.de (5.0/SMI-SVR4) id AA13434; Mon, 30 Jan 1995 20:29:14 --100 Received: by lise.physik.tu-berlin.de (5.0/SMI-SVR4) id AA26885; Mon, 30 Jan 1995 20:29:12 --100 From: wpp@marie.physik.tu-berlin.de (Kai Petzke) Message-Id: <9501301929.AA26885@lise.physik.tu-berlin.de> Subject: Re: Linux port problems To: EINHORN_D@APSICC.APS.EDU (E. Drew Einhorn) Date: Mon, 30 Jan 1995 16:05:17 +0100 (MET) Cc: postgres@postgres.Berkeley.EDU In-Reply-To: <950129140849.2c68@APSICC.APS.EDU> from "E. Drew Einhorn" at Jan 29, 95 02:08:49 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 1936 Resent-To: postgres-redist@postgres.Berkeley.EDU Resent-Date: Mon, 30 Jan 95 13:15:50 -0800 Resent-XMts: smtp > > Hello. > > I have ftp'd the binary and source distributions from s2k-ftp.cs.berkeley.edu. > > The binaries appear to be working. But since eventually (after I learn a > lot more) I would like to try to finish up some of the loose ends that were > left when Berkeley dropped the project, then go on and add some enhancements > of my own. > > Anyway, my next step is trying to build the binaries from the sources for > the linux distrution. When I try building the "pl1" sources I find I am > missing the header file dld.h Please read the file README.src, which is found in the same directory as the source distribution. It contains the following paragraph (among others): Dynamic loading of functions requires the dld library (latest version is 3.2.4) from tsx-11.mit.edu, directory /pub/linux/sources/libs or /pub/linux/binaries/libs. Install this library in /usr/lib and the include files in /usr/include, or modify the main Postgres Makefiles to represent where you put the library. > Next problem. There are a couple versions of "pl2" diffs: pl2.diff.absolute > and pl2.diff.relative. Neither of these appear to be exact fits for the > source tree that results from extracting the "pl1" archives. Am I doing > something wrong? Or are these the wrong diffs? The files are as follows: pl2.diff.absolute: apply this patch to the standard Berkeley Postgres distribution pl2.diff.relative: apply this patch to the Postgres for Linux source (as found in the pl1.src.tar.gz file). Maybe, you tried to apply the wrong patch first, which only got halfway through, and then tried the other, so that some changes were already done, some were not. Please retry from scratch. I just did the following, and experienced no problems at all: tar xfvz pl1.src.tar.gz zcat pl2.diff.relative.gz | patch -p0 The patch went all the way through; no hunk failed, no warnings about fuzz or offseted lines. Kai ============================================================================== 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. ============================================================================== URL: http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/