Re: [postgis-users] Problems with libql

2012-09-27 Thread Bborie Park
It probably isn't part of ld's search path. Add /opt/PostgreSQL/9.2/lib to /etc/ld.so.conf (or whatever the equivalent is in Ubuntu) and run "ldconfig". Or call configure using... LD_LIBRARY_PATH=/opt/PostgreSQL/9.2/lib ./configure ... -bborie On 09/27/2012 01:52 PM, Mikel Gonzalez Gainza wrot

[postgis-users] Problems with libql

2012-09-27 Thread Mikel Gonzalez Gainza
Hi all! I've been trying to install postgis 2.0.1 but i've been having some problems with the configuration of the source code. Im running an Ubuntu 11.04, with PostgreSQL 9.2 installed on it and all the dependencies of postgis2.0.1 also installed. Still, i get this error here: Using user-specifi