* John Nietzsche wrote: > i am migrating a web application from a linux server to an openbsd > one. I am having a hard time trying to execute a cgi program, the only > thing i get on the browser is: > > Software error: > > Can't locate Bio/SearchIO.pm in @INC (@INC contains: > /usr/libdata/perl5/amd64-openbsd/5.8.8 > /usr/local/libdata/perl5/amd64-openbsd/5.8.8 /usr/libdata/perl5 > /usr/local/libdata/perl5 > /usr/local/libdata/perl5/site_perl/amd64-openbsd > /usr/libdata/perl5/site_perl/amd64-openbsd > /usr/local/libdata/perl5/site_perl /usr/libdata/perl5/site_perl > /usr/local/lib/perl5/site_perl .) at > /asd/var/data/html/cgi-bin/blastXtract.cgi line 9. > BEGIN failed--compilation aborted at > /asd/var/data/html/cgi-bin/blastXtract.cgi line 9. > > For help, please send mail to the webmaster ([EMAIL PROTECTED]), giving this > error message and the time and date of the error
In OpenBSD, the webserver runs chrooted. It is likely that this is causing you the problem. > Does anybody know the path to the right portage for installation? OpenBSD does not have "portages", but packages. But you fail to give even the least information. The output of the 'dmesg' is generally useful and to mention the software you are trying to install would hurt nobody, either. - Marc Balmer

