Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 71405 invoked by uid 500); 5 Dec 2001 22:35:22 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 71394 invoked from network); 5 Dec 2001 22:35:22 -0000 Received: from palrel12.hp.com (156.153.255.237) by daedalus.apache.org with SMTP; 5 Dec 2001 22:35:22 -0000 Received: from xparelay2.corp.hp.com (xparelay2.corp.hp.com [15.58.137.112]) by palrel12.hp.com (Postfix) with ESMTP id 7D50A1FB35 for ; Wed, 5 Dec 2001 14:35:28 -0800 (PST) Received: from xpabh2.corp.hp.com (xpabh2.corp.hp.com [15.58.136.192]) by xparelay2.corp.hp.com (Postfix) with ESMTP id D02131F52B for ; Wed, 5 Dec 2001 14:35:26 -0800 (PST) Received: by xpabh2.corp.hp.com with Internet Mail Service (5.5.2653.19) id ; Wed, 5 Dec 2001 14:35:26 -0800 Message-ID: From: "ELOY,NICOLAS (HP-FtCollins,ex1)" To: "'users@httpd.apache.org'" Subject: Siteminder web agent problem Date: Wed, 5 Dec 2001 14:35:15 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hello all, I am currently using a 1.3.19 Apache web server on HP-UX 11i and I wanted to install the Siteminder web agent on it, which is simply a module that you load dynamically by adding these lines into the httpd.conf file: LoadModule hpaCCso_module /opt/siteminder/webagent/lib/mod_hpaCCso.sl HPaCCLoadModule sm_module /opt/siteminder/webagent/lib/mod_sm.sl When I first tried to start the web server after saving the modifications to httpd.conf I got these error messages: /usr/lib/dld.sl: Unresolved symbol: U_get_unwind_entry (code) from /usr/lib/libCsup.2 /usr/lib/dld.sl: Unresolved symbol: U_get_shLib_text_addr (code) from /usr/lib/libCsup.2 /usr/lib/dld.sl: Unresolved symbol: U_resume_execution (code) from /usr/lib/libCsup.2 /usr/lib/dld.sl: Unresolved symbol: U_update_state_vector (code) from /usr/lib/libCsup.2 /usr/lib/dld.sl: Unresolved symbol: U_get_shLib_unw_tbl (code) from /usr/lib/libCsup.2 /usr/lib/dld.sl: Unresolved symbol: U_get_previous_frame_x (code) from /usr/lib/libCsup.2 /usr/lib/dld.sl: Unresolved symbol: U_get_unwind_table (code) from /usr/lib/libCsup.2 Syntax error on line 257 of /home/psoft/webserv/conf/httpd.conf: Cannot load /opt/siteminder/webagent/lib/mod_sm.sl into server: No such file or directory ./apachectl start: httpd could not be started I thought I should export the SHLIB_PATH variable to the path where the shared library mod_sm.sl is, so I did it: export SHLIB_PATH=$SHLIB_PATH:/opt/siteminder/webagent/lib But I still had the same error messages. By using "chatr httpd", I found out that httpd was not using SHLIB_PATH to locate shared libraries, so I used the command "chatr +s enable httpd" to enable it. I also have checked that the line "PassEnv SHLIB_PATH" is present in httpd.conf. But I still have the same error messages. Does anybody have any idea why it does not find this /opt/siteminder/webagent/lib/mod_sm.sl library? Thanks in advance, Nicolas Eloy --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org