Heh. I remember reading somewhere (/.?) "There's nothing special about BSD. It's just plain Unix." and the response from a *BSD user: "Exactly." > Never have I seen such outstanding man pages. This is one feature that I really like about *BSD--consistency, especially in the documentation. When you get a chance, take a look at http://www.freebsd.org/handbook/ specifically, section 11.3.6. Another helpful site is http://www.freebsddiary.org/ These sites are oriented to FreeBSD, but I've found that a lot of it applies to OpenBSD as well. Now on to your answer. If something is not available as a pre-compiled package (perhaps because of licensing issues), chances are that it is available in the ports collection. Find the ports tarball on your OpenBSD CD, or better still you can download the most recent ports tarball from ftp://ftp.openbsd.org/pub/OpenBSD/snapshots/ports.tar.gz and untar this under /usr. I don't have the OpenBSD ports tree available to me, but OpenBSD did "borrow" its ports collection from FreeBSD. On FreeBSD, you would do the following to install MySQL 3.23 using the ports collection: cd /usr/ports/databases/mysql323-server make make install You could just do "make install", but I prefer to run "make" separately. The following actions will happen AUTOMATICALLY after your "make" command: 1. The pristine MySQL tarball will be fetched via FTP, HTTP or CVS. 2. A checksum will be performed on the tarball to ensure it is same tarball that the port maintainer used when he created the port. 3. The tarball will be extracted. 4. The port maintainer's patches will be applied to the pristine source files. 5. MySQL will be configured and built. After you run "make install", you should see "MySQL" when you run "pkg_info". If you have multiple boxen that you want to install MySQL on, type "make package" after "make install" to create pre-compiled .tgz that you can use with "pkg_add" to add MySQL to your other systems. "man ports" for more details. HTH, D * On Wed, Dec 13, 2000 at 07:48:21PM -0700, Mike Starke wrote: > I know this is the linux list, but I have just installed > OpenBSD, and I think I am hooked. I installed it a year > or so ago for a standalone anon ftp server, never had a problems > with it, but never spent much time on it. > > Just recently we have been having problems with our users > dropping their connections to a remote Citrix server (Our ASP). > They have always had the dropped connections after a random > amount of time. I had always experienced dropped ssh connections, > but I have always just delt with it. I know ipchains > has a history of the ssh problem (others?), didn't want > to get creative w/ipchains, so I thought I would give OpenBSD > a try. I'm hooked. Never have I seen such outstanding man pages. > > ipf seems so much more intuitive than ipchains. ipnat was also a piece > of cake. > > One question I do have before I get carried away with how much I enjoy > BSD is this: Has anyone got Qmail and MySQL running under OpenBSD. > I noticed qmail is available as a package, but I didn't see MySQL. > Anyone have any tips they can offer. > > Hope the BSD thread isn't out of line here. > > Mike > mgcon@getnet.com > http://www.getnet.com/~mgcon > Phoenix, AZ > USA