Agent 2.2, Apache 2.0.59 and Solaris 10 - problem- Urgent

Hi,

We are using Solaris 10 (T2000), apache 2.0.59 and Policy Agent 2.2.. Apache Server 2.0.59 works just fine. When I installed Policy Agent 2.2. The Apache start gives following error:

-

/usr/local/apache2/bin/apachectl start

Syntax error on line 1 of /etc/opt/SUNWam/agents/apache/config/_usr_local_apache2_conf/dsame.conf:

Cannot load /opt/SUNWam/agents/apache/lib/libamapc_ssl.so into server: ld.so.1: httpd: fatal: relocation error: file /opt/SUNWam/agents/apache/lib/libamapc_ssl.so: symbol ap_pstrdup: referenced symbol not found

-

Does anybody knows whats going wrong?

Thanks,

Vivek

[654 byte] By [Vivek.Gupta.eToucha] at [2007-11-27 4:22:07]
# 1

I'm not sure of the exact error issued, but if one uses the Apache version that comes bundled with Solaris, then problems arise. If that's not what you've done, then never mind. Here's the warning from the documentation

PDF = http://192.18.109.11/819-4770/819-4770.pdf

HTML = http://docs.sun.com/app/docs/doc/819-4770

Caution - Do not use the version of Apache HTTP Server that comes bundled with Solaris 9 Operating System or with Solaris 10 Operating System. The bundled Apache HTTP Server package is incomplete. Any attempt to Install Agent for Apache HTTP Server on a bundled version of Apache HTTP Server is likely to fail.

Therefore, download the desired version of Apache HTTP Server from the Apache web site at http://www.apache.org/ before attempting to install the agent.

John D.

John_Da at 2007-7-12 9:29:21 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
Hi John,If we use the default apache server, then the policy agent doesn't get installed.This error is coming after installation. I have compiled the apache server from the source.Vivek
Vivek.Gupta.eToucha at 2007-7-12 9:29:21 > top of Java-index,Web & Directory Servers,Directory Servers...
# 3
perhaps the agent was compiled against an older version of apache2 then the one you built from source.
Aaron_Andersona at 2007-7-12 9:29:21 > top of Java-index,Web & Directory Servers,Directory Servers...
# 4
Replace libamapc_ssl.so with libamapc2.so in /etc/opt/SUNWam/agents/apache/config/_usr_local_apache2_conf/dsame.conf and see if it works.Thanks,Subba
Subba_Evania at 2007-7-12 9:29:21 > top of Java-index,Web & Directory Servers,Directory Servers...