Re: Cannot built PL/Tcl because Tcl is not a shared library; skipping it

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "lise chhay" <lise(dot)chhay(at)mail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Cannot built PL/Tcl because Tcl is not a shared library; skipping it
Date: 2004-06-07 14:10:03
Message-ID: 2833.1086617403@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"lise chhay" <lise(dot)chhay(at)mail(dot)com> writes:
> For tcl, I've run ./configure --enable-shared to have a tcl like a shared library and for tk, I've run ./configure
> --enable-shared --with-tcl to have a tk like a shared library. The installation of tcl and of tk work fine.

> For postgreSQL, I've run ./configure --with-tclconfig --with-tkconfig
> --with-openssl --without-readline.

I think you forgot --with-tcl in that. The other switches don't imply
--with-tcl, so the configure work needed to find Tcl didn't get done.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Randall Perry 2004-06-07 14:28:31 Mac OS 10.3.4: pgsql fails to launch at boot
Previous Message Christopher Smiga 2004-06-07 13:29:13 Where can I find PostgreSQL for Solaris SPARC and x86 platforms?