From hartmans@MIT.EDU Fri Nov 22 10:35:07 1996
Received: from MIT.EDU (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.69.0.28]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id KAA11212 for <bugs@RT-11.MIT.EDU>; Fri, 22 Nov 1996 10:35:07 -0500
Received: from PLANET-ZORP.MIT.EDU by MIT.EDU with SMTP
id AA03017; Fri, 22 Nov 96 10:35:06 EST
Received: (from hartmans@localhost) by planet-zorp.MIT.EDU (8.6.12/8.6.12) id KAA05077; Fri, 22 Nov 1996 10:35:05 -0500
Message-Id: <199611221535.KAA05077@planet-zorp.MIT.EDU>
Date: Fri, 22 Nov 1996 10:35:05 -0500
From: Sam Hartman <hartmans@MIT.EDU>
Reply-To: hartmans@MIT.EDU
To: krb5-bugs@MIT.EDU
Cc: mycroft@MIT.EDU
Subject: libkadm5srv.so links against libdb.a
X-Send-Pr-Version: 3.99
System: NetBSD planet-zorp 1.1 NetBSD 1.1 (ATHENAOTHER) #4: Thu Jan 18 03:29:37 EST 1996 ghudson@zygorthian-space-raiders:/u1/build/sys/arch/i386/compile/ATHENAOTHER i386
This is a repeat of another PR. I don't know which one, but I'm sending it in
again because the mailhubs are losing and I need a PR number.
The Makefile.in in the libkadm5srv directory links against libdb. This is bad because libdb
is static and you are trying to pull a static library into a shared library.
This causes text segments to be duplicated.
Probably, you don't want to even be setting LIBS in Makefile.in
use the USE_FOO_LIBRARY macros, if they
are still defined.
Certainly, don't link against libdb.
State-Changed-From-To: open-closed
State-Changed-By: tlyu
State-Changed-When: Fri Aug 29 16:52:37 1997
State-Changed-Why:
No longer relevant with new build system.
Received: from MIT.EDU (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.69.0.28]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id KAA11212 for <bugs@RT-11.MIT.EDU>; Fri, 22 Nov 1996 10:35:07 -0500
Received: from PLANET-ZORP.MIT.EDU by MIT.EDU with SMTP
id AA03017; Fri, 22 Nov 96 10:35:06 EST
Received: (from hartmans@localhost) by planet-zorp.MIT.EDU (8.6.12/8.6.12) id KAA05077; Fri, 22 Nov 1996 10:35:05 -0500
Message-Id: <199611221535.KAA05077@planet-zorp.MIT.EDU>
Date: Fri, 22 Nov 1996 10:35:05 -0500
From: Sam Hartman <hartmans@MIT.EDU>
Reply-To: hartmans@MIT.EDU
To: krb5-bugs@MIT.EDU
Cc: mycroft@MIT.EDU
Subject: libkadm5srv.so links against libdb.a
X-Send-Pr-Version: 3.99
Show quoted text
>Number: 224
>Category: krb5-admin
>Synopsis: libkadm5srv.so links against libdb.a
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: bjaspan
>State: closed
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Fri Nov 22 10:36:00 EST 1996
>Last-Modified: Fri Aug 29 16:52:53 EDT 1997
>Originator: Sam Hartman
>Organization:
>Category: krb5-admin
>Synopsis: libkadm5srv.so links against libdb.a
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: bjaspan
>State: closed
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Fri Nov 22 10:36:00 EST 1996
>Last-Modified: Fri Aug 29 16:52:53 EDT 1997
>Originator: Sam Hartman
>Organization:
Show quoted text
>Release: 1.0-development
>Environment:
>Environment:
System: NetBSD planet-zorp 1.1 NetBSD 1.1 (ATHENAOTHER) #4: Thu Jan 18 03:29:37 EST 1996 ghudson@zygorthian-space-raiders:/u1/build/sys/arch/i386/compile/ATHENAOTHER i386
Show quoted text
>Description:
This is a repeat of another PR. I don't know which one, but I'm sending it in
again because the mailhubs are losing and I need a PR number.
The Makefile.in in the libkadm5srv directory links against libdb. This is bad because libdb
is static and you are trying to pull a static library into a shared library.
This causes text segments to be duplicated.
Show quoted text
>How-To-Repeat:
Show quoted text
>Fix:
Probably, you don't want to even be setting LIBS in Makefile.in
use the USE_FOO_LIBRARY macros, if they
are still defined.
Certainly, don't link against libdb.
Show quoted text
>Audit-Trail:
State-Changed-From-To: open-closed
State-Changed-By: tlyu
State-Changed-When: Fri Aug 29 16:52:37 1997
State-Changed-Why:
No longer relevant with new build system.
Show quoted text
>Unformatted: