From owner-freebsd-questions Mon Nov 27 8:24:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from borg.starbase.net (unknown [208.233.101.2]) by hub.freebsd.org (Postfix) with ESMTP id 4F1DC37B4CF for ; Mon, 27 Nov 2000 08:24:06 -0800 (PST) Received: from localhost (alex@localhost) by borg.starbase.net (8.9.3/8.8.8) with ESMTP id LAA03368; Mon, 27 Nov 2000 11:25:01 -0500 (EST) Date: Mon, 27 Nov 2000 11:25:01 -0500 (EST) From: Alexander V P X-Sender: alex@borg.starbase.net To: Operador del sistema Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Installing mysql-server In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, if you run: #./configure --with-low-memory #make #make install #./scripts/mysql_install_db <-- this will init databases, don't forget. #cd /usr/local/share/mysql #chmod 755 mysql.server #cd /etc #pico rc.local put in there : /usr/local/share/mysql/mysql.server start this will install mysql with native FreeBSD threads. hth, alex p.s. there's more than one way to do this. you better check with www.mysql.com ;-). On Mon, 27 Nov 2000, Operador del sistema wrote: > Hi, I havent be able to installing mysql-server from fbsd ports collection > (due compiling errors), so, I dled the version 3.23.28-gamma, i read the > docs about installing it and i did this: > > #./configure --prefix=/usr/local --with-mit-threads --with-low-memory > #make > --> error compiling: "..undefined reference to thread_signal" > > this neither works: > #./configure --with-native-threads > > so, What others options do i have in order to install mysql on > freebsd-3.5-stable? > > p.s. i found a file named freebsd-3.0-librc-1.1.diff, what is it for? > > ********************************************** > WebCaribe: La presencia Web de la costa caribe > Departamento de sistemas > Calle 81 # 67 - 36 L2 Barranquilla - Colombia > Tel:5-3789671 3789167 http://www.webcaribe.net > ********************************************** > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message