Re: mac68K PHP and MySQL support
Eric Zylstra <[email protected]> Tue, 28 Jan 2003 10:10:06 -0800
| Newsgroups | gmane.os.openbsd.mac68k |
|---|---|
| Message-ID | <[email protected]> |
On Monday, January 27, 2003, at 08:07 PM, Michael wrote: >> And if there really is no mac68K PHP (or MySQL) package out >> there, how do i create one to upload to the ports tree (once i >> complete >> my compiles)? > > Okay, so i found the answer to this much of my question (above) at: > > <http://www.openbsd.org/porting.html> > > But i'm still wondering about everything else. Specifically, has no > one > done a port for PHP (or MySQL) for the mac68K? I really find that hard > to believe (and don't want to reinvent the wheel). > 1. download ports.tar.gz, 2. expand it into /usr/ports, 3. `cd /usr/ports` 4. `make search key=php` 5. `make search mysql` This will require about 200 MB. php and mysql have ports for mac68k. The ports tree installation technique is rather simple, although on a 68k Mac it may take quite a while: > `cd <the port directory you want>` > `make install` You can also check <http://www.openbsd.org/3.2_packages/m68k.html> (or the appropriate directory for your OBSD). I don't see a precompiled php or mysql package, though. EZ