Front page | perl.perl5.porters |
Postings from April 2007
[perl #42442] SetEnv in httpd.conf fails (corrected)
Thread Next
From:
root @ vps-cpanel-tmpl . servint . net
Date:
April 11, 2007 01:06
Subject:
[perl #42442] SetEnv in httpd.conf fails (corrected)
Message ID:
rt-3.6.HEAD-1687-1176275170-797.42442-75-0@perl.org
# New Ticket Created by root@vps-cpanel-tmpl.servint.net
# Please include the string: [perl #42442]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=42442 >
This is a bug report for perl from root@vps-cpanel-tmpl.servint.net,
generated with the help of perlbug 1.35 running under perl v5.8.7.
-----------------------------------------------------------------
[Please enter your report here]
A call from httpd.conf fails to direct requests to the proper directory:
SetEnv PERL5LIB /home/kohadan/public_html/koha/intranet/modules/
A symbolic link in any of the @INC perl directories works (redirects request to proper perl scripts) except that limits me to one installation of this particular package; I need to run multiple instances, all with their own SetEnv paths. A config test of httpd.conf passes. mod_env is a loaded module in apache.
My apreciation and thanks for any assistance; my apologies if this is not a perl issue. I'm running out of ideas on how to resolve this problem.
Thank you,
Dan
[Please do not change anything below this line]
-----------------------------------------------------------------
---
Flags:
category=core
severity=medium
---
Site configuration information for perl v5.8.7:
Configured by root at Thu May 11 11:48:14 EDT 2006.
Summary of my perl5 (revision 5 version 8 subversion 7) configuration:
Platform:
osname=linux, osvers=2.4.20-021stab028.19.777-enterprise, archname=i686-linux
uname='linux vps-cpanel-tmpl.servint.net 2.4.20-021stab028.19.777-enterprise #1 smp wed oct 19 13:05:01 msd 2005 i686 i686 i386 gnulinux '
config_args='-ds -e -Dprefix=/usr'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm',
optimize='-O2',
cppflags='-fno-strict-aliasing -pipe -I/usr/local/include -I/usr/include/gdbm'
ccversion='', gccversion='3.2.2 20030222 (Red Hat Linux 3.2.2-5)', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=/lib/libc-2.3.2.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.3.2'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
Locally applied patches:
---
@INC for perl v5.8.7:
/usr/lib/perl5/5.8.7/i686-linux
/usr/lib/perl5/5.8.7
/usr/lib/perl5/site_perl/5.8.7/i686-linux
/usr/lib/perl5/site_perl/5.8.7
/usr/lib/perl5/site_perl/5.8.0
/usr/lib/perl5/site_perl
.
---
Environment for perl v5.8.7:
HOME=/root
LANG=C
LANGUAGE (unset)
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=/usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib/courier-imap/sbin:/usr/lib/courier-imap/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin
PERL_BADLANG (unset)
SHELL=/bin/bash
Thread Next
-
[perl #42442] SetEnv in httpd.conf fails (corrected)
by root @ vps-cpanel-tmpl . servint . net