AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only
Expand all | Collapse all

/usr/sbin/start-secldapclntd Magic Number Error

  • 1.  /usr/sbin/start-secldapclntd Magic Number Error

    Posted Mon November 15, 2010 07:48 AM

    Originally posted by: SystemAdmin


    Hi

    I'm trying to configure the LDAP client on a AIX6.2 server but when I try running the /usr/sbin/start-secldapclntd command I get the error:

    Starting the secldapclntd daemon.
    exec(): 0509-036 Cannot load program /usr/sbin/secldapclntd because of the following errors:
    0509-150 Dependent module /usr/lib/libibmldap.a could not be loaded.
    0509-103 The module has an invalid magic number.
    exec(): 0509-036 Cannot load program /usr/sbin/secldapclntd because of the following errors:
    0509-150 Dependent module /usr/lib/libibmldap.a could not be loaded.
    0509-103 The module has an invalid magic number.
    The secldapclntd daemon failed to start.

    I understand that this normally means that a 32bit program is running on a 64bit OS, however, AIX6.2 is 64bit and it is installed on a P6 P570 LPAR. Also /usr/lib/libibmldap.a links to /opt/IBM/ldap/V6.2/lib64/libibmldap.a.

    I've tried to link it to /opt/IBM/ldap/V6.2/lib64/libibmldapn.a but I still get the same errors.

    Any help will be appreciated.
    #AIX-Forum


  • 2.  Re: /usr/sbin/start-secldapclntd Magic Number Error

    Posted Sat June 13, 2015 02:19 PM

    Originally posted by: cavegas


    Hello:

     

    I find this solution.

     

    cd /opt/IBM/ldap/V6.2/bin
    # ./idslink -i -g -l 32 -f

     

    Regards,

     

    César Vegas.


    #AIX-Forum