Обсуждение: Bug #632: Problem configuring postgresql

Поиск
Список
Период
Сортировка

Bug #632: Problem configuring postgresql

От
pgsql-bugs@postgresql.org
Дата:
Pierre (pierre@epinetworx.com) reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
Problem configuring postgresql

Long Description
Hi,

I try to configure postgresql-7.2.1 on my linux slackware 8 with gcc-3.0.4,
and i got this :

[...]
checking for tclsh... no
checking for tcl... no
checking for tclConfig.sh... configure: error: unable to locate tclConfig.sh because no Tcl shell was found


But I have tclsh here:
/usr/local/bin/tclsh8.4
and also tclConfig.sh :
/usr/local/lib/tclConfig.sh




It would be great if you could help me with this !

Best regards,

Pierre.


Sample Code


No file was uploaded with this report

Re: Bug #632: Problem configuring postgresql

От
Tom Lane
Дата:
pgsql-bugs@postgresql.org writes:
> checking for tclsh... no
> checking for tcl... no
> checking for tclConfig.sh... configure: error: unable to locate tclConfig.sh because no Tcl shell was found

> But I have tclsh here:
> /usr/local/bin/tclsh8.4

I don't think configure will find it under that name.  Do you have it
linked to plain "tclsh"?

You might need to use --with_tclconfig if you can't figure out another
way.

            regards, tom lane