Re: Install problems
"Ben Tilly" <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.dbdpg |
|---|---|
| Message-ID | <[email protected]> |
On Thu, May 29, 2008 at 5:53 PM, Fred Moyer <fred-3BbYVzP+qW3iLJGoLe449gC/[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