kevinwalter Posted August 23, 2009 Share Posted August 23, 2009 (edited) hi i used for compiling the server files this tut: http://code.google.com/p/multitheftauto ... BuildLinux but i stuk here: Compile the server autoreconf -fi ./configure make i followed the whole tut but i stuk @ the cmd make it says here: server01:~/mtasvn/trunk# make make: *** Geen doelen opgegeven en geen makefile gevonden. Gestopt. thats dutch make: *** No targets specified and no makefile found. Stopped. so....... whats the problem? Edited August 23, 2009 by Guest Link to comment
0 x86 Posted August 23, 2009 Share Posted August 23, 2009 What shows ./configure (at end)? I think sparehash failt. Link to comment
0 kevinwalter Posted August 23, 2009 Author Share Posted August 23, 2009 checking for curl-config... no *** The curl-config script could not be found. Make sure it is *** in your path, and that curl is properly installed. *** Or see http://curl.haxx.se/ configure: error: Library requirements (curl) not met. Link to comment
0 x86 Posted August 23, 2009 Share Posted August 23, 2009 checking for curl-config... no*** The curl-config script could not be found. Make sure it is *** in your path, and that curl is properly installed. *** Or see http://curl.haxx.se/ configure: error: Library requirements (curl) not met. Did you this in the root?: apt-get install build-essential automake libtool subversion libcurl3-dev libpcre3-dev libsqlite3-dev libreadline5-dev Link to comment
0 kevinwalter Posted August 23, 2009 Author Share Posted August 23, 2009 libcurl3-dev thats wrong here its here lib curl version 4! but all things are done but there is no mta_server etc etc etc etc i have debian lenny Link to comment
0 MTA Team Blokker_1999 Posted August 23, 2009 MTA Team Share Posted August 23, 2009 Why do they even localise these kind of tools. I never would want an error msg like that to be translated. This one fortunatly is generic, but more specific ones would make it a lot harder to find help on the internet. Anyway back to the problem. It would be nice to know what distro this is on, but as Sebas pointed out, make sure you have all the dependencies installed. kevinwalter, debian 5 e.g. includes libcurl4 with ssl while debian 4 has libcurl 3 without ssl i beleive. In case of debian 5 (and maybe recent buntus as well) you will need libcurl4-openssl-dev instead of libcurl3-dev Link to comment
0 kevinwalter Posted August 23, 2009 Author Share Posted August 23, 2009 all things are done but if i make the server i dont get mta_server etc......... i get this: server01:~/mtasvn/trunk/vendor/sparsehash/current# autoreconf -fi /usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of AM_PATH_LIBMCRYPT /usr/share/aclocal/libmcrypt.m4:17: run info '(automake)Extending aclocal' /usr/share/aclocal/libmcrypt.m4:17: or see http://sources.redhat.com/automake/auto ... ng-aclocal oki all done it works i will set the compilled linux server online okay? Link to comment
Question
kevinwalter
hi i used for compiling the server files this tut: http://code.google.com/p/multitheftauto ... BuildLinux
but i stuk here:
Compile the server
autoreconf -fi
./configure
make
i followed the whole tut but i stuk @ the cmd make it says here:
server01:~/mtasvn/trunk# make
make: *** Geen doelen opgegeven en geen makefile gevonden. Gestopt.
thats dutch
make: *** No targets specified and no makefile found. Stopped.
so....... whats the problem?
Edited by GuestLink to comment
6 answers to this question
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