Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 1998 03:20:08 +0900 (JST)
From:      sada@e-mail.ne.jp
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   bin/7068: /usr/bin/perl: library path addition
Message-ID:  <199806251820.DAA00540@ail.ail-inc.co.jp>

next in thread | raw e-mail | index | archive | help

>Number:         7068
>Category:       bin
>Synopsis:       /usr/bin/perl: library path addition
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 25 11:30:01 PDT 1998
>Last-Modified:
>Originator:     SADA Kenji <sada@e-mail.ne.jp>
>Organization:
Nagoya.Aichi.Japan
>Release:        FreeBSD 2.2.6-RELEASE i386
>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

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806251820.DAA00540>