AIX Open Source

AIX Open Source

Share your experiences and connect with fellow developers to discover how to build and manage open source software for the AIX operating system

 View Only
  • 1.  Fail to start samba service on aix 7.2

    Posted Wed September 30, 2020 01:46 AM
    Hi everyone,

    I installed samba-4.10.13 in AIX 7200-03-04-1938, but the eamba service cannot be started with the following error message.

    root@pioappd1:/> /opt/freeware/sbin/nmbd --version
    exec(): 0509-036 Cannot load program /opt/freeware/sbin/nmbd because of the following errors:
    rtld: 0712-001 Symbol _GLOBAL__AIXI_libintl_so was referenced
          from module /opt/freeware/lib/libgnutls.a(libgnutls.so.30), but a runtime definition
          of the symbol was not found.
    rtld: 0712-001 Symbol _GLOBAL__AIXD_libintl_so was referenced
          from module /opt/freeware/lib/libgnutls.a(libgnutls.so.30), but a runtime definition
          of the symbol was not found.

    Can anyone help? Thanks.

    Ray

    ------------------------------
    ray
    ------------------------------


  • 2.  RE: Fail to start samba service on aix 7.2

    Posted Wed September 30, 2020 01:52 AM
    Looks like the gnutls installed is not from Toolbox. 
    rpm -qi gnutls  ?

    Can you try with Toolbox gnutls ?

    ------------------------------
    Ayappan P
    ------------------------------



  • 3.  RE: Fail to start samba service on aix 7.2

    Posted Wed September 30, 2020 05:51 AM
    Installed already.

    rpm -qa|grep gnutls

    gnutls-devel-3.6.14-1.ppc
    gnutls-3.6.14-1.ppc
    gnutls-utils-3.6.14-1.ppc

     rpm -qi gnutls

    Name : gnutls
    Version : 3.6.14
    Release : 1
    Architecture: ppc
    Install Date: Mon Sep 28 15:56:06 HKT 2020
    Group : System Environment/Libraries
    Size : 35010240
    License : GPLv3+ and LGPLv2+
    Signature : (none)
    Source RPM : gnutls-3.6.14-1.src.rpm
    Build Date : Wed Jun 17 20:56:44 HKT 2020
    Build Host : laurel1.coopibm.frec.bull.fr
    Relocations : (not relocatable)
    URL : http://www.gnutls.org/
    Summary : A TLS protocol implementation
    Description :
    GnuTLS is a project that aims to develop a library which provides a secure
    layer, over a reliable transport layer. Currently the GnuTLS library implements
    the proposed standards by the IETF's TLS working group.

    The library is available as 32-bit and 64-bit.


    ------------------------------
    ray lo
    ------------------------------



  • 4.  RE: Fail to start samba service on aix 7.2

    Posted Wed September 30, 2020 06:37 AM
    This gnutls is from bull freeware.
    " Build Host : laurel1.coopibm.frec.bull.fr "

    Can you try with AIX Toolbox gnutls ?

    ------------------------------
    Ayappan P
    ------------------------------



  • 5.  RE: Fail to start samba service on aix 7.2

    Posted Wed September 30, 2020 11:11 AM
    It works after using gnutls in AIX Toolbox!

    Thank you very much!

    ------------------------------
    ray lo
    ------------------------------