From owner-freebsd-ports Tue May 25 19:52:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [209.224.254.131]) by hub.freebsd.org (Postfix) with ESMTP id B576314F7A for ; Tue, 25 May 1999 19:52:52 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.8.8/8.8.8) with SMTP id VAA22071; Tue, 25 May 1999 21:52:49 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <015201bea722$d72b0500$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: "Jeff Lush" Cc: References: <000401bea70a$d8a731a0$15256c18@flanders.nerdpower.net> Subject: Re: MySQL port problem Date: Tue, 25 May 1999 21:52:48 -0500 Organization: West Bend Internet MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: Jeff Lush > 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