"Richard Pfeiffer" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...

>
> Good Evening,

Thank you.

>
> Wondering what list I should send a question to regarding CPAN modules, in
> particular, the intitial config file.
> Ignore the rest of this lengthy diatribe if this is not the correct list.
> :)
>
> When I loaded my first module, actually a bundle, I used:
> perl -MCPAN -e 'install "Bundle::Bugzilla"'
>
> It then prompted for a series of answers, ranging from what mirror sites
I'd
> like to use to where gzip, make, etc., are located.
> Well, since doing that, I have installed a diffent make and am trying
> desperately wanting/trying to tell perl/CPAN this, but not sure exactly
how
> to go about it.   Everytime I run or re-run a module installation, it
still
> runs from the old location and bombs with errors such as:
>
> make: Fatal error:  Command failed for target 'test'
> /usr/ccs/bin/make  test --NOT OK
> Running make install
> make test had returned bad status, won't install without force
>
> Not sure if this is because of a bad make or  just a bad database test,
but
> nonetheless, until I can tell Perl and CPAN where the new version of make
> is, I won't be able to make that distinction.  (and how can I "force" the
> install?)

at your shell, type:

perl -MCPAN -e shell

and at the cpan prompt, type:

o conf init

which will run the configuration program.

Alternatively type 'o conf' on the cpan shell, which will dump the cpan
configuration file to you. Note the parameter you want to change, and type:

o conf parameter "value"
o conf commit

The latter statement will save the changes.

The actual configuration file is somewhere in ~home/.cpan/* but dont
remember exactly where.

This is all off the top of my head, but "o conf init" will definitely run
the configuration program for you.

Todd W.



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to