Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 37339 invoked by uid 500); 10 Jul 2002 17:42:09 -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 37328 invoked from network); 10 Jul 2002 17:42:08 -0000 Received: from webshield-pa.glog.com (HELO webshield-pa.glogtech.com) (63.148.27.199) by daedalus.apache.org with SMTP; 10 Jul 2002 17:42:08 -0000 Received: from mail-pa.glog.com(172.16.1.4) by webshield-pa.glogtech.com via csmap id 13734; Wed, 10 Jul 2002 13:42:38 -0400 (EDT) Received: by mail-pa.glog.com with Internet Mail Service (5.5.2653.19) id <3TK6C5XW>; Wed, 10 Jul 2002 13:38:22 -0400 Message-ID: From: "Alderfer, Tim" To: "'users@httpd.apache.org'" Subject: Apache Environment variables Date: Wed, 10 Jul 2002 13:38:22 -0400 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 I'm trying to set some Apache environment variables on Solaris. I'm using a Python script to check my default Locale through a web browser and it's not working. Here is a section from httpd.conf. Is this correct or am I doing this wrong? Any insight would be greatly appreciated. Thanks in advance. PassEnv LD_LIBRARY_PATH=/opt/oracle/product/8.1.5 PassEnv ORACLE_HOME=/opt/oracle/product/8.1.5 PassEnv NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1 PassEnv LC_COLLATE=en_US PassEnv LC_CTYPE=en_US -Tim -----Original Message----- From: Josh Fenlason [mailto:jfenlason@ptc.com] Sent: Wednesday, July 10, 2002 1:30 PM To: Apache Users List Subject: LoadModule problem I'm trying to use auth_ldap with Apache1.3.26 on a Sun5.8 box, apache won't start when I have the LoadModule directive included in httpd.conf. This is the LoadModule directive in my httpd.conf file: LoadModule auth_ldap_module libexec/auth_ldap.so This is the error that I get when I run apachect1 start: Syntax error on line 206 of /home/snow/jfenlason/apache1.3.26/conf/httpd.conf: Cannot load /home/snow/jfenlason/apache1.3.26/libexec/auth_ldap.so into server: ld.so.1: /home/snow/jfenlason/apache1.3.26/bin/httpd: fatal: libldapssl40.so: open failed: No such file or directory ./apachectl start: httpd could not be started libldapssl40.so is in /home/snow/jfenlason/apache1.3.26/libexec. I tried setting the LD_LIBRARY_PATH to include libexec, but that didn't work. If anyone could give me a hand I would greatly appreciate it. Thanks in advance. , Josh. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org