Skip Menu |
 

Download (untitled) / with headers
text/plain 1.9KiB
From hartmans@MIT.EDU Fri Nov 22 19:20:04 1996
Received: from MIT.EDU (SOUTH-STATION-ANNEX.MIT.EDU [18.72.1.2]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id TAA14062 for <bugs@RT-11.MIT.EDU>; Fri, 22 Nov 1996 19:20:03 -0500
Received: from [18.70.0.218] by MIT.EDU with SMTP
id AA10303; Fri, 22 Nov 96 08:38:39 EST
Received: by portnoy.MIT.EDU (5.x/4.7) id AA02794; Fri, 22 Nov 1996 08:38:36 -0500
Message-Id: <9611221338.AA02794@portnoy.MIT.EDU>
Date: Fri, 22 Nov 1996 08:38:36 -0500
From: hartmans@MIT.EDU
Reply-To: hartmans@MIT.EDU
To: krb5-bugs@MIT.EDU
Cc: mycroft@MIT.EDU
Subject: libkadm5srv links against libdb, which is not shared
X-Send-Pr-Version: 3.99

Show quoted text
>Number: 229
>Category: krb5-admin
>Synopsis: libkadm5srv links against libdb, which is not shared
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: bjaspan
>State: closed
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Fri Nov 22 19:21:01 EST 1996
>Last-Modified: Fri Nov 22 19:22:34 EST 1996
>Originator: Sam Hartman
>Organization:
mit
Show quoted text
>Release: 1.0-development
>Environment:

This is noticed on all NetBSD ports with shared libs;
it may be a bigger problem on other platforms.



Show quoted text
>Description:

In lib/kadm5/srv/Makefile.in, LIBS
includes -ldb. This is wrong because:

1) I'm not convinced libs should ever get set in a Makefile.

2) libdb is not shared, and cannot be linked against libkadm5srv on
anything besides AIX. Apparently, this is not strictly true, as the
code has worked.



Show quoted text
>How-To-Repeat:

Show quoted text
>Fix:


This may create a serious problem on some platforms. It is a
violation of the build process as well, as far as I can tell. I'll
fix and check in, building on as many platforms with shared libs as I
can find.
Show quoted text
>Audit-Trail:

State-Changed-From-To: open-closed
State-Changed-By: hartmans
State-Changed-When: Fri Nov 22 19:22:24 1996
State-Changed-Why:
Duplicate bug of 224.

Show quoted text
>Unformatted:
libkadmsrv links against libdb, which is never shared