Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Mar 2001 13:51:52 +1100
From:      "Chris Knight" <chris@aims.com.au>
To:        <FreeBSD-gnats-submit@freebsd.org>
Subject:   ports/25907: Firebird shared libs not added to shared lib cache
Message-ID:  <019801c0b01f$8e49a640$020aa8c0@aims.private>

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

>Number:         25907
>Category:       ports
>Synopsis:       Firebird shared libs not added to shared lib cache
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 18 19:00:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Chris Knight
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
AIMS Independent Computer Professionals
>Environment:

	FreeBSD 4.2-STABLE

>Description:

	Firebird shared libraries aren't added to the shared libary cache due to
non-root owned directory.

>How-To-Repeat:

	Install the firebird port in /usr/ports/databases/firebird

>Fix:

	The following patch changes the owner of the firebird library directory
to root:

--- ports/databases/firebird/scripts/post-install.orig	Tue Feb 13 19:19:07 2001
+++ ports/databases/firebird/scripts/post-install	Mon Mar 19 11:10:44 2001
@@ -5,6 +5,9 @@
 # Turn everybody to read only.
 chmod -R o=r $PREFIX/firebird
 
+# Allow access to shared libs
+chown root $PREFIX/firebird/lib
+
 # Now fix up the mess.
 
 # fix up directories 


>Release-Note:
>Audit-Trail:
>Unformatted:

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?019801c0b01f$8e49a640$020aa8c0>