From owner-freebsd-questions@FreeBSD.ORG Sun Mar 18 14:44:41 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D874216A405 for ; Sun, 18 Mar 2007 14:44:41 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.freebsd.org (Postfix) with ESMTP id 7014113C483 for ; Sun, 18 Mar 2007 14:44:41 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so1080352ugh for ; Sun, 18 Mar 2007 07:44:40 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YzLrbICTW4f3J8Cp7ib1VPkI9qQXPhVBNT3Ic1ctLl6genb6YSddSfnZnEQPCAt7MTo5SUbF0Wi//NyDq9N97l62PqL4n779W1alG06IWVFzQhig+wi3cL83zQ1TeDgH6hC1xd8g/FzMgIV+cGld2jKDVrTAheZa77oBEd7lnfM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LrsERdFKaS2HFwYH8PevEI+ybMP+Kf/sNWBdXWkGkAwusuzrXfN4Vu9HmxUYtFy94kqUOyPUypELUOvsNvqArYOLuSANcSkWBJqo2fxp9tmkCECFM1UBEdUS/SaMarOKj5kdzSoGaG+CjjqnUWaadswoMwyhuPN39nsrcGf+MJQ= Received: by 10.65.61.16 with SMTP id o16mr6837454qbk.1174227450611; Sun, 18 Mar 2007 07:17:30 -0700 (PDT) Received: by 10.114.192.12 with HTTP; Sun, 18 Mar 2007 07:17:30 -0700 (PDT) Message-ID: Date: Sun, 18 Mar 2007 15:17:30 +0100 From: usleepless@gmail.com To: Frank In-Reply-To: <000601c76960$54543490$6901a8c0@hollingsfef1b8> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <000601c76960$54543490$6901a8c0@hollingsfef1b8> Cc: freebsd-questions@freebsd.org Subject: Re: about MySQL install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Mar 2007 14:44:41 -0000 Frank, On 3/18/07, Frank wrote: > hi, > i have questions about install MySQL in FreeBSD 6.0, after type # make > it would be display like bottom. > > make all-recursive > Making all in . > Making all in include > make all-am > Making all in Docs > Making all in cmd-line-utils > Making all in libedit > Making all in sql-common > Making all in pstack > Making all in aout > Making all in strings > Making all in mysys > Making all in dbug > /bin/sh ../libtool --preserve-dup-deps --tag=CC --mode=link gcc -O3 > -DDBUG_OFF -o factorial my_main.o factorial.o libdbug.a > ../mysys/libmysys.a ../strings/libmystrings.a -lc_r -lcrypt -lm -lc_r > gcc -O3 -DDBUG_OFF -o factorial my_main.o factorial.o libdbug.a > ../mysys/libmysys.a ../strings/libmystrings.a -lcrypt -lm > ../mysys/libmysys.a(my_thr_init.o) (.text+0x5f): In function > 'my_thread_global_end': > :undefined reference to 'pthread_cond_timedwait' > *** Error code 1 > > Stop in /usr/home/frank/mysql-5.0.33/dbug. > *** Error code 1 > > Stop in /usr/home/frank/mysql-5.0.33. > *** Error code 1 > > Stop in /usr/home/frank/mysql-5.0.33. > > > P.S I'm a new, so i don't know how to solve this problem hope you can solve > for me easily. no problem. you need to install one of the mysql-ports from /usr/ports/databases regards, usleep