On Fri, Jan 19, 2001 at 12:09:54PM -0800, rolf van widenfelt wrote:
> 
> but, if someone can offer a procedure for setting up two independent 
>httpd+modperl+perl
> environments on one machine it would be pretty interesting!

You can do that but have to give up installing _anything_ into
/usr/lib or other global directory. On our systems, we install
everything into /packages/run/product-version-info. That way you can
copy /packages/run/apache-1.3.12 to /packages/run/apache-1.3.14 and
only change Port, Listen and Root and have second copy ready.

But note that many Perl modules aren't happy to be linked against
libraries in nonsystem locations, so you also have to do some
LD_* settings.

But it's doable.

-- 
------------------------------------------------------------------------
 Honza Pazdziora | [EMAIL PROTECTED] | http://www.fi.muni.cz/~adelton/
 .project: Perl, mod_perl, DBI, Oracle, auth. WWW servers, XML/XSL, ...
Petition for a Software Patent Free Europe http://petition.eurolinux.org
------------------------------------------------------------------------

Reply via email to