Ir para conteúdo
  • Cadastre-se

Programa%C3%A7%C3%A3o Compilar Otserver Em Linux Desde O Inicio.


Posts Recomendados

OnDraKe, primeiramente parabéns pelo tutorial, melhorou muito ele...

estou com um erro no mysq, fiz tudo certinho e quando vou abrir o ot aparece: "Failed to connect to database. MYSQL ERROR: Access denied for user (using password: NO)

Link para o post
Compartilhar em outros sites

O usuário do mysql provavelmente esta sem senha, logo não pode acessar qualquer banco de dados.

Qualquer dúvida, de uma pesquisada a partir desse link aqui -> https://www.google.com.br/search?hl=pt-BR&site=&source=hp&q=definir+senha+no+mysql&oq=definir+senha+no+mysql&aq=f&aqi=&aql=&gs_l=hp.3...3685l7560l0l7894l22l13l0l0l0l0l403l1471l0j1j1j2j1l5l0.llsin.

# Regras Gerais - TibiaKing.com #
Contato: [email protected]
Não respondo dúvidas via MP.


1C2tu.png4Tlqo.png1C2tu.png


 

Link para o post
Compartilhar em outros sites

Disponha pq por um detalhe ninguem consegue copilar em linux agora e facil em breve irei posta como por um firewall bom no linux.

Servidores sem bug

Servidores em Linux totalmente configurado com site e proteçoes

WebSite sem sqlinjection sem problemas de invasão.

Sistema Pagseguro Automatico.

Servidores DEDICADO E SEMI DEDICADOS DE ALTA PERFOMACE COM PROTEÇÂO DDOS.

evenhost.gif

Link para o post
Compartilhar em outros sites
  • 1 month later...

da esse erro na hora de executa o servidor ./theforgottenserver: error while loading shared libraries: libboost_filesystem.so.1.40.0: cannot open shared object file: No such file or directory

Link para o post
Compartilhar em outros sites
  • 2 weeks later...

@Persiooo

Execute este comando como root

apt-get install libboost1.42-dev libboost-system1.42-dev libboost-filesystem1.42-dev

e recompile o distro!

# Regras Gerais - TibiaKing.com #
Contato: [email protected]
Não respondo dúvidas via MP.


1C2tu.png4Tlqo.png1C2tu.png


 

Link para o post
Compartilhar em outros sites
  • 4 weeks later...

"-bash: ./autogen.sh: Permissão negada"

uso o Centos

alguma solução?

Editado por rayzinhoxd (veja o histórico de edições)
Link para o post
Compartilhar em outros sites

Sim entra pelo FTP vá ate as sources e coloca permição no arquivo 777

Servidores sem bug

Servidores em Linux totalmente configurado com site e proteçoes

WebSite sem sqlinjection sem problemas de invasão.

Sistema Pagseguro Automatico.

Servidores DEDICADO E SEMI DEDICADOS DE ALTA PERFOMACE COM PROTEÇÂO DDOS.

evenhost.gif

Link para o post
Compartilhar em outros sites
  • 1 month later...

Erro:


root@onservers-virtual-machine:/otserv/sources# ./autogen.sh

autoreconf: Entering directory `.'

autoreconf: configure.ac: not using Gettext

autoreconf: running: aclocal --force --warnings=none

autoreconf: configure.ac: tracing

autoreconf: configure.ac: not using Libtool

autoreconf: running: /usr/bin/autoconf --force --warnings=none

autoreconf: running: /usr/bin/autoheader --force --warnings=none

autoreconf: running: automake --add-missing --copy --force-missing --warnings=none

configure.ac:3: installing `./install-sh'

configure.ac:3: installing `./missing'

Makefile.am: installing `./depcomp'

autoreconf: Leaving directory `.'

root@onservers-virtual-machine:/otserv/sources# ./configure --enable-mysql

checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

checking for a thread-safe mkdir -p... /bin/mkdir -p

checking for gawk... no

checking for mawk... mawk

checking whether make sets $(MAKE)... yes

checking for g++... g++

checking whether the C++ compiler works... yes

checking for C++ compiler default output file name... a.out

checking for suffix of executables...

checking whether we are cross compiling... no

checking for suffix of object files... o

checking whether we are using the GNU C++ compiler... yes

checking whether g++ accepts -g... yes

checking for style of include used by make... GNU

checking dependency style of g++... gcc3

checking how to run the C++ preprocessor... g++ -E

checking for grep that handles long lines and -e... /bin/grep

checking for egrep... /bin/grep -E

checking for ANSI C header files... yes

checking for sys/types.h... yes

checking for sys/stat.h... yes

checking for stdlib.h... yes

checking for string.h... yes

checking for memory.h... yes

checking for strings.h... yes

checking for inttypes.h... yes

checking for stdint.h... yes

checking for unistd.h... yes

checking arpa/inet.h usability... yes

checking arpa/inet.h presence... yes

checking for arpa/inet.h... yes

checking netdb.h usability... yes

checking netdb.h presence... yes

checking for netdb.h... yes

checking netinet/in.h usability... yes

checking netinet/in.h presence... yes

checking for netinet/in.h... yes

checking stddef.h usability... yes

checking stddef.h presence... yes

checking for stddef.h... yes

checking for stdint.h... (cached) yes

checking for stdlib.h... (cached) yes

checking sys/socket.h usability... yes

checking sys/socket.h presence... yes

checking for sys/socket.h... yes

checking sys/timeb.h usability... yes

checking sys/timeb.h presence... yes

checking for sys/timeb.h... yes

checking for stdbool.h that conforms to C99... yes

checking for _Bool... no

checking for an ANSI C-conforming const... yes

checking for inline... inline

checking for int16_t... yes

checking for int32_t... yes

checking for int64_t... yes

checking for size_t... yes

checking whether struct tm is in sys/time.h or time.h... time.h

checking for uint16_t... yes

checking for uint32_t... yes

checking for uint64_t... yes

checking for uint8_t... yes

checking for ptrdiff_t... yes

checking for stdlib.h... (cached) yes

checking for GNU libc compatible malloc... yes

checking for working memcmp... yes

checking for stdlib.h... (cached) yes

checking for GNU libc compatible realloc... yes

checking for ceil... yes

checking for floor... yes

checking for ftime... yes

checking for gethostbyname... yes

checking for gethostname... yes

checking for memset... yes

checking for pow... yes

checking for sqrt... yes

checking for strcasecmp... yes

checking for strncasecmp... yes

checking for strstr... yes

checking for strtol... yes

checking for xml2-config... /usr/bin/xml2-config

checking for libxml - version >= 2.6.5... yes (version 2.7.7)

checking gmp.h usability... yes

checking gmp.h presence... yes

checking for gmp.h... yes

checking for __gmpz_init2 in -lgmp... yes

checking zlib.h usability... yes

checking zlib.h presence... yes

checking for zlib.h... yes

checking for main in -lz... yes

checking for main in -lboost_thread-gcc-mt... no

checking for main in -lboost_thread-mt... yes

checking for main in -lboost_regex-gcc-mt... no

checking for main in -lboost_regex-mt... yes

checking for main in -lboost_system-gcc-mt... no

checking for main in -lboost_system-mt... yes

checking for main in -lpthread... yes

checking for main in -lboost_date_time-gcc-mt... no

checking for main in -lboost_date_time-mt... yes

checking for main in -lboost_filesystem-gcc-mt... no

checking for main in -lboost_filesystem-mt... yes

checking openssl/rsa.h usability... yes

checking openssl/rsa.h presence... yes

checking for openssl/rsa.h... yes

checking openssl/bn.h usability... yes

checking openssl/bn.h presence... yes

checking for openssl/bn.h... yes

checking openssl/err.h usability... yes

checking openssl/err.h presence... yes

checking for openssl/err.h... yes

checking openssl/sha.h usability... yes

checking openssl/sha.h presence... yes

checking for openssl/sha.h... yes

checking openssl/md5.h usability... yes

checking openssl/md5.h presence... yes

checking for openssl/md5.h... yes

checking for main in -lcrypto... yes

checking for pkg-config... /usr/bin/pkg-config

checking pkg-config is at least version 0.9.0... yes

checking for LUA... yes

checking mysql/mysql.h usability... yes

checking mysql/mysql.h presence... yes

checking for mysql/mysql.h... yes

checking for main in -lmysqlclient... yes

configure: creating ./config.status

config.status: creating Makefile

config.status: creating config.h

config.status: executing depfiles commands


theforgottenserver 0.4.3777


Server diagnostics.......... : no

Login server mode........... : no

OTAdmin protocol............ : no

Root run permission......... : no

Login server mode........... : no

Home-directory configuration : no

OTServ custom allocator..... : no

Debug build................. : no

Using LuaJIT................ : no


Build with MySQL............ : yes

Build with SQLite........... : no

Build with PostgreSQL....... : no


Configure complete, now you may type './build.sh'.

root@onservers-virtual-machine:/otserv/sources# ./build.sh

TheForgottenServer build script -

Using ccache

CCache binaries located in /usr/lib/ccache


Start building on 1 cores, using 2 processes


make all-am

make[1]: Entrando no diretório `/otserv/sources'

CXX actions.o

CXX allocator.o

CXX baseevents.o

CXX beds.o

CXX chat.o

CXX combat.o

CXX condition.o

CXX configmanager.o

CXX connection.o

CXX container.o

CXX creature.o

CXX creatureevent.o

CXX cylinder.o

CXX database.o

CXX databasemanager.o

CXX databasemysql.o

CXX depot.o

CXX dispatcher.o

CXX exception.o

CXX fileloader.o

CXX game.o

CXX globalevent.o

CXX group.o

CXX house.o

CXX housetile.o

CXX ioban.o

CXX ioguild.o

CXX iologindata.o

CXX iomap.o

CXX iomapserialize.o

CXX item.o

CXX itemattributes.o

CXX items.o

CXX luascript.o

CXX mailbox.o

CXX manager.o

CXX map.o

CXX monster.o

CXX monsters.o

CXX movement.o

CXX networkmessage.o

CXX npc.o

CXX otserv.o

CXX outfit.o

CXX outputmessage.o

CXX party.o

CXX player.o

CXX position.o

CXX protocol.o

CXX protocolgame.o

CXX protocolhttp.o

CXX protocollogin.o

CXX protocolold.o

CXX quests.o

make[1]: *** Sem regra para processar o alvo `rsa.o', necessário por `theforgottenserver'. Pare.

make[1]: ** Esperando que outros processos terminem.

CXX raids.o

make[1]: Saindo do diretório `/otserv/sources'

make: ** [all] Erro 2

root@onservers-virtual-machine:/otserv/sources#

ajuda ai :s

Editado por dukeeh (veja o histórico de edições)

asdukeeh.jpg

Link para o post
Compartilhar em outros sites
  • 3 weeks later...

esse erro e nao suas sources.

logo4.png

Acesse agora mesmo nosso site e conheca todos os produtos

Site: www.otservhost.com e MSN: [email protected]

Link para o post
Compartilhar em outros sites
  • 2 months later...

Na hora do autogen, de compilar, aparece isto aqui quando eu digito:

root@victor-desktop:/otserver/trunk# ./autogen.sh

./autogen.sh: linha 1: autoreconf: comando não encontrado

Aldebaran-OT Baiak Custom inaugurado 27/08/12
Link para o post
Compartilhar em outros sites
  • 1 month later...

da erro neste comando pra mim(/autogen.sh)

root@localhost-15:/otserv/trunk# .autogen.sh

.autogen.sh: comando não encontrado

Link para o post
Compartilhar em outros sites

Você viu se tem este arquivo na pasta?

# Regras Gerais - TibiaKing.com #
Contato: [email protected]
Não respondo dúvidas via MP.


1C2tu.png4Tlqo.png1C2tu.png


 

Link para o post
Compartilhar em outros sites

da erro neste comando pra mim(/autogen.sh)

root@localhost-15:/otserv/trunk# .autogen.sh

.autogen.sh: comando não encontrado

Você precisa dar as permissões CHMOD 777 no arquivo autogen.sh, configure.ac e build.sh

Link para o post
Compartilhar em outros sites

#Dica

Se der erro de permissão abre com

sh autogen.sh

sh build.sh

No meu casso deu isso e funcionou =D

Editado por comedinhasss (veja o histórico de edições)

Bruno de Carvalho Câmara / Administrador TibiaKing

[email protected]


 

btn_donateCC_LG.gif

 

Em 26/12/2016 em 03:47, Spraypaint disse:

A força da alienação vem dessa fragilidade dos indivíduos, quando apenas conseguem identificar o que os separa e não o que os une.

-miltinho

 

wMwSJFE.png?1

 

Link para o post
Compartilhar em outros sites

Você precisa dar as permissões CHMOD 777 no arquivo autogen.sh, configure.ac e build.sh

.autogen.sh: comando não encontrado - ou seja o arquivo autogen.sh nao esta na pasta quando e erro de permissão aparece ./autogen.sh not permission.

logo.png

 

Hospedagen BR e USA, VPS e Dedicados de alta peformance  você so encontra aqui

www.jeahost.com.br

Link para o post
Compartilhar em outros sites
  • 11 months later...

Por favor, alguem me ajuda, não sei oque é Sources TFS e não sei como junta este arquivo na pasta do OTServer para hospeda-lo no Ubuntu?

Link para o post
Compartilhar em outros sites
  • 10 months later...

Participe da conversa

Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.

Visitante
Responder

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emojis são permitidos.

×   Seu link foi automaticamente incorporado.   Mostrar como link

×   Seu conteúdo anterior foi restaurado.   Limpar o editor

×   Não é possível colar imagens diretamente. Carregar ou inserir imagens do URL.

  • Quem Está Navegando   0 membros estão online

    Nenhum usuário registrado visualizando esta página.

×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo