Re: How to set the Perl include path?

2000-10-31 Thread Bernd Worsch
On Fri, Oct 27, 2000 at 09:11:59PM -0400, Michael P. Soulier wrote: > On Wed, Oct 25, 2000 at 06:44:33PM +0200, Bernd Worsch wrote: > > > > Question A: Where are those paths defined? > > ($PERLLIB and $PERL5LIB are not set!) > > In the s

Re: How to set the Perl include path?

2000-10-31 Thread Bernd Worsch
On Fri, Oct 27, 2000 at 09:11:59PM -0400, Michael P. Soulier wrote: > On Wed, Oct 25, 2000 at 06:44:33PM +0200, Bernd Worsch wrote: > > > > Question A: Where are those paths defined? > > ($PERLLIB and $PERL5LIB are not set!) > > In the s

How to set the Perl include path?

2000-10-26 Thread Bernd Worsch
Hi There! I installed perl modules from cpan using the CPAN module. The new stuff is now stored under /usr/local/lib/site_perl. Problem is if those modules are present under /usr/lib/perl5/5.005 (normally in an outdated version) those are used. Well no wonder in that because my perl says: @INC =

Re: which java packages to install?

2000-10-02 Thread Bernd Worsch
Hi there! Still trying to start that java searchengine provided with my perl-cd-bookshelf:-( There were suggestions of the script beeing buggy, but i don't think so. Another idea was setting $CLASSPATH (which was not set), but a) Setting it to /usr/share/kaffe (Klasses.jar, comm.jar ..) didn't

Re: Q: on Debian Bug-Tracking system

2000-09-29 Thread Bernd Worsch
Dear Wayne! Now conclusions are fine :-) I'd appreciate information on how your class is doing in buglist-review project sometime. My former reply was btw not addressed to you alone/primarily but to users / maybe-users of debian in general. I'd think statements on debian philosophy help understa

which java packages to install?

2000-09-28 Thread Bernd Worsch
Me again! I'm at the moment trying to use a search facility provided with my perl-cd-bookshelf. They used java to implement this, well i installed the kaffe package which gave me a java executable. But that aint enough, cause i get: ./run_me.sh: [: argument expected java.lang.NoClassDefFoundError

Re: Q: on Debian Bug-Tracking system

2000-09-28 Thread Bernd Worsch
On Wed, Sep 27, 2000 at 02:25:36PM -0400, Wayne Topa wrote: > Would someone know if the bugs listed on debian.org/Bugs > are the 'current' outstanding bugs or just of all the bugs ever > posted? > > In working up a course outline for an up-coming class, I found > a bunch of 'inconsistencies' i

Re: How to see module errors on bootup?

2000-09-27 Thread Bernd Worsch
In case your feeling lonely your quite right, the messages seem to be nowhere in the logs. Which is quite unsatisfactory. Thanx for posting this, i wondered where to find them quite a while already. How about filing this as a bug :) Cheers Bernd -- --

Re: how to handle perl modules not "debianed"

2000-09-26 Thread Bernd Worsch
On Mon, Sep 25, 2000 at 01:48:24PM -0500, will trillich wrote: > > good question. i wonder about that, too. > > and i just thought of a way to test it. > > find a perl lib that debian DOES have packaged, but > use CPAN to download and install it. > > test it to make sure all is well. > > you m

apt-get update problem

2000-09-25 Thread Bernd Worsch
Me again! Apropos update/upgrade capabilities. Recently my modem-ppp connection broke, while "apt-get update" was in progress. Since then there seems to be a problem with "apt-get update", it says: Hit http://security.debian.org potato/updates/main Packages Hit http://security.debian.org potato/

how to handle perl modules not "debianed"

2000-09-25 Thread Bernd Worsch
Hi There! I changed to debian (potato) recently and am trying to get familiar with it. At the moment i wonder how to handle perl modules i need, that are not available as debian packages. Question is: Can i safely use Perl::CPAN module to get theese without breaking update/upgrade capabilities