Ask a Question related to PERL Modules, Design and Development.
-
Alexander Oberhuber #1
Bot::BasicBot install problems
Hi there,
I excuse for being a newbie to Perl-modules; however, not to Perl.
That said, I have the following problem: I want to install the Bot::BasicBot
package to my Linux system (Suse 10), however the installation isn't really
straightforward. It seems to need a lot of other modules, which the
installation simply does not fetch automatically. It needs POE:: stuff, and I
don't know which, and where to get it.
Isn't there any easy way to install Bot::BasicBot and all its needed modules
in one swoop? I always use the usual
perl Makefile.PL
make
make install
but that just doesn't do it all.
Thanks for your help...
Alexander Oberhuber Guest
-
INSTALL Problems on OSX
I tried to install coldfusion-61-other.jar for OSX but when I double clicked - it said install on the file menu - but nothing else and no window... -
CF7 Install Problems STILL!
Has anyone figured out the solution to this "bad download" problem. I see posts from the 9th of February and the same problem still exists. I've... -
[PHP] Install problems (GD) on Red Hat
I am trying to install php-5.0.0b1 on a Red Hat 9.0 box. I had recently had it installed with apache but did not have gd support. Now that I need it... -
more install problems
Okay, this supersedes the previous. I have succeeded in installing Woody on the Thinkpad, using the 'dummy' network interface. A stack of errors... -
Install Problems
I'm trying to install debian 3.0 woody on a Dell PE1400 with a MegaRaid Pci card installed. I get the install to load the module (megaraid.o) off... -
Jim Gibson #2
Re: Bot::BasicBot install problems
In article <11e2e$4444b78b$506ddbc2$26513@news.chello.at>, Alexander
Oberhuber <aloh@x-mail.net> wrote:
There is a CPAN module that will install prerequisite modules for you.> Hi there,
>
> I excuse for being a newbie to Perl-modules; however, not to Perl.
> That said, I have the following problem: I want to install the Bot::BasicBot
> package to my Linux system (Suse 10), however the installation isn't really
> straightforward. It seems to need a lot of other modules, which the
> installation simply does not fetch automatically. It needs POE:: stuff, and I
> don't know which, and where to get it.
> Isn't there any easy way to install Bot::BasicBot and all its needed modules
> in one swoop? I always use the usual
>
> perl Makefile.PL
> make
> make install
>
> but that just doesn't do it all.
Use this command to run the CPAN shell:
sudo perl -MCPAN -e shell
and, if it is the first time you run this command, answer the
questions. Most of the defaults work. Pay attention to the dependencies
question and answer appropriately (can't remember exactly what the
question or answers are, however).
Jim Gibson Guest
-
harryfmudd [AT] comcast [DOT] net #3
Re: Bot::BasicBot install problems
Jim Gibson wrote:
With a reasonably current CPAN, you get a stub script called cpan which> In article <11e2e$4444b78b$506ddbc2$26513@news.chello.at>, Alexander
> Oberhuber <aloh@x-mail.net> wrote:
>
>>>>Hi there,
>>
>>I excuse for being a newbie to Perl-modules; however, not to Perl.
>>That said, I have the following problem: I want to install the Bot::BasicBot
>>package to my Linux system (Suse 10), however the installation isn't really
>>straightforward. It seems to need a lot of other modules, which the
>>installation simply does not fetch automatically. It needs POE:: stuff, and I
>>don't know which, and where to get it.
>>Isn't there any easy way to install Bot::BasicBot and all its needed modules
>>in one swoop? I always use the usual
>>
>>perl Makefile.PL
>>make
>>make install
>>
>>but that just doesn't do it all.
>
> There is a CPAN module that will install prerequisite modules for you.
> Use this command to run the CPAN shell:
>
> sudo perl -MCPAN -e shell
>
> and, if it is the first time you run this command, answer the
> questions. Most of the defaults work. Pay attention to the dependencies
> question and answer appropriately (can't remember exactly what the
> question or answers are, however).
is equivalent to all of the above but 'sudo'.
You may _not_ want to sudo cpan, because of problems with the ownership
of your gpg key file, if any. When you configure CPAN, you will get the
opportunity to tell it to 'sudo make' on the install, instead of just
'make'.
[url]http://mirrors.cpan.org/[/url] has information to help you pick your list of
mirrors.
Tom Wyant
harryfmudd [AT] comcast [DOT] net Guest



Reply With Quote

