Re: [GENERAL] installing DBD::Pg without installing postgres

2001-04-24 Thread Fran Fabrizio
Michelle & John> Yes, that's exactly what I am trying to accomplish. I am setting up a network monitoring application for our support personnel, and I have multiple people all examining data that gets reported to a central database. So I didn't relish the idea of installing postgres on all of

Re: [GENERAL] installing DBD::Pg without installing postgres

2001-04-23 Thread Jeff Duffy
On Mon, 23 Apr 2001 16:30:43 -0400, Fran Fabrizio alluded: > > Hello, > > It seems that there should be a way to install the DBD Pg module without > having to install postgres on the local machine. I tried installing > just the libs rpm, but that didn't seem to do the trick. I've done s

Re: [GENERAL] installing DBD::Pg without installing postgres

2001-04-23 Thread John Madden
> I don't know a lot of detail about how DBD::Pg works, but I do know that > during installation (whether from tarball or CPAN, which I think is the > best way to install perl modules), it requires the path of your postgres > libraries and includes - so I guess it depends on a postgres > installat

Re: [GENERAL] installing DBD::Pg without installing postgres

2001-04-23 Thread Michelle Murrain
On Monday 23 April 2001 06:04 pm, Lamar Owen wrote: > Fran Fabrizio wrote: > > Hello, > > > > It seems that there should be a way to install the DBD Pg module without > > having to install postgres on the local machine. I tried installing > > just the libs rpm, but that didn't seem to do the tric

Re: [GENERAL] installing DBD::Pg without installing postgres

2001-04-23 Thread Fran Fabrizio
> What's the dependencies for the DBD::Pg RPM? Satisfy those > dependencies, and properly set up for client-server communications with > a postgresql server, and it _should_ just _work_. Well, if I had known what it took to satisfy the dependencies, I wouldn't have needed to post here. ;-)

Re: [GENERAL] installing DBD::Pg without installing postgres

2001-04-23 Thread Lamar Owen
Fran Fabrizio wrote: > > Hello, > > It seems that there should be a way to install the DBD Pg module without > having to install postgres on the local machine. I tried installing > just the libs rpm, but that didn't seem to do the trick. I've done some What's the dependencies for the DBD::Pg