Ah Mr. Wheeler how are you doing!
Actually, I got it taken care of.  I had originally  done the setenv, but
it still didn't work.  I ended up hardcoding path in the Makefile.PL as per
suggested by someone I think you told to do the same thing.
It worked like a charm.
sounds like I'll see you in March during the next Pg meeting.

Patrick Hatcher
Macys.Com
Legacy Integration Developer
415-422-1610 office
HatcherPT - AIM




                                                                                       
                             
                    David Wheeler                                                      
                             
                    <david@kinetic       To:     [EMAIL PROTECTED] (Patrick Hatcher)  
                             
                    ode.com>             cc:     OSX Perl <[EMAIL PROTECTED]>            
                             
                                         Subject:     Re: DBD::Pg install errors       
                             
                    02/07/2003                                                         
                             
                    02:21 PM                                                           
                             
                                                                                       
                             
                                                                                       
                             




Hi Patrick!

On Wednesday, February 5, 2003, at 03:14  PM, Patrick Hatcher wrote:

> Trying to install DBD::Pg 1.21 on Pg 7.3 w/SSL. However when I get to
> make
> test, my process fails.  I've tried other suggestions of setenv
> POSTGRES_LIB=/usr/local/pgsql/lib -lssl but still no success.
> Unfortunately, unloading Pg is not an option.  Any suggestions?
> Below is my ENV settings and output from make Test (sorry about the
> length)

Are you setting POSTGRES_LIB *before* running 'perl Makefile.PL'? If
not, then:

   make distclean
   export POSTGRES_LIB="/usr/local/pgsql/lib -lssl"
   perl Makefile.PL
   make
   make test
   make install

HTH,

David

--
David Wheeler                                     AIM: dwTheory
[EMAIL PROTECTED]                              ICQ: 15726394
                                                Yahoo!: dew7e
                                                Jabber: [EMAIL PROTECTED]
Kineticode. Setting knowledge in motion.[sm]





Reply via email to