Mac servers menu

Shout-Out

User Tag List

Thread: Mac servers

Results 1 to 9 of 9
  1. #1
    Lars44's Avatar Member
    Reputation
    1
    Join Date
    Jul 2007
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Mac servers

    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??

    Mac servers
  2. #2
    warsheep's Avatar Contributor
    Reputation
    184
    Join Date
    Sep 2006
    Posts
    1,216
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Mac servers

    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
    Source:
    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.

  3. #3
    Herzeleid's Avatar Banned
    Reputation
    77
    Join Date
    May 2007
    Posts
    820
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Mac servers

    link to it? the post that is.
    I Wonder why Errage, Dragonsky, and Conflag Pretend to Be Girls. Little Creepy in my Opinion.

  4. #4
    warsheep's Avatar Contributor
    Reputation
    184
    Join Date
    Sep 2006
    Posts
    1,216
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Mac servers

    Ehm.. Ok, here ya go.
    Emupedia
    FOR A MOMENT, NOTHING HAPPENED. THEN, AFTER A SECOND OR SO, NOTHING CONTINUED TO HAPPEN.

  5. #5
    Lars44's Avatar Member
    Reputation
    1
    Join Date
    Jul 2007
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Mac servers

    Originally Posted by warsheep View Post
    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
    Source:
    Emupedia.com - Term of use
    Author:
    sarahbau

    what do you mean by this i dont understand ??

  6. #6
    warsheep's Avatar Contributor
    Reputation
    184
    Join Date
    Sep 2006
    Posts
    1,216
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Mac servers

    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.

  7. #7
    Lars44's Avatar Member
    Reputation
    1
    Join Date
    Jul 2007
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Mac servers

    i cant find a download for the Mysql15-dev

  8. #8
    warsheep's Avatar Contributor
    Reputation
    184
    Join Date
    Sep 2006
    Posts
    1,216
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Mac servers

    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.

  9. #9
    clawdy09's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Mac servers

    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 .

Similar Threads

  1. [Guide Mac ] Setup a 3.2.2 Mac server (Arcemu)
    By xUrbanx in forum WoW EMU Guides & Tutorials
    Replies: 89
    Last Post: 08-28-2010, 06:37 AM
  2. [ArcEmu] (mac) server won't go public!
    By markscore in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 04-23-2010, 12:07 AM
  3. Need help with mangos Mac server
    By Basshunter in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 11-23-2007, 10:43 PM
  4. Private server for mac?
    By Dryice in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 09-28-2007, 05:08 PM
  5. How do I make an ascent/antrix server on a mac?
    By xxtennisdudexx in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 09-22-2007, 12:27 PM
All times are GMT -5. The time now is 09:41 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search