Re: Install problems
[email protected] ("Ben Tilly")
| Newsgroups | perl.dbd.pg |
|---|---|
| Message-ID | <[email protected]> |
On Thu, May 29, 2008 at 5:53 PM, Fred Moyer <[email protected]> wrote: > You need root privileges to install - try 'sudo make install' > > It looks like you were missing version.pm also, but that looked like a non > critical issue. Alternate solution. If you type "perl -MCPAN -e 'mkmyconfig'" you can set up a personal configuration for CPAN that goes into a personal directory. You can then "use lib" or set the environment variable PERL5LIB to add that path to the search path for modules. Cheers, Ben