Re: mysql 5.0 on FreeBSD 5.3

2005-11-28 Thread Greg 'groggy' Lehey
On Thursday, 24 November 2005 at 20:43:56 -0500, Kris Kennaway wrote: On Thu, Nov 24, 2005 at 04:16:49PM -0800, Ron wrote: I went to upgrade mysql from 4.1 to 5.0. I updated my ports (no problems), but when I ran: pkg_add -r mysql50-server I get: Error: FTP Unable to get

Re: mysql 5.0 on FreeBSD 5.3

2005-11-28 Thread Ron
Thanks. I updated my source tree, and am about to run the following (20.4.1 in the handbook): # make buildworld # make buildkernel # make installkernel # reboot But, it then says: After installkernel finishes successfully, you should boot in single user mode (i.e. using boot -s from the

Re: mysql 5.0 on FreeBSD 5.3

2005-11-28 Thread Kris Kennaway
On Mon, Nov 28, 2005 at 01:25:55PM -0800, Ron wrote: Thanks. I updated my source tree, and am about to run the following (20.4.1 in the handbook): # make buildworld # make buildkernel # make installkernel # reboot But, it then says: After installkernel finishes successfully, you

Re: mysql 5.0 on FreeBSD 5.3

2005-11-28 Thread Vizion
On Monday 28 November 2005 13:36, the author Kris Kennaway contributed to the dialogue on- Re: mysql 5.0 on FreeBSD 5.3: On Mon, Nov 28, 2005 at 01:25:55PM -0800, Ron wrote: Thanks. I updated my source tree, and am about to run the following (20.4.1 in the handbook): # make buildworld

mysql 5.0 on FreeBSD 5.3

2005-11-24 Thread Ron
I went to upgrade mysql from 4.1 to 5.0. I updated my ports (no problems), but when I ran: pkg_add -r mysql50-server I get: Error: FTP Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Latest/mysql50-server.tbz: File unavailable I looked at the ftp site, and

Re: mysql 5.0 on FreeBSD 5.3

2005-11-24 Thread Kris Kennaway
On Thu, Nov 24, 2005 at 04:16:49PM -0800, Ron wrote: I went to upgrade mysql from 4.1 to 5.0. I updated my ports (no problems), but when I ran: pkg_add -r mysql50-server I get: Error: FTP Unable to get

Re: mysql 5.0 on FreeBSD 5.3

2005-11-24 Thread Ron
No, you can just compile it yourself using ports (although the ports collection also doesn't support 5.3 any longer, most things will still work). Using packages with pkg_add -r is an *alternative* to compiling yourself using the ports system, and there's no point in updating your ports

Re: mysql 5.0 on FreeBSD 5.3

2005-11-24 Thread Kris Kennaway
On Thu, Nov 24, 2005 at 06:09:32PM -0800, Ron wrote: No, you can just compile it yourself using ports (although the ports collection also doesn't support 5.3 any longer, most things will still work). Using packages with pkg_add -r is an *alternative* to compiling yourself using the ports

Re: mysql 5.0 on FreeBSD 5.3

2005-11-24 Thread Micah
Kris Kennaway wrote: On Thu, Nov 24, 2005 at 06:09:32PM -0800, Ron wrote: No, you can just compile it yourself using ports (although the ports collection also doesn't support 5.3 any longer, most things will still work). Using packages with pkg_add -r is an *alternative* to compiling yourself

Re: mysql 5.0 on FreeBSD 5.3

2005-11-24 Thread Russelll E. Meek
Micah wrote: Kris Kennaway wrote: On Thu, Nov 24, 2005 at 06:09:32PM -0800, Ron wrote: No, you can just compile it yourself using ports (although the ports collection also doesn't support 5.3 any longer, most things will still work). Using packages with pkg_add -r is an *alternative* to