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

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

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.

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