Return-Path: Received: from mailhub-auth-2.mit.edu (MAILHUB-AUTH-2.MIT.EDU [18.7.62.36]) by krbdev.mit.edu (Postfix) with ESMTPS id 233883F106 for ; Fri, 30 Apr 2010 14:26:56 -0400 (EDT) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by mailhub-auth-2.mit.edu (8.13.8/8.9.2) with ESMTP id o3UIQuvF006283 for ; Fri, 30 Apr 2010 14:26:56 -0400 Received: from cathode-dark-space.mit.edu (CATHODE-DARK-SPACE.MIT.EDU [18.18.1.96]) (authenticated bits=56) (User authenticated as tlyu@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id o3UIQs7n019241 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 30 Apr 2010 14:26:55 -0400 (EDT) Received: (from tlyu@localhost) by cathode-dark-space.mit.edu (8.12.9.20060308) id o3UIQsnv028934; Fri, 30 Apr 2010 14:26:54 -0400 (EDT) To: rt@krbdev.MIT.EDU Subject: Re: [krbdev.mit.edu #6705] plugins don't build on HP-UX References: From: Tom Yu Date: Fri, 30 Apr 2010 14:26:54 -0400 In-Reply-To: (Arlene Berry's message of "Fri, 23 Apr 2010 15:39:58 -0400 (EDT)") Message-ID: Lines: 21 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii RT-Send-Cc: X-RT-Original-Encoding: us-ascii Content-Length: 544 ""Arlene Berry" via RT" writes: > The problem is all of the Makefile.in's have the library extension > hardcoded to ".so": > > > > SO_EXT=.so > > > > but they should be set to the DYNOBJEXT variable which is set to the > correct value by config/shlib.conf: > > > > SO_EXT=$(DYNOBJEXT) It looks like SO_EXT is an artifact of some prior iteration of the loadable module build system. Are there specific modules that are failing to build? or is it failing to build any of them?