You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by Karl Lehenbauer <ka...@superconnect.net> on 2003/01/11 17:26:41 UTC

OK I figured it out (can't find libmysqlclient), I wonder what the long term fix is

OK, I modified /usr/ports/databases/mysqltcl/files/Makefile.bsd to add 
a "-rpath ${PREFIX}/lib/mysql" to the
LDADD line that links libmysqlclient:

LDADD  +=     -rpath ${PREFIX}/lib/mysql -L${PREFIX}/lib/mysql 
-lmysqlclient

We had this problem with Postgres too.

It's something we need to solve or people are going to be very 
frustrated with Rivet, at least under FreeBSD.


---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-dev-help@tcl.apache.org


Re: OK I figured it out (can't find libmysqlclient), I wonder what the long term fix is

Posted by "David N. Welton" <da...@dedasys.com>.
Karl Lehenbauer <ka...@superconnect.net> writes:

> It's something we need to solve or people are going to be very
> frustrated with Rivet, at least under FreeBSD.

What's the root cause of the problem, though?  Why would Rivet be
different be different from regular tclsh?

-- 
David N. Welton
   Consulting: http://www.dedasys.com/
     Personal: http://www.dedasys.com/davidw/
Free Software: http://www.dedasys.com/freesoftware/
   Apache Tcl: http://tcl.apache.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-dev-help@tcl.apache.org