Unable to extract tomcat distribution - Please help

2002-03-28 Thread Kairam, Raj
I downloaded the 'jakarta-tomcat-4.0.3.tar.gz' from 'jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/bin/' website. On a unix box running HP-UX 11, as root, I uncompressed it in /tmp directory. To install it, I ran root@:/opt> tar -xvf /tmp/jakarta-tomcat-4.0.3.tar . After a while

Re: How to get two perl namespaces in apache

2002-03-28 Thread Garth Winter Webb
You just need to fire up two separate apaches, each with their own conf. So basically you have: /usr/local/apache_prod /usr/local/apache_dev These can actually share the same bin and lib directories; everything is still installed at '/usr/local/apache' and you symlink the directories you want t

Re: [m_b_users] [OT] Replacing reverse squid with mod_proxy

2002-03-28 Thread Theo Schlossnagle
On Monday, March 25, 2002, at 10:20 AM, Hans Juergen von Lengerke wrote: > We are currently using squid set up as a reverse proxy to accelerate > several heavy backends (mod_perl, etc) and to protect them from slow > client connections. > > I am looking into replacing the squid with apache+mod_pro

Any way to run two versions of the same perl classes at the same time?

2002-03-28 Thread Thomas Burkholder
Hi there- I've reached a point where I've released a stable version of my project (areaj, at www.areaj.org) with a demo server (www.areaj.org/areaj) but I want to continue development work on the same machine. But, obviously the new and old versions of the code live in an identical namespace

RE: odd ld error

2002-03-28 Thread Kreimendahl, Chad J
I thought something was terrible hozed... because when I was logged in as root, I had no problems running anything... Turns out the DBAs just change permissions on their oracle directory... problem solved. Thanks -Original Message- From: Ged Haywood [mailto:[EMAIL PROTECTED]] Sent: Th

Re: odd ld error

2002-03-28 Thread Ged Haywood
Hi there, On Thu, 28 Mar 2002, Kreimendahl, Chad J wrote: > > all of this is on Solaris 8 (Netra T1)... any help would be much appreciated > > [error] install_driver(Oracle) failed: Can't load > '/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/DBD/Oracle/Oracle.so [snip] > Permission de

odd ld error

2002-03-28 Thread Kreimendahl, Chad J
all of this is on Solaris 8 (Netra T1)... any help would be much appreciated [error] install_driver(Oracle) failed: Can't load '/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/DBD/Oracle/Oracle.so ' for module DBD::Oracle: ld.so.1: /usr/local/apache/bin/httpd: fatal: /oracle/u01/app/oracl

Re: Segmentation fault 11 (php/mod_perl)

2002-03-28 Thread Perrin Harkins
Bob Pickles wrote: > I've been hacking at this a couple days. At first I really wanted to > get mod_perl working as a DSO. Got everything compiled, and added lines > to httpd.conf. Died on startup if I had AddModule mod_perl.c. > Following a tip on this list, I gave up on DSO and went stat