You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Olivier Mengué (JIRA)" <ji...@apache.org> on 2010/02/25 17:48:27 UTC

[jira] Commented: (AXIS2C-1437) AIX: dynamic libraries are built but not installed

    [ https://issues.apache.org/jira/browse/AXIS2C-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12838404#action_12838404 ] 

Olivier Mengué commented on AXIS2C-1437:
----------------------------------------

Also according to the LibTool manual, the '-module' LDFLAG must be set for libraries that will be dlopened.
http://www.gnu.org/software/libtool/manual/html_node/Building-modules.html#Building-modules

For example, in src/core/transport/http/sender/Makefile.am :
  libaxis2_http_sender_la_LDFLAGS = -module -version-info $(VERSION_NO)


> 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é
>         Attachments: inst-libs.sh
>
>
> On AIX, the dynamic are correctly built, but they are not installed by "make 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" extension 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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: c-dev-help@axis.apache.org