Thread: Re: [ADMIN] pgmonitor completed
You don't need pltcl, just libtcl. > > I tried to intall pltcl, but failed when I tried to build a > pltcl.so > it seems hangging on there forever, what's wrong?? > > su-2.04# cd /work/src/pgsql702/src/pl/tcl/ > su-2.04# ls > CVS mkMakefile.tcldefs.sh.in > INSTALL modules > Makefile pltcl.c > license.terms pltcl_guide.nr > mkMakefile.tcldefs.sh test > su-2.04# gmake > Makefile:22: Makefile.tcldefs: No such file or directory > /bin/sh ./mkMakefile.tcldefs.sh > ^Cgmake: *** Deleting file `Makefile.tcldefs' > gmake: *** [Makefile.tcldefs] Interrupt > > > Jie LIANG > > St. Bernard Software > > 10350 Science Center Drive > Suite 100, San Diego, CA 92121 > Office:(858)320-4873 > > jliang@ipinc.com > www.stbernard.com > www.ipinc.com > > > -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 853-3000+ If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania19026
What I need to do to install libtcl Do I still need to createlang -d dbname pltcl?? and when?? Jie LIANG St. Bernard Software 10350 Science Center Drive Suite 100, San Diego, CA 92121 Office:(858)320-4873 jliang@ipinc.com www.stbernard.com www.ipinc.com On Sat, 7 Apr 2001, Bruce Momjian wrote: > You don't need pltcl, just libtcl. > > > > > I tried to intall pltcl, but failed when I tried to build a > > pltcl.so > > it seems hangging on there forever, what's wrong?? > > > > su-2.04# cd /work/src/pgsql702/src/pl/tcl/ > > su-2.04# ls > > CVS mkMakefile.tcldefs.sh.in > > INSTALL modules > > Makefile pltcl.c > > license.terms pltcl_guide.nr > > mkMakefile.tcldefs.sh test > > su-2.04# gmake > > Makefile:22: Makefile.tcldefs: No such file or directory > > /bin/sh ./mkMakefile.tcldefs.sh > > ^Cgmake: *** Deleting file `Makefile.tcldefs' > > gmake: *** [Makefile.tcldefs] Interrupt > > > > > > Jie LIANG > > > > St. Bernard Software > > > > 10350 Science Center Drive > > Suite 100, San Diego, CA 92121 > > Office:(858)320-4873 > > > > jliang@ipinc.com > > www.stbernard.com > > www.ipinc.com > > > > > > > > > -- > Bruce Momjian | http://candle.pha.pa.us > pgman@candle.pha.pa.us | (610) 853-3000 > + If your life is a hard drive, | 830 Blythe Avenue > + Christ can be your backup. | Drexel Hill, Pennsylvania 19026 >
No, I was wrong in even mentioning libpgtcl. You don't even need that. pgmonitor does not connect to the database at any time. I should run as a shell script if you have tcl/tk >= 8.0 installed. > > What I need to do to install libtcl > > Do I still need to > createlang -d dbname pltcl?? > and when?? > > > Jie LIANG > > St. Bernard Software > > 10350 Science Center Drive > Suite 100, San Diego, CA 92121 > Office:(858)320-4873 > > jliang@ipinc.com > www.stbernard.com > www.ipinc.com > > On Sat, 7 Apr 2001, Bruce Momjian wrote: > > > You don't need pltcl, just libtcl. > > > > > > > > I tried to intall pltcl, but failed when I tried to build a > > > pltcl.so > > > it seems hangging on there forever, what's wrong?? > > > > > > su-2.04# cd /work/src/pgsql702/src/pl/tcl/ > > > su-2.04# ls > > > CVS mkMakefile.tcldefs.sh.in > > > INSTALL modules > > > Makefile pltcl.c > > > license.terms pltcl_guide.nr > > > mkMakefile.tcldefs.sh test > > > su-2.04# gmake > > > Makefile:22: Makefile.tcldefs: No such file or directory > > > /bin/sh ./mkMakefile.tcldefs.sh > > > ^Cgmake: *** Deleting file `Makefile.tcldefs' > > > gmake: *** [Makefile.tcldefs] Interrupt > > > > > > > > > Jie LIANG > > > > > > St. Bernard Software > > > > > > 10350 Science Center Drive > > > Suite 100, San Diego, CA 92121 > > > Office:(858)320-4873 > > > > > > jliang@ipinc.com > > > www.stbernard.com > > > www.ipinc.com > > > > > > > > > > > > > > > -- > > Bruce Momjian | http://candle.pha.pa.us > > pgman@candle.pha.pa.us | (610) 853-3000 > > + If your life is a hard drive, | 830 Blythe Avenue > > + Christ can be your backup. | Drexel Hill, Pennsylvania 19026 > > > > -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 853-3000+ If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania19026
I believe what we are talking about is diff, I am trying to install pltcl language on my db not pgmonitor. When I wand to build a pltcl.so, I got following msg, I want to know there's any wrong? Thanks anyway. Jie LIANG St. Bernard Software 10350 Science Center Drive Suite 100, San Diego, CA 92121 Office:(858)320-4873 jliang@ipinc.com www.stbernard.com www.ipinc.com On Sat, 7 Apr 2001, Bruce Momjian wrote: > No, I was wrong in even mentioning libpgtcl. You don't even need that. > pgmonitor does not connect to the database at any time. I should run as > a shell script if you have tcl/tk >= 8.0 installed. > > > > > What I need to do to install libtcl > > > > Do I still need to > > createlang -d dbname pltcl?? > > and when?? > > > > > > Jie LIANG > > > > St. Bernard Software > > > > 10350 Science Center Drive > > Suite 100, San Diego, CA 92121 > > Office:(858)320-4873 > > > > jliang@ipinc.com > > www.stbernard.com > > www.ipinc.com > > > > On Sat, 7 Apr 2001, Bruce Momjian wrote: > > > > > You don't need pltcl, just libtcl. > > > > > > > > > > > I tried to intall pltcl, but failed when I tried to build a > > > > pltcl.so > > > > it seems hangging on there forever, what's wrong?? > > > > > > > > su-2.04# cd /work/src/pgsql702/src/pl/tcl/ > > > > su-2.04# ls > > > > CVS mkMakefile.tcldefs.sh.in > > > > INSTALL modules > > > > Makefile pltcl.c > > > > license.terms pltcl_guide.nr > > > > mkMakefile.tcldefs.sh test > > > > su-2.04# gmake > > > > Makefile:22: Makefile.tcldefs: No such file or directory > > > > /bin/sh ./mkMakefile.tcldefs.sh > > > > ^Cgmake: *** Deleting file `Makefile.tcldefs' > > > > gmake: *** [Makefile.tcldefs] Interrupt > > > > > > > > > > > > Jie LIANG > > > > > > > > St. Bernard Software > > > > > > > > 10350 Science Center Drive > > > > Suite 100, San Diego, CA 92121 > > > > Office:(858)320-4873 > > > > > > > > jliang@ipinc.com > > > > www.stbernard.com > > > > www.ipinc.com > > > > > > > > > > > > > > > > > > > > > -- > > > Bruce Momjian | http://candle.pha.pa.us > > > pgman@candle.pha.pa.us | (610) 853-3000 > > > + If your life is a hard drive, | 830 Blythe Avenue > > > + Christ can be your backup. | Drexel Hill, Pennsylvania 19026 > > > > > > > > > > -- > Bruce Momjian | http://candle.pha.pa.us > pgman@candle.pha.pa.us | (610) 853-3000 > + If your life is a hard drive, | 830 Blythe Avenue > + Christ can be your backup. | Drexel Hill, Pennsylvania 19026 >