Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) X-RT-Original-Encoding: iso-8859-1 Content-Length: 2101 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 ; 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 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 >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: >Release: 1.0-development >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 >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. >How-To-Repeat: >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. >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. >Unformatted: