Opened 10 years ago

Closed 10 years ago

#2922 closed defect (wontfix)

missing postgis.control

Reported by: martinl Owned by: strk
Priority: medium Milestone: PostGIS 2.1.4
Component: build Version: 2.1.x
Keywords: postgis.control Cc:

Description

I have problem with installation of self-compiled PostGIS on Debian Stable.

I configured PostGIS with

./configure --with-gui --with-topology --with-pgconfig=/usr/lib/postgresql/9.1/bin/pg_config

Run:

make
make install

But when I try to create PostGIS extension within existing DB, it fails:

could not open extension control file "/usr/share/postgresql/9.1/extension/postgis.control": No such file or directory

Any idea what could be wrong? Thanks, Martin

Change History (2)

comment:1 by strk, 10 years ago

Check the output of ./configure, make sure that extensions are enabled (could be disabled due to missing dependencies).

If extensions are enabled, check the output of "make install", see where the postgis.control file gets installed.

in reply to:  1 comment:2 by martinl, 10 years ago

Resolution: wontfix
Status: newclosed

Replying to strk:

strangely after installing missing dependencies (GTK, docbook, imagemagick, cunit, dblatex), it started to work. Sorry for the noise.

Note: See TracTickets for help on using tickets.