From: | "Garcia, Joshua" <Joshua(dot)Garcia(at)xerox(dot)com> |
---|---|
To: | "Lan Barnes" <lan(at)falleagle(dot)net> |
Cc: | <pgsql-novice(at)postgresql(dot)org> |
Subject: | Re: pgtcl install help |
Date: | 2006-07-19 17:58:16 |
Message-ID: | E00A3B716AD4C84FB97E42367015E8A00BFF25@usa5911mf01.na.xerox.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
-----Original Message-----
From: Lan Barnes [mailto:lan(at)falleagle(dot)net]
Sent: Wednesday, July 19, 2006 10:07 AM
To: Garcia, Joshua
Subject: Re: [NOVICE] pgtcl install help
On Wed, Jul 19, 2006 at 09:40:21AM -0700, Garcia, Joshua wrote:
>
> I doubt this is the right place to ask, but I couldn't find an
appropriate forum or mailing list so I'll try anyway. I want to install
pgaccess, so I need pgtcl installed. However, I keep getting this error
during a make install:
>
> /net/thebigisland/data2/home/jgarcia/local/bin/install -c
libpgtcl1.5.so /export/home/jgarcia/tcl/lib/pgtcl1.5/libpgtcl1.5.so
> : /export/home/jgarcia/tcl/lib/pgtcl1.5/libpgtcl1.5.so
> Install pgtcl.tcl /export/home/jgarcia/tcl/lib/pgtcl1.5/pgtcl.tcl
> Install pkgIndex.tcl /export/home/jgarcia/tcl/lib/pgtcl1.5
> Installing header files in /export/home/jgarcia/pgtcl/include
> Installing ./generic/libpgtcl.h
> Installing documentation in /export/home/jgarcia/pgtcl/man
> Installing ./doc/*.n
> /net/thebigisland/data2/home/jgarcia/local/bin/install: cannot stat
`./doc/*.n': No such file or directory
> *** Error code 1
> The following command caused the error:
> list='./doc/*.n'; for i in $list; do \
> echo "Installing $i"; \
> rm -f /export/home/jgarcia/pgtcl/man/mann/`basename $i`; \
> /net/thebigisland/data2/home/jgarcia/local/bin/install -c -m 644
$i /export/home/jgarcia/pgtcl/man/mann ; \
> done
> make: Fatal error: Command failed for target `install-doc'
>
>
> Anyone know how to fix this or why this is happening? Thanks.
>
> Josh
>
>> 1. what's your distro?
Sun Solaris 10
>> 2. do you have the distribution media (CDs, DVD)?
If you mean do I have the distro media for Solaris 10, then I don't have
that. But I don't think I'll need it because I'm downloading pgaccess,
pgtcl, tcl and tk from the internet and compiling from source.
>> 3. do you have access to root privileges?
Yes
>> The reason I ask is because in most cases (like SuSE or Red Hat) the
>> distro already has the library in the postgres-tcl rpm. This is from
my
>> RH FC 4 system at work:
>> [lbarnes(at)toto ~]$ locate pgtcl|grep so
>> /usr/lib/Pgtcl/libpgtcl1.5.2.so
>> [lbarnes(at)toto ~]$ rpm -qf /usr/lib/Pgtcl/libpgtcl1.5.2.so
>> postgresql-tcl-8.0.3-1
>> So you should be able to get it installed and running very easily
using
>> the rpm.
Since I'm using Solaris, I'd prefer not to use an rpm. Thanks for the
help. Do you happen to know if there's a good forum/mailing list for
pgtcl? I know this mailing list doesn't specialize in pgtcl, so another
mailing list or forum may be helpful for me.
Thanks,
Josh
--
Lan Barnes
Linux Guy, SCM Specialist
Tcl/Tk Enthusiast
Bush the younger has two things going for him that his father never had.
One: an easy charm with regular people and two: the power to make them
disappear without a trial.
- Bill Maher
From | Date | Subject | |
---|---|---|---|
Next Message | Garcia, Joshua | 2006-07-19 18:02:23 | Delete All Custom Created Functions and Triggers |
Previous Message | Garcia, Joshua | 2006-07-19 16:40:21 | pgtcl install help |