Jump to content
  • 0

[SOLVED]Compiling linux server files....


kevinwalter

Question

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 xD

make: *** No targets specified and no makefile found. Stopped.

so....... whats the problem?

Edited by Guest
Link to comment

6 answers to this question

Recommended Posts

  • 0
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
  • MTA Team

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

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? :D

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...