Date: Tue, 5 Aug 2003 02:07:39 +0100 From: Jez Hancock <jez.hancock@munk.nu> To: freebsd-questions@FreeBSD.ORG Subject: Re: Using MySQL in FreeBSD Message-ID: <20030805010739.GA41959@users.munk.nu> In-Reply-To: <NDBBJGECJKHHIEBPPBGHMEALDPAA.nelson.keith.headley@wcom.com> References: <NDBBJGECJKHHIEBPPBGHMEALDPAA.nelson.keith.headley@wcom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Aug 04, 2003 at 05:22:49PM -0700, Nelson Headley wrote: > I have a binary file for an application and it is trying to use MySQL. > When the program tries to run I get and error "can't find shared program > libmysqlclient.so.10." > > I loaded FreeBDS 5.0 from a CD include in the book "The Complete Reference > to FreeBSD" > by McGraw-Hill/Osborne, written by Roderick W. Smith. > I loaded the FreeBSD 4.0 files for compatibility for my application (a SIP > Server program from > IPTEL.org). The program runs fine if I do not try to use MySQL. What do I > need to load to > add the required programs. cd /usr/ports/databases/mysql323-client && make clean install should do the trick. -- Jez http://www.munk.nu/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030805010739.GA41959>