• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux Help on Debian

Dankoo

Active Member
Joined
Sep 4, 2010
Messages
1,007
Reaction score
27
Hello,

I've got an dedicated server on debian, I'm facing some issues.

I've just formated my system (I can do it once a month), and been trying to follow the instructions on doc/README and elf's tutorial...

So, I've done the following:

1 - Acessed my server with root account trough PuTTY

2 - Used apt-get update
tibiabr:~# apt-get update
Ign cdrom://[Debian GNU/Linux 5.0.5 _Lenny_ - Official amd64 DVD Binary-1 20100626-18:48] lenny Release.gpg
Ign cdrom://[Debian GNU/Linux 5.0.5 _Lenny_ - Official amd64 DVD Binary-1 20100626-18:48] lenny/contrib Translation-pt_BR
Ign cdrom://[Debian GNU/Linux 5.0.5 _Lenny_ - Official amd64 DVD Binary-1 20100626-18:48] lenny/main Translation-pt_BR
Ign cdrom://[Debian GNU/Linux 5.0.5 _Lenny_ - Official amd64 DVD Binary-1 20100626-18:48] lenny Release
Ign cdrom://[Debian GNU/Linux 5.0.5 _Lenny_ - Official amd64 DVD Binary-1 20100626-18:48] lenny/contrib Packages/DiffIndex
Ign cdrom://[Debian GNU/Linux 5.0.5 _Lenny_ - Official amd64 DVD Binary-1 20100626-18:48] lenny/main Packages/DiffIndex
Atingido Debian -- Security Information lenny/updates Release.gpg
Ign Debian -- Security Information lenny/updates/main Translation-pt_BR
Ign Debian -- Security Information lenny/updates/contrib Translation-pt_BR
Atingido Debian -- Security Information lenny/updates Release
Ign Debian -- Security Information lenny/updates/main Packages/DiffIndex
Ign Debian -- Security Information lenny/updates/contrib Packages/DiffIndex
Ign Debian -- Security Information lenny/updates/main Sources/DiffIndex
Ign Debian -- Security Information lenny/updates/contrib Sources/DiffIndex
Atingido Debian -- Security Information lenny/updates/main Packages
Atingido Debian -- Security Information lenny/updates/contrib Packages
Atingido Debian -- Security Information lenny/updates/main Sources
Atingido Debian -- The debian-volatile Project lenny/volatile Release.gpg
Ign Debian -- The debian-volatile Project lenny/volatile/main Translation-pt_BR
Ign Debian -- The debian-volatile Project lenny/volatile/contrib Translation-pt_BR
Atingido Debian -- Security Information lenny/updates/contrib Sources
Atingido Debian -- The debian-volatile Project lenny/volatile Release
Ign Debian -- The debian-volatile Project lenny/volatile/main Packages/DiffIndex
Ign Debian -- The debian-volatile Project lenny/volatile/contrib Packages/DiffIndex
Ign Debian -- The debian-volatile Project lenny/volatile/main Sources/DiffIndex
Ign Debian -- The debian-volatile Project lenny/volatile/contrib Sources/DiffIndex
Atingido Debian -- The debian-volatile Project lenny/volatile/main Packages
Atingido Debian -- The debian-volatile Project lenny/volatile/contrib Packages
Atingido Debian -- The debian-volatile Project lenny/volatile/main Sources
Atingido Debian -- The debian-volatile Project lenny/volatile/contrib Sources
Lendo listas de pacotes... Pronto
3 - apt-get upgrade
tibiabr:~# apt-get upgrade
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem removidos e 0 não atualizados.
4 - apt-get dist-upgrade
tibiabr:~# apt-get dist-upgrade
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
Calculando atualização... Pronto
0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem removidos e 0 não atualizados.

5 - And then I've tried the command line

Code:
apt-get install libboost1.38-dev liblua5.1-0 liblua5.1-0-dev liblua50 liblua50-dev liblualib50 liblualib50-dev lua50 libsqlite0 libsqlite0-dev libsqlite3-0 libsqlite3-dev sqlite3 lua5.1 libmysql++-dev libgmp3-dev subversion make g++ libxml2 libxml2-dev libxml++2.6-dev libmysqlclient15-dev mysql-client-5.0 mysql-common mysql-server-5.0 gcc cpp automake autoconf pkg-config zlib1g-dev ccache libcrypto++-dev

And I receive:

Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
E: Impossível achar pacote libboost1.38-dev

[For english messages, please use Google Translator]

Thanks a lot
 
try this
Code:
apt-get install libboost1.42-dev libboost-system1.42-dev libboost-filesystem1.42-dev libboost-date-time1.42-dev libboost-regex1.42-dev libboost-thread1.42-dev libgmp3-dev liblua5.1-0 liblua5.1-0-dev liblua50 liblua50-dev liblualib50 liblualib50-dev lua50 lua5.1 libsqlite0-dev libsqlite3-dev sqlite3 libmysql++-dev libmysqlclient-dev mysql-client-5.1 mysql-server-5.1 mysql-common libxml2-dev libxml++2.6-dev cpp gcc g++ make automake autoconf pkg-config subversion liblua5.1-sql-mysql-dev liblua5.1-sql-sqlite3-dev zlib1g-dev zlib1g libcrypto++-dev libcrypto++8
 
I'm moving to Ubuntu, is this line code better than the original? (it haves newer versions as far as I can see)

PS: My 800th post xD
 
Back
Top