Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 90961 invoked from network); 20 Jan 2010 13:43:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Jan 2010 13:43:23 -0000 Received: (qmail 55477 invoked by uid 500); 20 Jan 2010 13:43:23 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 55445 invoked by uid 500); 20 Jan 2010 13:43:23 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 55436 invoked by uid 99); 20 Jan 2010 13:43:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jan 2010 13:43:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jan 2010 13:43:14 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 91E24234C48D for ; Wed, 20 Jan 2010 05:42:54 -0800 (PST) Message-ID: <351468317.368681263994974596.JavaMail.jira@brutus.apache.org> Date: Wed, 20 Jan 2010 13:42:54 +0000 (UTC) From: =?utf-8?Q?Olivier_Mengu=C3=A9_=28JIRA=29?= To: axis-c-dev@ws.apache.org Subject: [jira] Commented: (AXIS2C-1437) AIX: dynamic libraries are built but not installed In-Reply-To: <2124932273.333311263896094446.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AXIS2C-1437?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D128= 02833#action_12802833 ]=20 Olivier Mengu=C3=A9 commented on AXIS2C-1437: ---------------------------------------- According to the LibTool manual, the 'dlopen' option must be given to LT_IN= IT in configure.ac http://www.gnu.org/software/libtool/manual/html_node/Dlopened-modules.html#= Dlopened-modules > AIX: dynamic libraries are built but not installed > -------------------------------------------------- > > Key: AXIS2C-1437 > URL: https://issues.apache.org/jira/browse/AXIS2C-1437 > Project: Axis2-C > Issue Type: Bug > Components: build system (Unix/Linux) > Affects Versions: 1.6.0, 1.7.0, Current (Nightly) > Environment: AIX 5.3 > Reporter: Olivier Mengu=C3=A9 > Attachments: inst-libs.sh > > > On AIX, the dynamic are correctly built, but they are not installed by "m= ake install". I only have .a and .la in $deploy_dir/lib. No .so. > It looks like that the dynamic libraries are build with a ".so.0" extensi= on instead of just ".so" > # find . -name '*.so' > # find . -name '*.so*' > ./guththila/src/.libs/libguththila.so.0 > ./util/src/.libs/libaxutil.so.0 > ./neethi/src/.libs/libneethi.so.0 > ./axiom/src/xpath/.libs/libaxis2_xpath.so.0 > ./axiom/src/om/.libs/libaxis2_axiom.so.0 > ./axiom/src/parser/guththila/.libs/libaxis2_parser.so.0 > ./src/modules/mod_log/.libs/libaxis2_mod_log.so.0 > ./src/modules/mod_addr/.libs/libaxis2_mod_addr.so.0 > ./src/core/transport/http/sender/.libs/libaxis2_http_sender.so.0 > ./src/core/transport/http/receiver/.libs/libaxis2_http_receiver.so.0 > ./src/core/transport/http/common/.libs/libaxis2_http_common.so.0 > ./src/core/engine/.libs/libaxis2_engine.so.0 --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.