Discussion:
Cannot built PL/Tcl because Tcl is not a shared library; skipping it
(too old to reply)
lise chhay
2004-06-07 12:55:19 UTC
Permalink
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. The
installation of postgreSQL work fine.
When I am at the location postgresql-7.4.2/src/pl/tcl, to launch make. I got an error message :
Cannot built PL/Tcl because Tcl is not a shared library; skipping it

Can you reply to me, please. Thanks
--
___________________________________________________________
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm


---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org
Tom Lane
2004-06-07 14:10:03 UTC
Permalink
Post by lise chhay
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

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to ***@postgresql.org so that your
message can get through to the mailing list cleanly

Loading...