• 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!

Installing some libs... A little error

tigerx2

New Member
Joined
Apr 5, 2010
Messages
104
Reaction score
2
While trying to install the libs as it says on the official tutorial (for Ubuntu 13.04)
Input:
sudo apt-get install libboost1.48-all-dev libphysfs-dev libssl-dev liblua5.1-dev
Output:
E: Impossível encontrar o pacote libboost1.48-all-dev
E: Não foi possível encontrar o pacote através da expressão regular 'libboost1.48-all-dev'
It says that is impossible to find libboost1.48-all-dev packet (in portuguese)

I am very newbie at Ubuntu, can anyone help me ? Thanks

PS: already did the commands -> sudo apt-get upgrade and then sudo apt-get update

----------------------------------

Solved by changing the version of libboost from 1.48 to 1.53 :)
 
Last edited:
Back
Top