Welcome to the RaGEZONE - MMORPG development forums.

[TUTORIAL]Video Tutorial how to setup Server

This is a discussion on [TUTORIAL]Video Tutorial how to setup Server within the Talisman Tutorials forums, part of the Talisman Online category; Originally Posted by esytem go to your terminal and type this open your terminal past this wget -c http://mirrors.kernel.org/ubuntu/poo...untu3_i386.deb mkdir ...

Page 10 of 10 FirstFirst ... 2345678910
Results 136 to 147 of 147
  1. #136
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Dec 2011
    Posts
    204
    Liked
    16

    Re: Video Tutorial how to setup Server

    Click
    Quote Originally Posted by esytem View Post
    go to your terminal and type this


    open your terminal past this wget -c http://mirrors.kernel.org/ubuntu/poo...untu3_i386.deb
    mkdir mysql32
    dpkg --extract libmysqlclient*deb mysql32
    sudo mv mysql32/usr/lib/* /usr/lib32/



    Just put your hamachi ip where you put the localhost ip on game_server.evp too.
    Hi bro,,
    u given link
    i try it but it gives following error

    alpesh@ubuntu:~$ wget -c http://mirrors.kernel.org/ubuntu/poo...untu3_i386.deb
    --2011-12-25 12:49:18-- http://mirrors.kernel.org/ubuntu/poo...untu3_i386.deb
    Resolving mirrors.kernel.org... 149.20.4.71
    Connecting to mirrors.kernel.org|149.20.4.71|:80... connected.
    HTTP request sent, awaiting response... 404 Not Found
    2011-12-25 12:49:18 ERROR 404: Not Found.

  2. #137
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Dec 2011
    Posts
    204
    Liked
    16

    note Re: Video Tutorial how to setup Server

    Quote Originally Posted by dustdevels View Post
    well i was following your tut and basicly am at the end where i start loading the dbs and when i try to start db_server i get
    joey@Talisman:~$ cd db
    joey@Talisman:~/db$ ./db_server
    [02:02:00 INFO] Base initialized.
    [02:02:00 INFO] net device startup ok
    [02:02:00 INFO] FDSetSize = 1024
    [02:02:00 INFO] Version = 110
    [02:02:00 INFO] SendBufferSize = 16384
    [02:02:00 INFO] RecvBufferSize = 87380
    [02:02:00 INFO]

    >>>>> DB Server (Build Dec 11 2009 15:58:11) <<<<<
    [02:02:00 INFO] Welcome to the DB Server monitor.
    [02:02:00 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1353 in (0x0x96edb80)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)", "mysql_real_connect() error.".
    [02:02:00 ERRO] [DB] (0x0x96edb80)->unsupported("localhost", 3306, "root", 0x0x971f534("***"), "").
    [02:02:00 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
    [02:02:00 ERRO] [IDB] IDB_Connect(0, "localhost", 3306, "root", 0x0x971f534("***"), "").
    [02:02:00 ERRO] Db agent manager can not connect to the database(Server name : "localhost", user : "root".
    [02:02:00 INFO] Base exit.
    [02:02:00 INFO] net device exit ok
    and i dont understand where i went wrong
    i got following error .. i have 10.04 ubuntu desktop version
    plzzz help me

    ./db_server: error while loading shared libraries: libmysqlclient.so.15: cannot open shared object file: No such file or directory

    Quote Originally Posted by magnificul View Post
    Thanks sadicolas:
    this is the answear: sudo wget -O /usr/lib/libmysqlclient.so.15 http://files.directadmin.com/service...qlclient.so.15

    ---------- Post added at 03:45 PM ---------- Previous post was at 02:27 PM ----------

    New error,in the db_server_user.ini the password is 22021982 so i put this password on navicat mysql server but dont work.It give me this error:1045-Acces denied for user 'root'@'localhost'(using password:YES).So i changed the password in db_server_use.ini.Newest password '123456789'.I put this pass on navicat server and it works.Now, i have this error:

    root@ubuntu:~/db# ./db_server
    ERRRRRRRRRRROR: cpu frequency too BIG :)
    [05:47:50 INFO] Base initialized.
    [05:47:50 INFO] net device startup ok
    [05:47:50 INFO] FDSetSize = 1024
    [05:47:50 INFO] Version = 110
    [05:47:50 INFO] SendBufferSize = 16384
    [05:47:50 INFO] RecvBufferSize = 87380
    [05:47:50 INFO]

    >>>>> DB Server (Build Dec 11 2009 15:58:11) <<<<<
    [05:47:50 INFO] Welcome to the DB Server monitor.
    [05:47:50 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1353 in (0x0x9073a70)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)", "mysql_real_connect() error.".
    [05:47:50 ERRO] [DB] (0x0x9073a70)->unsupported("localhost", 3306, "root", 0x0x90a542c("***"), "").
    [05:47:50 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
    [05:47:50 ERRO] [IDB] IDB_Connect(0, "localhost", 3306, "root", 0x0x90a542c("***"), "").
    [05:47:50 ERRO] Db agent manager can not connect to the database(Server name : "localhost", user : "root".
    [05:47:50 INFO] Base exit.
    [05:47:50 INFO] net device exit ok
    root@ubuntu:~/db#


    ur link gives error

    alpesh@ubuntu:~$ sudo wget -O /usr/lib/libmysqlclient.so.15 http://files.directadmin.com/service...qlclient.so.15
    --2011-12-27 12:46:45-- http://files.directadmin.com/service...qlclient.so.15
    Resolving files.directadmin.com... 69.30.193.202, 216.144.254.90
    Connecting to files.directadmin.com|69.30.193.202|:80... connected.
    HTTP request sent, awaiting response... 404 Not Found
    2011-12-27 12:46:47 ERROR 404: Not Found.

  3. #138
    T0C
    Registered
    Rank
    Member
    Join Date
    Jul 2010
    Posts
    6
    Liked
    1

    Re: Video Tutorial how to setup Server

    ok, I'm using Debian 6.0 (tried Ubuntu 8.10, 9, 11.10 and get the SAME **** ERROR), and i get this:

    ./db_server: error while loading shared libraries: libmysqlclient.so.15: cannot open shared object file: No such file or directory.

    I'v tried reinstalling the libmysqlclient.so15 , installing a newer sql server

    i'v tried 90% of the things here
    except this sudo wget -O /usr/lib/libmysqlclient.so.15 http://files.directadmin.com/service...qlclient.so.15 because this link is not broken but not writen entierly (/service...qlclient.so.15)
    so why doesn't anyone post the link entierly and not like that?

    also has anyone solved this yet or am i wasting my time with this server

  4. #139
    Member
    Rank
    Member
    Join Date
    Feb 2009
    Posts
    64
    Liked
    6

    Re: Video Tutorial how to setup Server

    for everyone having problem with libmysqlclient.so.15 this is how to be solved:

    1. open google and search to download libmysqlclient.so.15 for 32bits
    2. after download the file copy it to /usr/lib32/ under this form libmysqlclient.so.15 NOT libmysqlclient.so.15.0.0

    Enjoy:D
    With respect,
    Axel

  5. #140
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Dec 2011
    Posts
    204
    Liked
    16

    Re: Video Tutorial how to setup Server

    its not that problem
    u need to download following software for "error while loading shared libraries: libmysqlclient.so.15: cannot open shared object file: No such file or directory." error

    libmysqlclient15off_5.1.30really5.0.75-0ubuntu10.5_i386.deb

  6. #141
    Newbie
    Rank
    Member
    Join Date
    Apr 2012
    Location
    USA
    Posts
    2
    Liked
    0
    Gamertag: TeenMinime1993

    Re: [TUTORIAL]Video Tutorial how to setup Server

    you need to use: (note: the part show beneath the link is the missing part in the link... it is cutting it short for some reason. Just don't use the "service...qlcleint.so.15" and put the part beneath it at the end of ".com")
    for 32 bit:
    sudo wget -O /usr/lib/libmysqlclient.so.15 http://files.directadmin.com/service...qlclient.so.15

    /services/es_5.0/libmysqlclient.so.15

    for 64 bit:
    sudo wget -O /usr/lib64/libmysqlclient.so.15 http://files.directadmin.com/service...qlclient.so.15

    /services/es_5.0_64/libmysqlclient.so.15

    however i am having a problem of my own...anybody have a solution??...

    teenminime1993@ubuntu:~$ cd db
    teenminime1993@ubuntu:~/db$ ./db_server
    [18:05:51 INFO] Base initialized.
    [18:05:51 INFO] net device startup ok
    [18:05:51 INFO] FDSetSize = 1024
    [18:05:51 INFO] Version = 110
    [18:05:51 INFO] SendBufferSize = 16384
    [18:05:51 INFO] RecvBufferSize = 87380
    [18:05:51 INFO]

    >>>>> DB Server (Build Dec 11 2009 15:58:11) <<<<<
    [18:05:51 INFO] Welcome to the DB Server monitor.
    [18:05:51 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1353 in (0x0x9ca4b80)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
    [18:05:51 ERRO] [DB] (0x0x9ca4b80)->unsupported("localhost", 3306, "root", 0x0x9cd6534("***"), "").
    [18:05:51 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
    [18:05:51 ERRO] [IDB] IDB_Connect(0, "localhost", 3306, "root", 0x0x9cd6534("***"), "").
    [18:05:51 ERRO] Db agent manager can not connect to the database(Server name : "localhost", user : "root".
    [18:05:51 INFO] Base exit.
    [18:05:51 INFO] net device exit ok
    teenminime1993@ubuntu:~/db$
    Last edited by F4T3; 01-05-12 at 12:15 AM. Reason: link error

  7. #142
    Hardcore Member
    Rank
    Member
    Join Date
    Jul 2011
    Posts
    103
    Liked
    1

    Re: [TUTORIAL]Video Tutorial how to setup Server

    Just google this file "libmysqlclient15off" and do not install it using Terminal just google it and you can find the exe files once the Dl is finish you can install it just click run and follow the instruction after installing in run again your ./db_server and you will see it will success like what i did it took me a half day for this kind of error ^_^

  8. #143
    Registered
    Rank
    Member
    Join Date
    Dec 2012
    Posts
    23
    Liked
    0
    PSN ID: ArchNET

    Re: [TUTORIAL]Video Tutorial how to setup Server

    untitled.jpg
    Guys Help me pls i dont know what to do o.O

  9. #144
    Newbie
    Rank
    Member
    Join Date
    Jan 2013
    Posts
    4
    Liked
    0

    Re: Video Tutorial how to setup Server

    Hey Why Wouldnt someone make an english version if these videos? Not for me but for others.

  10. #145
    Member
    Rank
    Member
    Join Date
    Feb 2013
    Posts
    31
    Liked
    0

    Re: Video Tutorial how to setup Server

    i can help u to fix it but i need team viewer

  11. #146
    Ultimate Member
    Rank
    Member
    Join Date
    Jan 2011
    Posts
    169
    Liked
    3

    Re: [TUTORIAL]Video Tutorial how to setup Server

    try it form:
    sudo -s
    password: xxxxxxx
    root@ubuntu:~$ cd db
    root@ubuntu:~/ db$ ./db_server

    try with user root

  12. #147
    Ultimate Member
    Rank
    Member
    Join Date
    Jan 2011
    Posts
    169
    Liked
    3

    Re: [TUTORIAL]Video Tutorial how to setup Server

    you ubuntu is amd or i386?

 

 
Page 10 of 10 FirstFirst ... 2345678910

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •