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

Compiling Got problem to install a package to Ubuntu 10.04 libboost-system-dev

Byllan

Member
Joined
Dec 29, 2009
Messages
1,079
Reaction score
12
Location
SWEDEN
Hello

When i do
PHP:
sudo apt-get install subversion autoconf build-essential pkg-config libboost-dev libgmp3-dev libxml2-dev liblua5.1-0-dev libmysqlclient-dev libcrypto++-dev ccache libboost-filesystem-dev libboost-regex-dev libboost-system-dev libboost-thread-dev screen libssl-dev libluajit-5.1-dev


i get
PHP:
Reading package lists... Done
Building dependency tree
Reading state information... Done
subversion is already the newest version.
autoconf is already the newest version.
build-essential is already the newest version.
pkg-config is already the newest version.
pkg-config set to manually installed.
libboost-dev is already the newest version.
libgmp3-dev is already the newest version.
libxml2-dev is already the newest version.
liblua5.1-0-dev is already the newest version.
Note, selecting libmysqlclient15-dev instead of libmysqlclient-dev
libmysqlclient15-dev is already the newest version.
libboost-filesystem-dev is already the newest version.
libboost-filesystem-dev set to manually installed.
libboost-regex-dev is already the newest version.
libboost-regex-dev set to manually installed.
E: Couldn't find package libboost-system-dev

How to fix the last problem?
E: Couldn't find package libboost-system-dev

Thankz
 
I did
apt-get install libboost-system-dev

i get

Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package libboost-system-dev
 
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
Couldn't find any package whose name or description matched "libboost-system1.41-dev"
Couldn't find any package whose name or description matched "libboost-system1.41-dev"
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
E: Directory '/var/log/apt/' missing
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
 

Similar threads

Back
Top Bottom