webMethods

webMethods

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
  • 1.  Tamino 4.4.1 and SUSE 10, apache error

    Posted Mon February 11, 2008 08:20 AM

    I have two times installed fresh install SUSE 10 with Tamino 4.4.1 and got error Starting httpd2 (prefork) httpd2-prefork: Syntax error on line 212 of /etc/apache2/httpd.conf: Syntax error on line 18 of /opt/ino/v4411/X_Port/Apache2/TaminoApache.conf: Cannot load /opt/ino/v4411/X_Port/Apache2/32bit/Apache2ModuleIno.so into server: /usr/lib/libaprutil.so.0: undefined symbol: gdbm_errno

    The database server is working, but i also need apache.
    Does anybody use SUSE 10 with tamino?


    #Tamino
    #webMethods
    #API-Management


  • 2.  RE: Tamino 4.4.1 and SUSE 10, apache error

    Posted Wed February 13, 2008 02:03 PM

    I am wondering if the information at the following link would help you:
    http://nileshbansal.blogspot.com/2006/05/apache-on-rhel-3-undefined-symbol.html

    Cheers,
    Gopal


    #Tamino
    #API-Management
    #webMethods


  • 3.  RE: Tamino 4.4.1 and SUSE 10, apache error

    Posted Wed February 13, 2008 02:04 PM

    I am wondering if the information at the following link would help you:
    http://nileshbansal.blogspot.com/2006/05/apache-on-rhel-3-undefined-symbol.html

    Cheers,
    Gopal


    #webMethods
    #Tamino
    #API-Management


  • 4.  RE: Tamino 4.4.1 and SUSE 10, apache error

    Posted Wed February 13, 2008 02:04 PM

    I am wondering if the information at the following link would help you:
    http://nileshbansal.blogspot.com/2006/05/apache-on-rhel-3-undefined-symbol.html

    Cheers,
    Gopal


    #webMethods
    #Tamino
    #API-Management


  • 5.  RE: Tamino 4.4.1 and SUSE 10, apache error

    Posted Wed February 13, 2008 02:05 PM

    I am wondering if the information at the following link would help you:
    http://nileshbansal.blogspot.com/2006/05/apache-on-rhel-3-undefined-symbol.html

    Cheers,
    Gopal


    #API-Management
    #Tamino
    #webMethods


  • 6.  RE: Tamino 4.4.1 and SUSE 10, apache error

    Posted Wed February 13, 2008 02:08 PM

    Oops, I don’t know why my post appeared so many times


    #webMethods
    #Tamino
    #API-Management


  • 7.  RE: Tamino 4.4.1 and SUSE 10, apache error

    Posted Fri February 22, 2008 01:03 PM

    This is a step by step guide I created for installation on opensuse 10.3, saw the same apache problems during set up as well, but after the following procedure, everything worked fine. In case you use SLES, I don’t know if you have similar problems as it is based on an earlier version, but well, have a look. But if you had SLES you could contact support… :slight_smile:

    Installing Tamino 4.4.1 on Opensuse 10.3 (out of the box installation)

    • additional packages to be installed using YAST:
      openmotif-libs
      db1
      gcc (for ARP/ARP-util installation)

    • install Tamino according to manual on CD

    • install patch from servline24 (Apache22 requires tamino patch; however,
      Apache config is not patched sufficiently and libraries are missing)

    • download and install APR 0.9 and APR-util 0.9 (from http://apr.apache.org,
      using ./configure, make, make install, do not use APR 1.X, that won’t work)

    • in /etc/apache2/httpd.conf add the following line, if not present:
      Include /ino/v4411/X_Port/Apache2/TaminoApache.conf

    • in /ino/v4411/X_Port/Apache2/TaminoApache.conf remove the
      following line:

    LoadModule ino_module “/ino/v4411/X_Port/Apache2/32bit/Apache2ModuleIno.so”

    add the following line:

    LoadModule ino_module “/ino/v4411/X_Port/Apache22/32bit/Apache22ModuleIno.so”

    • start Apache:
      /etc/init.d/apache2 start

    • open Firewall in YAST for http/https for external access to the local machine


    #webMethods
    #API-Management
    #Tamino