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.  Apache2ModuleIno.so

    Posted Fri December 12, 2003 11:40 PM

    I’m running Suse Linux 7.3 but kernel 2.4.19 and apache 2.0.48

    during installation of Tamino the error occurs that Apache doesn’t seem to start (befor it did). When I try to start it manually the following error occures:

    Syntax error on line 13 of /sag/ino/v4141/X_Port/TaminoApache2.conf:
    Cannot load /sag/ino/v4141/X_Port/Apache2ModuleIno.so into server: libapr.so.0: cannot open shared object file: No such file or directory

    All the named files are present, now what?
    Thanks for helping!

    Josia, SIC


    #Tamino
    #API-Management
    #webMethods


  • 2.  RE: Apache2ModuleIno.so

    Posted Mon April 05, 2004 09:04 PM

    I’ve had a similar issue, but in my case I didn’t actually have a file “libapr.so.0”. Instead, I had “libapr-0.so”. Are you sure that this is not the case for you?

    If you have “libapr-0.so”, you can make a symbolic link to the existing file with the following command:

    > ln -s /usr/local/apache2/lib/libapr-0.so /usr/local/apache2/lib/libapr.so.0



    …of course, replace “/usr/local/apache2” with the location of apache on your system.


    #API-Management
    #Tamino
    #webMethods