• 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 Installing libs Problem Ubuntu

frozenbolt

New Member
Joined
Jul 17, 2012
Messages
48
Reaction score
0
Hello Otland ,

i have an Problem when i type in the Terminal :

PHP:
cd
sudo apt-get install subversion autoconf build-essential pkg-config libboost-dev libgmp3-dev liblua5.1-0-dev libmysqlclient-dev libcrypto++-dev ccache libboost-filesystem-dev libboost-regex-dev libboost-system-dev libboost-thread-dev screen libluajit-5.1-de
v

I become this :

It's in polish see translaction :

PHP:
Następujące pakiety mają niespełnione zależności:
 libboost-regex-dev : Wymaga: libboost-regex1.42-dev ale nie zostanie zainstalowany
 libssl-dev : Wymaga: libssl0.9.8 (= 0.9.8o-1ubuntu4) ale 0.9.8o-1ubuntu4.6 ma zostać zainstalowany
 libxml2-dev : Wymaga: libxml2 (= 2.7.7.dfsg-4) ale 2.7.7.dfsg-4ubuntu0.4 ma zostać zainstalowany
E: Pakiety są uszkodzone

Translated :

PHP:
The following packages have unmet dependencies:
libboost-regex-dev : It requires: libboost-regex1.42-dev but will not be installed 
 libssl-dev : It requires:libssl0.9.8 (= 0.9.8o-1ubuntu4) ale 0.9.8o-1ubuntu4.6 is to be installed
 libxml2-dev : It requires: libxml2 (= 2.7.7.dfsg-4) ale 2.7.7.dfsg-4ubuntu0.4 is to be installed

-------------------------------------------------------------------------------
Translated in Google Sorry for My English.
 
Lua:
apt-get install subversion autoconf build-essential pkg-config libboost-dev libgmp3-dev libxml2-dev liblua5.1-0-dev libmysqlclient-dev ccache libboost-filesystem-dev libboost-regex-dev libboost-system-dev libboost-thread-dev screen libssl-dev libluajit-5.1-dev libcrypto++-dev
 
yeah remove libcrypto this:
Lua:
apt-get install subversion autoconf build-essential pkg-config libboost-dev libgmp3-dev libxml2-dev liblua5.1-0-dev libmysqlclient-dev ccache libboost-filesystem-dev libboost-regex-dev libboost-system-dev libboost-thread-dev screen libssl-dev libluajit-5.1-dev

OPTIONAL:
yes you have problem and say
E: Couldn't find any package by regex 'libluajit-5.1-dev'
use this

Lua:
[code=lua]apt-get install subversion autoconf build-essential pkg-config libboost-dev libgmp3-dev libxml2-dev liblua5.1-0-dev libmysqlclient-dev ccache libboost-filesystem-dev libboost-regex-dev libboost-system-dev libboost-thread-dev screen libssl-dev
 
I tried all , read in google but the error comming...


libboost-regex-dev : It requires: libboost-regex1.42-dev is not to be installed.
 
why don't try install
Lua:
apt-get install libboost-regex1.42-dev
and try again..
Lua:
apt-get install subversion autoconf build-essential pkg-config libboost-dev libgmp3-dev libxml2-dev liblua5.1-0-dev libmysqlclient-dev ccache libboost-filesystem-dev libboost-regex-dev libboost-system-dev libboost-thread-dev screen libssl-dev libluajit-5.1-dev
 
Back
Top