vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Ok, I try to execute ./configure script and receive a message "check pgsql in /usr/local/pgsql.. failed" but it is a real path of my postgreSQL installation - server is run from this location, all databases located in /usr/local/pgsql/data etc. OS - SuSE 9.2 pro, postgreSQL 8.0.0 And I try to install pgAdmin III v1.2.0 |
| ||||
| mef пишет: > Ok, I try to execute ./configure script and receive a message > "check pgsql in /usr/local/pgsql…. failed" but it is a real path of my > postgreSQL installation - server is run from this location, all > databases located in /usr/local/pgsql/data etc. > > OS - SuSE 9.2 pro, postgreSQL 8.0.0 > And I try to install pgAdmin III v1.2.0 > > 1) install postgresql-devel package if you use PostgreSQL from rpm 2) use ./configure --with-pgsql=/usr/local/pgsq if you install PostgreSQL from source with default prefix ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend |