Re: Problems installing pltcl

From: Peter Keller <peter(dot)keller(at)bvv(dot)bayern(dot)de>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Problems installing pltcl
Date: 2000-07-10 13:13:21
Message-ID: 3969CBF1.358CD6FF@bvv.bayern.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Peter Eisentraut wrote:
> > I tried to install PostgreSQL 7.0.2. Everything looked fine but the file
> > 'pltcl.so' was not installed. But this is needed for creating functions
> > in TCL! What did I make wrong?
>
> We need more information than that, in particular the make output.

OK, here are more detailed informations:
im running
PostgreSQL 7.0.2 on i686-pc-linux-gnu, compiled by gcc egcs-2.91.66

configure:
./configure --prefix=/opt/local/DWH --with-tcl
--with-tkconfig=/opt/local/DWH/lib --exec_prefix=/opt/local/DWH
--with-tclconfig=/opt/local/DWH/lib

the output of the configure is:
...
checking setting USE_TCL... enabled
...
creating interfaces/libpgtcl/Makefile
...
creating pl/plpgsql/src/Makefile
creating pl/plpgsql/src/mklang.sql
creating pl/tcl/mkMakefile.tcldefs.sh

and finaly the output of the makefile:
...
make -C pl all
make[1]: Entering directory `/DWH/PRG/postgresql-7.0.2/src/pl'
make -C plpgsql all
make[2]: Entering directory `/DWH/PRG/postgresql-7.0.2/src/pl/plpgsql'
make -C src all
make[3]: Entering directory
`/DWH/PRG/postgresql-7.0.2/src/pl/plpgsql/src'
...
make[3]: Leaving directory
`/DWH/PRG/postgresql-7.0.2/src/pl/plpgsql/src'
make[2]: Leaving directory `/DWH/PRG/postgresql-7.0.2/src/pl/plpgsql'
make[1]: Leaving directory `/DWH/PRG/postgresql-7.0.2/src/pl'
All of PostgreSQL is successfully made. Ready to install.

Do you need some more informations?
Thanks,
Peter

--
Bezirksfinanzdirektion Muenchen
Vermessungsabteilung
.........................................................
Peter Keller : Tel: (+49) 089-2190-2594
Vermessungsrat z.A.: Fax: (+49) 089-2190-2459
Alexandrastr. 3 : mailto:Peter(dot)Keller(at)bvv(dot)bayern(dot)de
80538 Muenchen : web: http://www.bayern.de/vermessung

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2000-07-10 13:21:22 Re: Slashdot discussion
Previous Message Bruce Momjian 2000-07-10 13:10:09 Re: Re: [GENERAL] PostgreSQL vs. MySQL