Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Mar 1998 14:43:44 -0500 (EST)
From:      Bruce Momjian <maillist@candle.pha.pa.us>
To:        shimon@simon-shapiro.org
Cc:        andreas@klemm.gtn.com, pgsql-ports@postgreSQL.org, current@FreeBSD.ORG, scrappy@hub.org
Subject:   Re: [PORTS] RE: pgaccess doesn't run on -current anymore, possibh
Message-ID:  <199803231943.OAA25534@candle.pha.pa.us>
In-Reply-To: <XFMail.980323114245.shimon@simon-shapiro.org> from "Simon Shapiro" at Mar 23, 98 11:42:45 am

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> 
> On 23-Mar-98 Bruce Momjian wrote:
> >> They insist that all traces of /usr/local/include/tcl.h,
> >> /usr/local/lib/libtcl.* are removed before any tcl/tk will be built.
> >> There was a whole thread on this.  Sorry.  Not the ports tree, but make
> >> world or something.  The FreeBSD ``port'' of PostgreSQL needs to
> >> acomodate
> >> this.
> > 
> > Yes, this was a bug in the configure stuff, where if it found something
> > in /usr/include, it made TCL_INCDIR="", so the compile did -I with no
> > directory name, and it took the next file as the include directory and
> > failed.
> > 
> > This will be fixed in today's release of 6.3.1.
> 
> Could you please let me knwo when the cvsuup server has been updated?

cvsup is updated now.

> 
>  ...
> 
> > Not sure about FreeBSD, but I have it working on BSDI by creating a
> > shared library version of libpgtcl, and change pgaccess to use that
> > library name.
> 
> Good news.  Now, please tell me:
> 
> a.  How/what to do to create a shared libpgtcl?  I have the make process
>     (after fixing it to include correctly) produce a libpgtcl.so.1.0 with a
>     symlink to libpgtcl.so

I think that is all it takes.

> b. How do I convince pgaccess to use that library?  BTW, where is the
>    executable pgaccess?  My guess is that it is some sort of a wish shell,
>    which knowns about pg, etc.  But what produces it and how?

The executable is src/bin/pgaccess/pgaccess.tcl.  I have to find the
libpqtcl.so line, and edit it.

-- 
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803231943.OAA25534>