IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Apache 2.0.43 problems (Solaris 8 64bits, Tamino 3.1.1.4)

  • 1.  Apache 2.0.43 problems (Solaris 8 64bits, Tamino 3.1.1.4)

    Posted Thu June 05, 2003 07:09 PM

    Hello there, I downloaded the tamino apache module for version 2.0.43 under Solaris 8 64bits.

    I configured my httpd.conf

    =========================================
    […]
    ## BEGIN Software AG, System Management Hub
    ScriptAliasMatch ^/smh/help/(.*) “/usr/local/sag/ino/v3114/common/arg/bin/cgi/argapache.sh/$1”
    ScriptAlias /smh/cgi/argmlcgi.exe “/usr/local/sag/ino/v3114/common/arg/bin/cgi/argapache.sh”
    Alias /smh/ “/usr/local/sag/ino/v3114/common/arg/htmllayer/”
    PassEnv LANG
    ## END Software AG, System Management Hub

    LoadModule ino_module modules/apache2moduleino.so

    <Location /tamino>
    SetHandler ino
    Regfile “/usr/local/sag/ino/v3114/common/rgs/REGFILE”

    =========================================

    When I launch ./apachectl start

    I have :


    ***********************************************
    # ./apachectl start
    Syntax error on line 258 of /usr/local/apache2/conf/httpd.conf:
    Cannot load /usr/local/apache2/modules/apache2moduleino.so into server: ld.so.1: /usr/local/apache2/bin/httpd: fatal : erreur de r


    #webMethods
    #Tamino
    #API-Management


  • 2.  RE: Apache 2.0.43 problems (Solaris 8 64bits, Tamino 3.1.1.4)

    Posted Fri June 06, 2003 11:38 AM

    What happens if you place the following line before the LoadModule directive:

    LoadFile /usr/local/sag/common/lib/libxts.so

    (assuming this is correct btw)

    Do you get a different error? I checked that libxts.so does contain the symbol XTS_V126.

    Stuart Fyffe-Collins
    Software AG (UK) Ltd.


    #webMethods
    #API-Management
    #Tamino


  • 3.  RE: Apache 2.0.43 problems (Solaris 8 64bits, Tamino 3.1.1.4)

    Posted Fri June 06, 2003 03:02 PM

    Hello Stuart,

    Finally I grasped my hands on a brand new Tamino box version 4.1.4.1 for Solaris 8/9 64 bits. It works like a charm and Apache module has automatically been set up and runs fine.

    Btw, I saw this thread : thread
    where a user had the same issue. Upgrading Tamino seems the solution.

    Thanks again.

    Bertrand Martel.
    Software AG France


    #webMethods
    #API-Management
    #Tamino