I have been looking and searching for a while for ways to make a server on macnintosh and i have not found any yet can someone make a link to one? or give me a way to make one??
I have been looking and searching for a while for ways to make a server on macnintosh and i have not found any yet can someone make a link to one? or give me a way to make one??
Source:Code:I already posted a step-by-step guide on page 2. It's kind of out-dated though, as there seem to have been some updates since then that make it easier to get working. I still haven't been able to get script libraries to work. Burlex said he would see if he could get it working on a virtual machine. Basically if you have MySQL 5.0 and mysql15-dev you should be fine. 0. Get XCode. Don't bother getting an out-dated one on bittorrent. It's free from Apple, and you'll get it faster from them anyway (I get 1M/sec from them), and the newest version. 1. Get MySQL 5.0 2. Get Fink. Use FinkCommander to install the mysql15-dev package from source 3. Download a subversion client like smartsvn. Use that to get the latest antrix revision 4. edit the reconf file in the antrix folder. Delete the block of if statements 5. edit antrix/src/antrix/Makefile.am, and delete "-export-dynamic" (this is where the problem with the script libraries lies. I'll change this when I know how to get around it, but for now, you have to delete that for antrix to even compile) Do the following in Terminal: 6. sudo -s (enter password) 7. chmod 755 reconf 8 ./reconf 9 ./configure 10 make 11 make install
Emupedia.com - Term of use
Author:
sarahbau
Last edited by warsheep; 09-21-2007 at 08:43 PM.
FOR A MOMENT, NOTHING HAPPENED. THEN, AFTER A SECOND OR SO, NOTHING CONTINUED TO HAPPEN.
link to it? the post that is.
I Wonder why Errage, Dragonsky, and Conflag Pretend to Be Girls. Little Creepy in my Opinion.
Ehm.. Ok, here ya go.
Emupedia
FOR A MOMENT, NOTHING HAPPENED. THEN, AFTER A SECOND OR SO, NOTHING CONTINUED TO HAPPEN.
Thats the guide I found on how to do this.
Even tho I don't got mac, never have had mac, never will get a mac, I did actully understand that guide..
FOR A MOMENT, NOTHING HAPPENED. THEN, AFTER A SECOND OR SO, NOTHING CONTINUED TO HAPPEN.
i cant find a download for the Mysql15-dev
It never tells you to get it, it tells you to get Mysql 5.0...
FOR A MOMENT, NOTHING HAPPENED. THEN, AFTER A SECOND OR SO, NOTHING CONTINUED TO HAPPEN.
hello , you may not do that because "
Do the following in Terminal:
6. sudo -s (enter password)
7. chmod 755 reconf
8 ./reconf
9 ./configure
10 make
11 make install
SUDO commands may modiffiate your computer . Y ou musn't use the sudo command or use it carefully because you can delete your own HD .