From sada@e-mail.ne.jp  Thu Jun 25 11:21:16 1998
Received: from ail.ail-inc.co.jp ([210.145.48.250])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA26387
          for <FreeBSD-gnats-submit@freebsd.org>; Thu, 25 Jun 1998 11:21:11 -0700 (PDT)
          (envelope-from sada@e-mail.ne.jp)
Received: from amygdala.ail-inc.co.jp (amygdala.ail-inc.co.jp [210.145.48.251])
	by ail.ail-inc.co.jp (8.8.5/3.6W) with ESMTP id DAA00540
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 26 Jun 1998 03:20:59 +0900 (JST)
Received: from thalamus.local.ail-inc.co.jp (thalamus.local.ail-inc.co.jp [192.168.1.6])
	by amygdala.ail-inc.co.jp (8.8.8/3.6W98030310) with ESMTP id DAA26472
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 26 Jun 1998 03:18:53 +0900 (JST)
Received: (from sada@localhost)
	by thalamus.local.ail-inc.co.jp (8.8.8/3.6W98032015) id DAA11195;
	Fri, 26 Jun 1998 03:20:08 +0900 (JST)
Message-Id: <199806251820.DAA00540@ail.ail-inc.co.jp>
Date: Fri, 26 Jun 1998 03:20:08 +0900 (JST)
From: sada@e-mail.ne.jp
Reply-To: sada@e-mail.ne.jp
To: FreeBSD-gnats-submit@freebsd.org
Subject: /usr/bin/perl: library path addition
X-Send-Pr-Version: 3.2

>Number:         7068
>Category:       bin
>Synopsis:       /usr/bin/perl: library path addition
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    markm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 25 11:30:01 PDT 1998
>Closed-Date:    Wed Apr 5 06:48:48 PDT 2000
>Last-Modified:  Wed Apr  5 06:50:02 PDT 2000
>Originator:     SADA Kenji <sada@e-mail.ne.jp>
>Release:        FreeBSD 2.2.6-RELEASE i386
>Organization:
Nagoya.Aichi.Japan
>Environment:

	FreeBSD 2.2.6-RELEASE i386

>Description:

	I have sent a port ``ja-jcode.pl-2.6''(ports/7047), a perl library
	which will be placed at $PREFIX/lib/perl/.
	So, it will be convenient for the users of such a perl library of
	FreeBSD port, that the perl interpreter has additional library
	path to the directory under $PREFIX beforehand.

>How-To-Repeat:
>Fix:

--- /usr/src/gnu/usr.bin/perl/perl.orig/config.h	Mon Jun  3 04:59:23 1996
+++ /usr/src/gnu/usr.bin/perl/perl/config.h	Tue Jun 23 17:41:32 1998
@@ -766,6 +766,6 @@
  *	execution path, but it should be accessible by the world.  The program
  *	should be prepared to do ~ expansion.
  */
-#define PRIVLIB "/usr/share/perl"		/**/
+#define PRIVLIB "/usr/local/lib/perl:/usr/share/perl"		/**/
 
 #endif

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->suspended 
State-Changed-By: phk 
State-Changed-When: Sat Jun 27 02:23:33 PDT 1998 
State-Changed-Why:  
awaiting committer 
State-Changed-From-To: suspended->open 
State-Changed-By: asami 
State-Changed-When: Thu Sep 3 15:51:40 PDT 1998 
State-Changed-Why:  
Give it to markm. 


Responsible-Changed-From-To: freebsd-bugs->markm 
Responsible-Changed-By: asami 
Responsible-Changed-When: Thu Sep 3 15:51:40 PDT 1998 
Responsible-Changed-Why:  
markm's the perl man now. 
State-Changed-From-To: open->feedback 
State-Changed-By: markm 
State-Changed-When: Sat Oct 17 03:09:06 PDT 1998 
State-Changed-Why:  
FreeBSD has replaced Perl4 with Perl5 since this PR was sent. If the 
requirement is still there, please port it to Perl5 and resubmit. 

Thanks! 
State-Changed-From-To: feedback->closed 
State-Changed-By: asmodai 
State-Changed-When: Wed Apr 5 06:48:48 PDT 2000 
State-Changed-Why:  
After two years of having perl 5 in the tree there are no  
further complaints about this. 
If this is still an issue feel free to let markm know as stated 
in the PR. 
>Unformatted:
