Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Nov 2000 11:25:01 -0500 (EST)
From:      Alexander V P <alex@big-blue.net>
To:        Operador del sistema <operador@nietzsche.webcaribe.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Installing mysql-server
Message-ID:  <Pine.BSF.4.05.10011271118300.3314-100000@borg.starbase.net>
In-Reply-To: <Pine.BSF.4.21.0011271103250.36280-100000@nietzsche.webcaribe.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.10011271118300.3314-100000>