=KoG=Rouche Posted January 24, 2013 Share Posted January 24, 2013 I follow the wiki tutorial. Here is the error i get when compiling. [Debian 64Bits Squeeze] Link to comment
MTA Team ccw Posted January 25, 2013 MTA Team Share Posted January 25, 2013 Try these commands: apt-get update apt-get upgrade apt-get install build-essential automake libtool libcurl4-openssl-dev libpcre3-dev libsqlite3-dev libreadline5-dev subversion libncurses5-dev libncursesw5-dev libsparsehash-dev libmysqlclient-dev Link to comment
=KoG=Rouche Posted January 25, 2013 Author Share Posted January 25, 2013 Already Done I follow the wiki. Link to comment
MTA Team ccw Posted January 25, 2013 MTA Team Share Posted January 25, 2013 Please paste the output from the above 3 commands Link to comment
=KoG=Rouche Posted January 25, 2013 Author Share Posted January 25, 2013 Here is the output with translation (french > english) Atteint = Connect to Reception = Get from Lecture de la liste des paquets ... Fait = Read paquet list ... Done Lecture de la liste des paquets ... Fait = Read paquet list ... Done Construction de l'arbre des dépendances = Building dependences tree Lecture des informations d'état ... Fait = Reading state informations ... Done 0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour. = 0 updated, 0 new install, 0 to remove and 0 nor updated. Lecture de la liste des paquets ... Fait = Read paquet list ... Done Construction de l'arbre des dépendances = Building dependences tree Lecture des informations d'état ... Fait = Reading state informations ... Done est déjà la plus récente version disponible = is already the last version available 0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour. = 0 updated, 0 new install, 0 to remove and 0 nor updated. I think the problem is from the C++ compiler it says in my first post with image "checking if C++ compiler work ... no" It's not a normal state Link to comment
MTA Team ccw Posted January 25, 2013 MTA Team Share Posted January 25, 2013 Try reinstalling the compiler: apt-get install --reinstall build-essential Link to comment
=KoG=Rouche Posted January 25, 2013 Author Share Posted January 25, 2013 Done I try ./configure again and ... Link to comment
MTA Team ccw Posted January 25, 2013 MTA Team Share Posted January 25, 2013 Please put the contents of 'config.log' on pastebin and post the link here. Link to comment
=KoG=Rouche Posted January 25, 2013 Author Share Posted January 25, 2013 Here is the Link : http://pastebin.com/Rg4h0sMd Link to comment
MTA Team ccw Posted January 25, 2013 MTA Team Share Posted January 25, 2013 Try this: apt-get install gcc-multilib g++-multilib Link to comment
=KoG=Rouche Posted January 26, 2013 Author Share Posted January 26, 2013 C++ Compiler seems to work now but a new error ... After a long checking list after the ./configure it says Link to comment
MTA Team ccw Posted January 26, 2013 MTA Team Share Posted January 26, 2013 Can I ask why you want to compile the server on Linux? Link to comment
=KoG=Rouche Posted January 27, 2013 Author Share Posted January 27, 2013 Maybe because Linux is the best for server. I follow your wiki and it doesn't work on Debian 64b Squeeze. :-/ Link to comment
MTA Team ccw Posted January 27, 2013 MTA Team Share Posted January 27, 2013 Have you tried installing this: http://linux.multitheftauto.com/dl/131/multithef ... 3.1.tar.gz Because if you can't get that working, you will have no chance with compiling Link to comment
=KoG=Rouche Posted January 27, 2013 Author Share Posted January 27, 2013 I get the file with wget then tar. Here is the result Link to comment
MTA Team ccw Posted January 27, 2013 MTA Team Share Posted January 27, 2013 Binaries wget http[b]:[/b]//linux.multitheftauto.com/dl/131/multitheftauto_linux-1.3.1.tar.gz tar -xf multitheftauto_linux-1.3.1.tar.gz cd multitheftauto_linux-1.3.1 Config wget http[b]:[/b]//linux.multitheftauto.com/dl/131/baseconfig.tar.gz tar -xf baseconfig.tar.gz mv baseconfig/* mods/deathmatch/ Resources (you may need to install unzip i.e. apt-get install unzip) cd mods/deathmatch/ mkdir resources cd resources wget http[b]:[/b]//mtasa-resources.googlecode.com/files/mtasa-resources-r909.zip unzip mtasa-resources-r909.zip rm mtasa-resources-r909.zip Link to comment
=KoG=Rouche Posted January 30, 2013 Author Share Posted January 30, 2013 Second link about Config is Down :-/ And for the compilation, i installed package about ncursesw but it said the same error. Link to comment
MTA Team ccw Posted January 30, 2013 MTA Team Share Posted January 30, 2013 1. Download is fixed 2. You probably need to install the 32 bit version of ncursesw Link to comment
=KoG=Rouche Posted January 30, 2013 Author Share Posted January 30, 2013 Can"t find ncursesw for 32bits 0.o Here is the folder And the result "Error" Link to comment
MTA Team ccw Posted January 30, 2013 MTA Team Share Posted January 30, 2013 apt-get install lib32ncursesw5 apt-get install lib32readline5 Link to comment
=KoG=Rouche Posted January 30, 2013 Author Share Posted January 30, 2013 Ok Thanks Servers is running but ... Does the ressources need a special chmod or what else ? Link to comment
MTA Team ccw Posted January 30, 2013 MTA Team Share Posted January 30, 2013 You must have unzipped them into the wrong place. The resources should be in mods/deathmatch/resources/ Link to comment
=KoG=Rouche Posted January 30, 2013 Author Share Posted January 30, 2013 MTA Server can read .zip file as i know ... Here is a screen from my deatmatch folder. Link to comment
MTA Team ccw Posted January 30, 2013 MTA Team Share Posted January 30, 2013 The resources should be in mods/deathmatch/resources/ Link to comment
=KoG=Rouche Posted January 30, 2013 Author Share Posted January 30, 2013 But ... i used a lot of server with Game Hosters before. And they all use these folders. (checked via FTP) Its like that since 2 or 3 versions. You ask me to move "ALL" in the same folder ? (Maps, Gamemodes, Scripts, ...) I think it must work with the folders like MTA use them now. It's easier to manage 0.o Lots of servers works like that. An moving all files in the /deatmatch/resources 'll take me so much time :-/ Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now