From owner-freebsd-ports Tue Jan 30 17:39:08 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA29853 for ports-outgoing; Tue, 30 Jan 1996 17:39:08 -0800 (PST) Received: from clem.systemsix.com (clem.systemsix.com [198.99.86.131]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id RAA29810 for ; Tue, 30 Jan 1996 17:38:38 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by clem.systemsix.com (8.6.12/8.6.12) with SMTP id SAA29234; Tue, 30 Jan 1996 18:38:11 -0700 Message-Id: <199601310138.SAA29234@clem.systemsix.com> X-Authentication-Warning: clem.systemsix.com: Host localhost didn't use HELO protocol X-Mailer: exmh version 1.6.5 12/11/95 From: Steve Passe To: ports@freebsd.org cc: asami@cs.berkeley.edu Subject: perl5 port fails Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 30 Jan 1996 18:38:08 -0700 Sender: owner-ports@freebsd.org Precedence: bulk Hi, I ran into the following problem trying to install FreeBSD/ports-current/lang/perl5 on 2.1.0-RELEASE: ------------------------------------------------------------------------------- $ pwd /usr/ports-current/lang/perl5 $ make Checksums OK. ===> Extracting for perl-5.001 ===> Patching for perl-5.001 ===> Applying FreeBSD patches for perl-5.001 ===> Configuring for perl-5.001 ... [many lines of output removed] ... cc -o miniperl miniperlmain.o libperl.a -lgdbm -lm -lc -lcrypt ld: -lgdbm: no match *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. ------------------------------------------------------------------------------- Fix: edit Makefile to tell Configure to search '/usr/local/lib': diff -c Makefile.orig Makefile *** Makefile.orig Tue Jan 30 18:07:30 1996 --- Makefile Tue Jan 30 18:12:29 1996 *************** *** 15,21 **** HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure ! CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} PERLMAN= "" api book bot call data debug diag embed form func guts ipc mod \ obj op ovl pod re ref run sec style sub syn trap var --- 15,21 ---- HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure ! CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} -Dldflags=-L/usr/local/lib PERLMAN= "" api book bot call data debug diag embed form func guts ipc mod \ obj op ovl pod re ref run sec style sub syn trap var -- Steve Passe | powered by smp@csn.net | FreeBSD