How to repair?

Ask for help regarding any technical issue or report any bug or OS independent issues.
Post Reply
darkname
Newly Registered User
Posts: 7
Joined: 07 Jan 2012, 23:05

How to repair?

Post by darkname »

I have a error in server :

./login-server: /lib/libc.so.6: version `GLIBC_2.7' not found (required by ./login-server)
./char-server: /lib/libc.so.6: version `GLIBC_2.7' not found (required by ./char-server)
./map-server: /lib/libc.so.6: version `GLIBC_2.7' not found (required by ./map-server)
How to repair?
Please help.
User avatar
o11c
Grand Knight
Grand Knight
Posts: 2262
Joined: 20 Feb 2011, 21:09
Location: ^ ^

Re: How to repair?

Post by o11c »

You appear to have upgraded your system libraries.

Clean and rebuild the server.
Former programmer for the TMWA server.
darkname
Newly Registered User
Posts: 7
Joined: 07 Jan 2012, 23:05

Re: How to repair?

Post by darkname »

We tried to make it more o11c unfortunately the attempt was negative!
Attachments
Image.jpg
Image.jpg (99.26 KiB) Viewed 2908 times
Last edited by darkname on 12 Jan 2012, 20:46, edited 1 time in total.
User avatar
o11c
Grand Knight
Grand Knight
Posts: 2262
Joined: 20 Feb 2011, 21:09
Location: ^ ^

Re: How to repair?

Post by o11c »

You appear to be following a set of instructions other than the up-to-date ones at http://wiki.themanaworld.org/index.php/How_to_Develop
Former programmer for the TMWA server.
darkname
Newly Registered User
Posts: 7
Joined: 07 Jan 2012, 23:05

Re: How to repair?

Post by darkname »

is to send you a tutorial on how to install a server with tmw in Linux distros???
darkname
Newly Registered User
Posts: 7
Joined: 07 Jan 2012, 23:05

Re: How to repair?

Post by darkname »

I use the CentOS system, is to run the server on this system?
Frost
TMW Adviser
TMW Adviser
Posts: 851
Joined: 09 Sep 2010, 06:20
Location: California, USA

Re: How to repair?

Post by Frost »

darkname wrote:I use the CentOS system, is to run the server on this system?
I run the server on CentOS 6.0 i686. I installed using the instructions at http://wiki.themanaworld.org/index.php/How_to_Develop

Your "make" error indicates a problem.
Your binaries end in .exe which is unusual on Linux.
You earn respect by how you live, not by what you demand.
-unknown
darkname
Newly Registered User
Posts: 7
Joined: 07 Jan 2012, 23:05

Re: How to repair?

Post by darkname »

I tried using the command sudo apt-get, not get more.
Frost
TMW Adviser
TMW Adviser
Posts: 851
Joined: 09 Sep 2010, 06:20
Location: California, USA

Re: How to repair?

Post by Frost »

darkname wrote:I use the CentOS system, is to run the server on this system?
I tried using the command sudo apt-get, not get more.
Debian-based distributions use apt-get. Redhat uses yum (and rpm).
"yum search <something>"
"yum install <packagename>"
"yum update"
et cetera...

By the way, I recommend adding the RPMForge repo to gain access to their excellent collection of packages. http://repoforge.org/use/
You earn respect by how you live, not by what you demand.
-unknown
darkname
Newly Registered User
Posts: 7
Joined: 07 Jan 2012, 23:05

Re: How to repair?

Post by darkname »

I installed Ubuntu on my server, and got the server-login first
and char-server, anyone have map-server?
if you send me please.

and also when I run the login-server does not turn on:

tmwvipco root @: ~ / tmw-ea/eathena-data #. / login-server
tmwvipco root @: ~ / # tmw-ea/eathena-data

and:

I was doing to make map-server and gave:


tmwvipco root @: ~ / # make tmw-ea/eathena map-server
lex-src / map / magic-interpreter-lexer.c src / map / magic-interpreter-lexer.l
/ bin / bash: lex: command not found
Frost
TMW Adviser
TMW Adviser
Posts: 851
Joined: 09 Sep 2010, 06:20
Location: California, USA

Re: How to repair?

Post by Frost »

darkname wrote:I installed Ubuntu on my server, and got the server-login first
and char-server, anyone have map-server?
if you send me please.
That won't work because the binaries are dynamically linked to libraries that exist elsewhere in the OS.

bash: lex: command not found
Install flex (apt-get install flex) and try again.
You earn respect by how you live, not by what you demand.
-unknown
darkname
Newly Registered User
Posts: 7
Joined: 07 Jan 2012, 23:05

Re: How to repair?

Post by darkname »

There was an error:
The error is: "Error in SDLNet_TCP_Send (): Server sockets cannot send"
Post Reply