Date: Tue, 25 May 1999 21:52:48 -0500 From: "Scot W. Hetzel" <hetzels@westbend.net> To: "Jeff Lush" <jeff@nerdpower.com> Cc: <ports@FreeBSD.ORG> Subject: Re: MySQL port problem Message-ID: <015201bea722$d72b0500$8dfee0d1@westbend.net> References: <000401bea70a$d8a731a0$15256c18@flanders.nerdpower.net>
next in thread | previous in thread | raw e-mail | index | archive | help
From: Jeff Lush <jeff@nerdpower.com> > The port installs no problem; however, when I attempt to start either > safe_mysqld or mysql I get an error stating that libstdc++.so.3 cannot be > found in /usr/libexec. I have tried both a fresh install of mysql-3.22.22 > and upgrading from mysql-3.21.x. As well, In an effort to fix the problem, I libstdc++.so.3 is only in 4.0-Current. As that library is not on any of my 3.1-STABLE or 3.2-RELEASE systems. You downloaded the wrong mysql package, the package you downloaded is for 4.0-Current. Since your running 3.1-Stable, you need to fetch the package for 3.[1,2]-Release > I would like to use a package rather than a source install of mysql due to > my inexperience with FreeBSD and Unix in general. > Using source is quite easy, just do the following: cd /usr/ports/databases/mysql322 make install This will fetch the mysql source, and optionally the Perl 5 sources. It will then compile the sources and install the files onto your system. > Once again, I am using FreeBSD 3.1 stable with the upgrade kit on a PPro > 200. > > If you could point me in the direction of a newsgroup or mailing list > dealing with these types of problems I would appreciate it. > This is the correct forum for these problems. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?015201bea722$d72b0500$8dfee0d1>