On Thu, 9 Jan 2003 17:00:06 +0800 pevee <[EMAIL PROTECTED]> wrote: > I encounter this message when I run the > dbiproxy --configfile=c:\tmp\dbiproxy.conf. > How can I fix it? > > Can't locate Thread.pm in @INC (@INC contains: C:/Perl/lib > C:/Perl/site/lib .) at C:/Perl/site/lib/Net/Daemon.pm line 267. > > I am using Perl 5.19 because I wish to use Thread rather than iThread.
Where did you find Perl 5.19? The highest version I've seen is 5.8. I suggest you search under c:\Perl for Thread.pm. If it isn't present, you can find out which module it belongs to in CPAN and then use PPM to install that module from ActiveState's archives. Be careful not to lock yourself into an old version of threading. -- Mac :}) ** I normally forward private questions to the appropriate mail list. ** Ask Smarter: http://www.tuxedo.org/~esr/faqs/smart-questions.html Give a hobbit a fish and he eats fish for a day. Give a hobbit a ring and he eats fish for an age.
