Andy Palmer
2005-01-16, 02:57
Hi Daniel,
I've done a complete re-install of Panther on my iMac and followed your
instructions for setting up AlienBBC but am still having no luck :(
When I run transcoder_proxy.l from Terminal it spits out the following:
Can't locate HTTP/Daemon.pm in @INC (@INC contains:
/Users/myusername/Library/PreferencePanes/SlimServer.prefPane/Contents/
server/CPAN /sw/lib/perl5/5.8.1/darwin-thread-multi-2level
/sw/lib/perl5/5.8.1 /sw/lib/perl5 /sw/lib/perl5/darwin
/System/Library/Perl/5.8.1/darwin-thread-multi-2level
/System/Library/Perl/5.8.1
/Library/Perl/5.8.1/darwin-thread-multi-2level /Library/Perl/5.8.1
/Library/Perl /Network/Library/Perl/5.8.1/darwin-thread-multi-2level
/Network/Library/Perl/5.8.1 /Network/Library/Perl .
/Users/andyp/Library/PreferencePanes/SlimServer.prefPane/Contents/
server/CPAN) at
/Library/PreferencePanes/SlimServer.prefPane/Contents/server/
transcoder_proxy.pl line 4.
BEGIN failed--compilation aborted at
/Library/PreferencePanes/SlimServer.prefPane/Contents/server/
transcoder_proxy.pl line 4.
Any ideas?
Daemon.pm is located in
Users/myusername/Library/PreferencePanes/SlimServer.prefPane/Contents/
server/CPAN/HTTP/
My transcoder_proxy.pl begins:
#!/usr/bin/perl -w
-I/Users/myusername/Library/PreferencePanes/SlimServer.prefPane/
Contents/server/CPAN
use strict;
use HTTP::Daemon;
use HTTP::Status;
use IO::Handle;
use FileHandle;
use POSIX qw(:errno_h :sys_wait_h mkfifo strerror);
Andy.
I've done a complete re-install of Panther on my iMac and followed your
instructions for setting up AlienBBC but am still having no luck :(
When I run transcoder_proxy.l from Terminal it spits out the following:
Can't locate HTTP/Daemon.pm in @INC (@INC contains:
/Users/myusername/Library/PreferencePanes/SlimServer.prefPane/Contents/
server/CPAN /sw/lib/perl5/5.8.1/darwin-thread-multi-2level
/sw/lib/perl5/5.8.1 /sw/lib/perl5 /sw/lib/perl5/darwin
/System/Library/Perl/5.8.1/darwin-thread-multi-2level
/System/Library/Perl/5.8.1
/Library/Perl/5.8.1/darwin-thread-multi-2level /Library/Perl/5.8.1
/Library/Perl /Network/Library/Perl/5.8.1/darwin-thread-multi-2level
/Network/Library/Perl/5.8.1 /Network/Library/Perl .
/Users/andyp/Library/PreferencePanes/SlimServer.prefPane/Contents/
server/CPAN) at
/Library/PreferencePanes/SlimServer.prefPane/Contents/server/
transcoder_proxy.pl line 4.
BEGIN failed--compilation aborted at
/Library/PreferencePanes/SlimServer.prefPane/Contents/server/
transcoder_proxy.pl line 4.
Any ideas?
Daemon.pm is located in
Users/myusername/Library/PreferencePanes/SlimServer.prefPane/Contents/
server/CPAN/HTTP/
My transcoder_proxy.pl begins:
#!/usr/bin/perl -w
-I/Users/myusername/Library/PreferencePanes/SlimServer.prefPane/
Contents/server/CPAN
use strict;
use HTTP::Daemon;
use HTTP::Status;
use IO::Handle;
use FileHandle;
use POSIX qw(:errno_h :sys_wait_h mkfifo strerror);
Andy.