Hi all,
I tried to load a module but I got the following error.
I think I need the ap_pstrcat? If so, how do I install it?
Thanks in advance,
------------------------------------------------------
Syntax error on line 72 of /webpages/conf/httpd.conf:
Cannot load /webpages/libexec/mod_rsawa_apache.so into server:
/webpages/libexec/mod_rsawa_apache.so: undefined symbol: ap_pstrcat
--------------------------------------------------------
---------------httpd.conf---------------------------------------
LoadModule rsawebagent_module /webpages/libexec/mod_rsawa_apache.so
AddModule mod_rsawebagent.c
#
# RSA Web Agent installation directory
#
<IfModule mod_rsawebagent.c>
RSAWebAgentInstallPath /usr/local/apache/rsawebagent
VAR_ACEPath /var/ace
</IfModule>
---------------------------------------------------
-KT
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)