On Mon, 2003-11-17 at 12:40, angie ahl wrote:
> So I have one set of modules in
> /home/virtual/site17/fst/var/www/perl/vert
> 
> and another in 
> /home/virtual/site29/fst/var/www/perl/vert
> 
> And those modules have different database information (but tables inside
> are the same).

Sounds like you're having namespace collisions.  You can't run two
different modules with the same package name in the same interpreter. 
Take a look at Apache::PerlVINC for a workaround, or run two separate
apaches.

- Perrin


-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to