From owner-freebsd-questions@FreeBSD.ORG Sat Jun 11 18:06:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C7E216A41C for ; Sat, 11 Jun 2005 18:06:46 +0000 (GMT) (envelope-from jason@infinitebubble.com) Received: from mail.infinitebubble.com (pia140-70.pioneernet.net [66.114.140.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 102F943D4C for ; Sat, 11 Jun 2005 18:06:45 +0000 (GMT) (envelope-from jason@infinitebubble.com) Received: from localhost (thor.infinitebubble.com [10.10.1.1]) by mail.infinitebubble.com (Postfix) with ESMTP id D5E4E36CB5; Sat, 11 Jun 2005 11:06:44 -0700 (PDT) Received: from mail.infinitebubble.com ([10.10.1.3]) by localhost (thor.infinitebubble.com [10.10.1.1]) (amavisd-new, port 10024) with LMTP id 39826-07; Sat, 11 Jun 2005 11:06:40 -0700 (PDT) Received: from [192.168.1.253] (unknown [192.168.1.253]) by mail.infinitebubble.com (Postfix) with ESMTP id 9189E363E8; Sat, 11 Jun 2005 11:06:39 -0700 (PDT) Message-ID: <42AB282E.3000002@infinitebubble.com> Date: Sat, 11 Jun 2005 11:06:38 -0700 From: Jason Taylor User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050331) X-Accept-Language: en-us, en MIME-Version: 1.0 To: christian@asba.no References: <42A964C8.7010304@asba.no> <42A9B72F.4010201@infinitebubble.com> <42AA9C7C.20707@asba.no> In-Reply-To: <42AA9C7C.20707@asba.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at infinitebubble.com Cc: freebsd-questions@freebsd.org Subject: Re: error when trying to install mysql 4.1.12 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: Sat, 11 Jun 2005 18:06:46 -0000 I'm not sure that command line will work. If I correctly remember what I did, this is what worked for me: % make -DWITH_LINUXTHREADS -DBUILD_OPTIMIZED -DWITH_OPENSSL clean % make -DWITH_LINUXTHREADS -DBUILD_OPTIMIZED -DWITH_OPENSSL % make -DWITH_LINUXTHREADS -DBUILD_OPTIMIZED -DWITH_OPENSSL deinstall % make -DWITH_LINUXTHREADS -DBUILD_OPTIMIZED -DWITH_OPENSSL reinstall % make -DWITH_LINUXTHREADS -DBUILD_OPTIMIZED -DWITH_OPENSSL clean I'm also surprised that we seem to be the only two who have had this problem. Christian Astrup Bakke wrote: > Jason Taylor wrote: > >> I had this same problem also on 4.11 and then discovered that the >> options from pkgtools.conf weren't being picked up (I'd mistyped >> mysql41-* as mysq41-*). Anyway, using the following options made it >> work: USE_LINUXTHREADS, BUILD_OPTIMIZED, WITH_OPENSSL. I haven't >> investigated and have no direct proof, but my guess is that >> USE_LINUXTHREADS is the key. >> > > i just tried with 'WITH_LINUXTHREADS=yes' to no avail. here is a sample > from the install with 'make install WITH_LINUXTHREADS=yes clean': > > // > > mkdir .libs > cc -DDBUG_OFF -O -pipe -D__USE_UNIX98 -D_REENTRANT -D_THREAD_SAFE > -I/usr/local/include/pthread/linuxthreads -I/usr/local/include -O -pipe > -D__USE_UNIX98 -D_REENTRANT -D_THREAD_SAFE > -I/usr/local/include/pthread/linuxthreads -I/usr/local/include > -felide-constructors -fno-rtti -fno-exceptions -fno-implicit-templates > -fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=1000000 -o > .libs/mysql mysql.o readline.o sql_string.o completion_hash.o -lreadline > -lncurses ../libmysql/.libs/libmysqlclient.so -lcrypt -lm -lz > -Wl,--rpath -Wl,/usr/local/lib/mysql > mysql.o: In function `new_mysql_completion(char const *, int, int)': > mysql.o(.text+0x18b0): undefined reference to `rl_completion_matches' > *** Error code 1 > > Stop in /usr/ports/databases/mysql41-client/work/mysql-4.1.12/client. > *** Error code 1 > > Stop in /usr/ports/databases/mysql41-client/work/mysql-4.1.12. > *** Error code 1 > > Stop in /usr/ports/databases/mysql41-client/work/mysql-4.1.12. > *** Error code 1 > > Stop in /usr/ports/databases/mysql41-client. > *** Error code 1 > > Stop in /usr/ports/databases/mysql41-server. > > // > > as far as i can see, it coughs as the same error. my pkgtools.conf has > not been touched by me in any way before or after installing mysql (both > versions). > > -- christian at asba dot no