From owner-freebsd-questions@FreeBSD.ORG Sat Jun 11 12:32: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 229AE16A41F for ; Sat, 11 Jun 2005 12:32:46 +0000 (GMT) (envelope-from jpeg@thilelli.net) Received: from smtp.thilelli.net (smtp.thilelli.net [213.41.129.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92BE443D53 for ; Sat, 11 Jun 2005 12:32:42 +0000 (GMT) (envelope-from jpeg@thilelli.net) Received: from localhost (localhost [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 89FA97305B; Sat, 11 Jun 2005 14:32:41 +0200 (CEST) Received: from bento.thilelli.net ([127.0.0.1]) by localhost (bento.thilelli.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 08352-04; Sat, 11 Jun 2005 14:32:40 +0200 (CEST) Received: from webmail.thilelli.net (localhost [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 3FE7B7303E; Sat, 11 Jun 2005 14:32:40 +0200 (CEST) Received: from 192.168.1.20 (SquirrelMail authenticated user jgabel) by webmail.thilelli.net with HTTP; Sat, 11 Jun 2005 14:32:40 +0200 (CEST) Message-ID: <49176.192.168.1.20.1118493160.squirrel@webmail.thilelli.net> In-Reply-To: <42AACB07.6000504@asba.no> References: <42A964C8.7010304@asba.no> <58564.145.248.192.30.1118404716.squirrel@webmail.thilelli.net> <42AA9B43.3060404@asba.no> <49767.192.168.1.20.1118482354.squirrel@webmail.thilelli.net> <42AAB6B3.9030307@asba.no> <53963.192.168.1.20.1118486091.squirrel@webmail.thilelli.net> <42AACB07.6000504@asba.no> Date: Sat, 11 Jun 2005 14:32:40 +0200 (CEST) From: "Julien Gabel" To: christian@asba.no User-Agent: SquirrelMail/1.4.4 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: amavisd-new at thilelli.net 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 Reply-To: jpeg@thilelli.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jun 2005 12:32:46 -0000 >> You can reinstall it using one of the following: >> # portinstall -rR mysql41-server >> # portupgrade -rRN mysql41-server > all of these commands give me what i expected (since i deinstalled it > and ran 'make clean' yesterday): > ** No such installed package or port: mysql41-server Sorry, i confused the port name and package name. This one may be better: # portinstall -rR mysql-server Then choose which one to install. >>> i'll try installing it with WITH_LINUXTHREADS=yes USE_GNU_READLINE=yes >>> together just for the fun of it. >> I don't know about linuxthreads on 4.X, but GNU readline is a dependancy >> if FreeBSD version is <5. Furthermore, i don't think USE_GNU_READLINE >> is a valid build option in the ports tree. Nevertheless, you can try: >> # portinstall -rR -m 'WITH_LINUXTHREADS=yes' mysql41-server > as the commands above, the command you suggested gave me: > ** No such installed package or port: mysql41-server Correct the package name: # portinstall -rR -m 'WITH_LINUXTHREADS=yes' mysql-server > this is all quite strange as i didn't tweak my old 4.1.11 installation > at all. wouldn't this give many users the same problem? i'm running a > generic kernel with patches provided/installed by security/freebsd-update Indeed. -- -jpeg.