Can't install MaNGOS under Linux

Results 1 to 7 of 7
  1. #1
    Newbie Napenta is offline
    MemberRank
    Nov 2006 Join Date
    1Posts

    Can't install MaNGOS under Linux

    Hi,
    i have a Debian Linux server machine. Now i want to install MaNGOS under Linux.
    At first I wanted to install like the guide in this forum. But the Problem is, that by the command an error announced:
    svn: PROPFIND Anfrage fehlgeschlagen auf '/viewvc'
    svn: PROPFIND von '/viewvc': 302 Found (https://svn.sourceforge.net)
    . Sorry, it's German ;)
    And when I want to go to the page (https://svn.sourceforge.net/viewvc/mangos/trunk) with my browser and than the error announed, too.
    An Exception Has Occurred

    The root "mangos" is unknown. If you believe the value is correct, then please double-check your configuration. HTTP Response Status

    404 Repository not found Python Traceback

    Traceback (most recent call last):
    File "/usr/local/viewvc-1.0.3.sf-new/lib/viewvc.py", line 3660, in main
    request.run_viewvc()
    File "/usr/local/viewvc-1.0.3.sf-new/lib/viewvc.py", line 285, in run_viewvc
    % self.rootname, "404 Repository not found")
    ViewVCException: 404 Repository not found: The root "mangos" is unknown. If you believe the value is correct, then please double-check your configuration.
    Is there any other possibility to make the server working under linux? And what for a problem is this you announced?

    have fun!


  2. #2
    Newbie deros is offline
    MemberRank
    Dec 2004 Join Date
    13Posts
    me either I could use the answer to this as well

  3. #3
    Newbie deros is offline
    MemberRank
    Dec 2004 Join Date
    13Posts
    k i found the new svn repository link

    https://svn.sourceforge.net/svnroot/mangos/trunk

  4. #4
    Newbie deros is offline
    MemberRank
    Dec 2004 Join Date
    13Posts
    now i can get it to finish the make process here is what I get

    if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/mysql -I/usr/local/include/mysql -I. -I./../../dep/include -I./../framework -I./../game -I./../realmd -g -O2 -MT DatabaseMysql.o -MD -MP -MF ".deps/DatabaseMysql.Tpo" -c -o DatabaseMysql.o `test -f 'Database/DatabaseMysql.cpp' || echo './'`Database/DatabaseMysql.cpp; \
    then mv -f ".deps/DatabaseMysql.Tpo" ".deps/DatabaseMysql.Po"; else rm -f ".deps/DatabaseMysql.Tpo"; exit 1; fi
    Database/DatabaseMysql.cpp: In constructor `DatabaseMysql::DatabaseMysql()':
    Database/DatabaseMysql.cpp:43: error: `mysql_library_init' undeclared (first use this function)
    Database/DatabaseMysql.cpp:43: error: (Each undeclared identifier is reported only once for each function it appears in.)
    Database/DatabaseMysql.cpp: In destructor `virtual DatabaseMysql::~DatabaseMysql()':
    Database/DatabaseMysql.cpp:60: error: `mysql_library_end' undeclared (first use this function)
    make[3]: *** [DatabaseMysql.o] Error 1
    make[3]: Leaving directory `/opt/mangos/src/shared'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/opt/mangos/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/opt/mangos'
    make: *** [all] Error 2

  5. #5
    Newbie En-Taro is offline
    MemberRank
    Nov 2006 Join Date
    15Posts
    what are your compiling options...

    do you have mysql-shared installed ?
    Last edited by En-Taro; 22-11-06 at 07:40 AM.

  6. #6
    Newbie deros is offline
    MemberRank
    Dec 2004 Join Date
    13Posts
    beats me Im new to compiling on gentoo linux

    I just did what the instructions told me to

    ./reconf
    ./configure
    make

    Then I get that abov eror, Im not sure if I have Mysql-shared installed
    I know I have MySQL installed whats the difference?

  7. #7
    Newbie En-Taro is offline
    MemberRank
    Nov 2006 Join Date
    15Posts
    Quote Originally Posted by deros View Post
    beats me Im new to compiling on gentoo linux

    I just did what the instructions told me to

    ./reconf
    ./configure
    make

    Then I get that abov eror, Im not sure if I have Mysql-shared installed
    I know I have MySQL installed whats the difference?

    you have a library function problem... this should be from msyql-devel ... but if you did not have errors on your configure command .. then I gues is from shared mysql lib ... so ... try install mysql-shared.
    Last edited by En-Taro; 22-11-06 at 09:45 AM.



Advertisement