What's new

Kompilacja Komplikacja

Maniek NarutoOT

Advanced User
Joined
Feb 22, 2011
Messages
308
Reaction score
5
Witam,

Przepraszam za kolejny temat, ale nikt mi nie pom?g? i nie wiem jak to zrobi?.

M?j problem jest przy komplikacji :

./autogen.sh

root@h214:/home/funots# ./autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
autoreconf: Leaving directory `.'




./configure --enable-mysql --enable-remote-control --enable-server-diag


configure: WARNING: unrecognized options: --enable-remote-control

na to pewnie odpowiecie

wget
tar-xzvf Lua *
cd Lua *
make linux && make install
ale przy wpisywaniu tego :
tar-xzvf Lua *
root@h214:~# tar-xzvf Lua *
-bash: tar-xzvf: command not found

root@h214:~# tar -xzvf lua*
tar (child): lua-5.1.4: Cannot read: Is a directory
tar (child): At beginning of tape, quitting now
tar (child): Error is not recoverable: exiting now

gzip: stdin: unexpected end of file
tar: Child returned status 2
tar: Error is not recoverable: exiting now
root@h214:~# cd lua*
root@h214:~/lua-5.1.4# make linux && make install
cd src && make linux
make[1]: Entering directory `/root/lua-5.1.4/src'
make all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-Wl,-E -ldl -lreadline -lhistory -lncurses"
make[2]: Entering directory `/root/lua-5.1.4/src'
gcc -o lua lua.o liblua.a -lm -Wl,-E -ldl -lreadline -lhistory -lncurses
/usr/bin/ld: cannot find -lncurses
collect2: error: ld returned 1 exit status
make[2]: *** [lua] Error 1
make[2]: Leaving directory `/root/lua-5.1.4/src'
make[1]: *** [linux] Error 2
make[1]: Leaving directory `/root/lua-5.1.4/src'
make: *** [linux] Error 2
 

Nush

Advanced User
Joined
May 10, 2012
Messages
381
Reaction score
11
Odp: Komplikacja

Uno
Nie "Komplikacja" a "Kompilacja"
Dos
./configure --enable-mysql
Tyle ci wystarczy do postawienia serwera
Tres
Ja?eli serio pragniesz mie? te enable remote control to
apt-get install lua
i wy?lij co ci wyskoczy.



JAK JU? KTO? TAM ODKOPA? TO POMOG? XD
 
Top