Jump to content

nalok

Members
  • Posts

    8
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Posts posted by nalok

  1. I figured it out. Had to go into the DB and change the localaddress to the external ip address.

    USE yourrealmdb;
    SELECT * FROm realmlist;
    UPDATE realmlist SET localAddress='yourexternalIP' WHERE id=1;
    UPDATE realmlist SET address='yourexternalIP' WHERE id=1;

    Also update your conf files to reflect the external IP. I think you can leave them I believe. Try the above before you edit the files.

  2. So I corrected that issue that you had. It was the mangosd.conf file that had the incorrect password for me. Did you get your issue resolved?

    Also, connect to your database and do something like

    SHOW DATABASES; 

    to see what its looking for.

  3. Running into an issue when I try to build. I am following this guide:

    Noticed when it was grabbing packages like ACE and what not from .de, it would fail and skip. However, the install would push forward. I am assuming it found what it needed, but it gave more errors.

    Then I followed this guide:

    Finally, was able to get the build up to 97%, but it fails with finding -lACE. Does anyone have any tips?

     

    Scanning dependencies of target mangosd
    [ 97%] Building CXX object src/mangosd/CMakeFiles/mangosd.dir/AFThread.cpp.o
    [ 97%] Building CXX object src/mangosd/CMakeFiles/mangosd.dir/CliThread.cpp.o
    [ 97%] Building CXX object src/mangosd/CMakeFiles/mangosd.dir/RAThread.cpp.o
    [ 97%] Building CXX object src/mangosd/CMakeFiles/mangosd.dir/WorldThread.cpp.o
    [ 97%] Building CXX object src/mangosd/CMakeFiles/mangosd.dir/mangosd.cpp.o
    [ 97%] Linking CXX executable mangosd
    /bin/ld: cannot find -lACE
    collect2: error: ld returned 1 exit status
    make[2]: *** [src/mangosd/mangosd] Error 1
    make[1]: *** [src/mangosd/CMakeFiles/mangosd.dir/all] Error 2
    make: *** [all] Error 2
    There was an error building MaNGOS!

     

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use