Help with installation: MySQL, FreeBSD 5, Sparc64

2004-12-01 Thread Richard C Komatz
Hi There,
 
I am having trouble installing MySQL on my system (Netra X1 - UltraSparc II
- FreeBSD 5). I can't find any documentation on how to install for this
system, nor can I find the binaries.
 
Thanks for any help!!
 
Richard



Help with installation: MySQL, FreeBSD 5, Sparc64

2004-12-01 Thread Richard C Komatz
Hi There,
 
I am having trouble installing MySQL on my system (Netra X1 - UltraSparc II
- FreeBSD 5). I can't find any documentation on how to install for this
system, nor can I find the binaries.
 
Thanks for any help!!
 
Richard


Re: Help with installation: MySQL, FreeBSD 5, Sparc64

2004-12-01 Thread Dan Nelson
In the last episode (Dec 01), Richard C Komatz said:
 I am having trouble installing MySQL on my system (Netra X1 - UltraSparc II
 - FreeBSD 5). I can't find any documentation on how to install for this
 system, nor can I find the binaries.

cd /usr/ports/mysql41-server ; make install

should be all you need.  You could also install the binary package
using pkg_add -r mysql41-server, but that'll get you 4.1.5, whereas
the port build will give you 4.1.7.

ftp://ftp.freebsd.org/pub/FreeBSD/ports/sparc64/packages-5.3-release/databases

-- 
Dan Nelson
[EMAIL PROTECTED]

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Help with installation: MySQL, FreeBSD 5, Sparc64

2004-12-01 Thread Jeremiah Gowdy
cd /usr/ports/databases/mysql41-server  make install clean
- Original Message - 
From: Dan Nelson [EMAIL PROTECTED]
To: Richard C Komatz [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Wednesday, December 01, 2004 12:00 PM
Subject: Re: Help with installation: MySQL, FreeBSD 5, Sparc64


In the last episode (Dec 01), Richard C Komatz said:
I am having trouble installing MySQL on my system (Netra X1 - UltraSparc 
II
- FreeBSD 5). I can't find any documentation on how to install for this
system, nor can I find the binaries.
cd /usr/ports/mysql41-server ; make install
should be all you need.  You could also install the binary package
using pkg_add -r mysql41-server, but that'll get you 4.1.5, whereas
the port build will give you 4.1.7.
ftp://ftp.freebsd.org/pub/FreeBSD/ports/sparc64/packages-5.3-release/databases
--
Dan Nelson
[EMAIL PROTECTED]
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]