|
Home > Archive > PostgreSQL Discussion > March 2006 > configure: error: file 'tclConfig.sh' is required for Tcl
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
configure: error: file 'tclConfig.sh' is required for Tcl
|
|
| Teresa Noviello 2006-03-31, 3:30 am |
| hi!
I configure postgresql-8.1.3 on fedora core 4 with
"./configure --with-perl --with-python --enable-nls --with-openssl
--enable-debug --enable-cassert --with-tcl"
and being root.
I've got this error:
[snip configure output]
checking for tclsh... /usr/bin/tclsh
checking for tclConfig.sh... no
configure: error: file 'tclConfig.sh' is required for Tcl
---
I've veryfied tcl'installation with
[root@freddie pgsql]# rpm -qa | grep tcl
tcl-8.4.9-3
but in directories /usr/lib/tcl8.4, /usr/share/tcl8.4, there ISN'T the file
tclConfig.sh.
How can i do?
I've tried to uninstall tcl and re-install it with yum, but the result is
the same...i still have not that 'tclConfig.sh' file!!
help me please..!
Tery
--
Teresa Noviello
Chiedersi Sempre:"Avro' il tempo di rifarlo?"
| |
| Markus Wollny 2006-03-31, 3:30 am |
| Hi!
Being a Debian-user I haven't really got a clue about Fedora Core, but have you tried installing the tcl-devel-package?
Kind regards
Markus
____________________
____________
Von: pgsql-general-owner@postgresql.org [mailto:pgsql-general-owner@postgresql.org] Im Auftrag von Teresa Noviello
Gesendet: Freitag, 31. März 2006 10:16
An: pgsql-general@postgresql.org
Betreff: [GENERAL] configure: error: file 'tclConfig.sh' is required for Tcl
[...]
I've veryfied tcl'installation with
[root@freddie pgsql]# rpm -qa | grep tcl
tcl-8.4.9-3
but in directories /usr/lib/tcl8.4, /usr/share/tcl8.4, there ISN'T the file tclConfig.sh.
[...]
---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?
http://archives.postgresql.org
| |
| Teresa Noviello 2006-03-31, 3:30 am |
| I've installed tcl-devel-package!!!
NOW IT WORKS!...
(in my honest opinion it had to work also without it, but that's another
story!)
THANKS!!!
Tery
On 3/31/06, Markus Wollny <Markus.Wollny@computec.de> wrote:
>
> Hi!
>
> Being a Debian-user I haven't really got a clue about Fedora Core, but
> have you tried installing the tcl-devel-package?
>
> Kind regards
>
> Markus
>
>
> ____________________
____________
>
> Von: pgsql-general-owner@postgresql.org [mailto:
> pgsql-general-owner@postgresql.org] Im Auftrag von Teresa Noviello
> Gesendet: Freitag, 31. März 2006 10:16
> An: pgsql-general@postgresql.org
> Betreff: [GENERAL] configure: error: file 'tclConfig.sh' is
> required for Tcl
> [...]
> I've veryfied tcl'installation with
> [root@freddie pgsql]# rpm -qa | grep tcl
> tcl-8.4.9-3
>
> but in directories /usr/lib/tcl8.4, /usr/share/tcl8.4, there ISN'T
> the file tclConfig.sh.
>
> [...]
>
--
Teresa Noviello
Chiedersi Sempre:"Avro' il tempo di rifarlo?"
| |
| Tom Lane 2006-03-31, 9:31 am |
| "Teresa Noviello" <lunicateresa@gmail.com> writes:
> I've installed tcl-devel-package!!!
> NOW IT WORKS!...
> (in my honest opinion it had to work also without it, but that's another
> story!)
Why do you think that? In general, the point of a foo-devel package is
to carry the files needed to build (as opposed to just run) programs
that use the foo package. That exactly describes what you're doing
here, and that's why you needed tcl-devel.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match
|
|
|
|
|