Ok...I did a ps ax and noticed that I still had processes running from
prior to my server crashing...so I killed all those processes
Then connected to CPAN and went through the processes I did before:
install Bundle::CPAN --> already installed
install Bundle::DBI --> already installed
Then when I got to install DBD::Pg, I keep getting the same error:
==============
Configuring Pg
Remember to actually read the README file !
please set environment variables POSTGRES_INCLUDE and POSTGRES_LIB !
Running make test
Make had some problems, maybe interrupted? Won't test
Running make install
Make had some problems, maybe interrupted? Won't install
==============
I have read and re-read the readme file and there is nothing in there
explainging this to me; I cannot run this as non-su - I have to be root due
to permissions...I cannot connect to CPAN unless I am root....please
help....
;-(
Ronald J Kimball wrote:
> On Mon, Apr 16, 2001 at 12:46:04PM -0500, N@ta$ wrote:
>
> > How can I correct this? And do the tests I did above actually install
> > the modules?
>
> No, make test does not install a module. You have to make install.
>
> Ronald