Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 43302 invoked by uid 500); 7 May 2003 23:04:41 -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 43289 invoked from network); 7 May 2003 23:04:41 -0000 Received: from unknown (HELO mailrelay.mdli.com) (208.200.221.8) by daedalus.apache.org with SMTP; 7 May 2003 23:04:41 -0000 Received: from puffin.mdli.com (puffin.mdli.com [172.16.1.12]) by mailrelay.mdli.com (Postfix) with ESMTP id 255B3B6103 for ; Wed, 7 May 2003 16:04:24 -0700 (PDT) Received: from exch-sl02.mdli.com by puffin.mdli.com (980427.SGI.8.8.8/BCH1.0) id QAA99651; Wed, 7 May 2003 16:04:24 -0700 (PDT) Received: by exch-sl02.mdli.com with Internet Mail Service (5.5.2653.19) id ; Wed, 7 May 2003 16:04:23 -0700 Message-ID: From: Jeremy Madea To: "'users@httpd.apache.org'" Date: Wed, 7 May 2003 16:04:22 -0700 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 Subject: RE: [users@httpd] piped logs and environment variables On Wednesday, May 07, 2003 at 2:58 PM, tempo wrote: > But the script used in the pipe (Perl: DBI+Oracle DBD) can't > find the ORACLE_HOME variable (exported in all profiles...). Set the variable in the program sitting at the other end of your pipe. You said it was Perl, so you'll probably want a line similar to this: $ENV{ORACLE_HOME} = "/usr/local/oracle"; -j -- Jeremy Madea "My two cents aren't worth a dime." --------------------------------------------------------------------- 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 " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org