|
From: Matt O. <ma...@sh...> - 2002-03-12 02:13:38
|
Hello all, I've spent a frustrating couple of days trying to properly install and configure OpenInteract, but at least I've been making incremental progress. My current issue is this error, during install_sql: OpenInteract::Startup::require_module (354) >> --require error: OpenInteract::SPOPS::DBI (from base_user): Can't locate loadable object for module HTML::Parser in @INC (@INC contains: /var/www/infernus.net/oi_test /var/www/infernus.net/oi_test/tmplib /var/www/infernus.net/oi_test/tmplib /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503 /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 .) at /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/HTML/Entities.pm line 79 BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.005/OpenInteract/SPOPS.pm line 8. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.005/OpenInteract/SPOPS/DBI.pm line 6. OpenInteract::Startup::main_initialize (82) >> Some classes were not required! Error inserting user/group link: DBD::Pg::st execute failed: ERROR: Cannot insert a duplicate key into unique index sys_group_user_pkey at /usr/local/lib/perl5/site_perl/5.005/SPOPS/SQLInterface.pm line 284. (Sorry about the long lines.) What's bugging me is that, as far as I can tell, HTML::Parser is properly installed. I'm running Perl 5.005_03 on an x86 FreeBSD 4.5 box. (Irritatingly, some of the dependencies for Bundle::SPOPS and Bundle::OpenInteract want to install 5.6.1... so far, I've told them not to.) Thanks for any help. Cheers, Matt |