On Mon, Jul 5, 2010 at 6:15 PM, Shaun Langley <[email protected]> wrote: > it returns /Library/PostgreSQL/8.4/lib > > what's the option syntax to add the lib directory during configuration? can > I specify something like > > --with-libdir='/Library/PostgreSQL/8.4/lib' >
The option should be --libdir='/Library/PostgreSQL/8.4/lib'. Give it a try Best regards, Jorge > Cheers, > Shaun > On Jul 5, 2010, at 11:51 AM, Jorge Arévalo wrote: > >> On Mon, Jul 5, 2010 at 5:19 PM, Shaun Langley <[email protected]> wrote: >>> Yes it still complains it can't find libpq. >>> >> >> I didn't try it on mac, but in Windows, I had to add the lib directory to >> PATH. >> >> What happens if you execute pg_config --libdir? >> >>> -------------------------- >>> Shaun Langley >>> Graduate Student >>> 208 Manly Miles >>> Michigan State University >>> East Lansing, MI 48824 >>> (517) 974-9346 >>> >>> Sent from my iPad >>> >>> >>> On Jul 5, 2010, at 10:48 AM, Pierre Racine <[email protected]> >>> wrote: >>> >>>> So now that you had it manually does it still complain that it can not >>>> find libpq? >>>> >>>> Some systems need us to explicit some installation paths (like Windows) in >>>> the configure command. >>>> >>>> Pierre >>>> >>>>> -----Original Message----- >>>>> From: [email protected] [mailto:postgis-users- >>>>> [email protected]] On Behalf Of Shaun Langley >>>>> Sent: 2 juillet 2010 19:14 >>>>> To: postgis-users >>>>> Subject: [postgis-users] WKT raster installation on mac >>>>> >>>>> I'm trying to install WKT Raster on Mac OS X, using the enterprisedb >>>>> installation of postgres, and postgis through the stackbuilder. I've >>>>> run into a problem when running the ./configure for WKT Raster as it >>>>> returns an error saying that it cannot locate libpq. The installation >>>>> of postgres is found at /Library/Postgres/8.4/ and libpq is located >>>>> within lib/. I had to manully specify the location of pg_config which >>>>> I did successfully. Any suggestions on how to proceed? >>>>> >>>>> Regards, >>>>> Shaun >>>>> -------------------------- >>>>> Shaun Langley >>>>> Graduate Student, PhD >>>>> Department of Geography >>>>> Michigan State University >>>>> Home: (517) 974-9346 >>>>> _______________________________________________ >>>>> postgis-users mailing list >>>>> [email protected] >>>>> http://postgis.refractions.net/mailman/listinfo/postgis-users >>>> _______________________________________________ >>>> postgis-users mailing list >>>> [email protected] >>>> http://postgis.refractions.net/mailman/listinfo/postgis-users >>> _______________________________________________ >>> postgis-users mailing list >>> [email protected] >>> http://postgis.refractions.net/mailman/listinfo/postgis-users >>> >> >> >> >> -- >> Jorge Arévalo >> DEIMOS Space >> Internet & Mobilty Division >> Ronda de Poniente 19. Edificio Fiteni VI, portal 2, 2º >> 28760 Tres Cantos (Madrid) >> Tel: +34 91 806 34 50 - ext: 155 >> [email protected] >> http://gis4free.wordpress.com >> _______________________________________________ >> postgis-users mailing list >> [email protected] >> http://postgis.refractions.net/mailman/listinfo/postgis-users > > -------------------------- > Shaun Langley > Graduate Student, PhD > Department of Geography > Michigan State University > Home: (517) 974-9346 > > > _______________________________________________ > postgis-users mailing list > [email protected] > http://postgis.refractions.net/mailman/listinfo/postgis-users > -- Jorge Arévalo DEIMOS Space Internet & Mobilty Division Ronda de Poniente 19. Edificio Fiteni VI, portal 2, 2º 28760 Tres Cantos (Madrid) Tel: +34 91 806 34 50 - ext: 155 [email protected] http://gis4free.wordpress.com _______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
