• 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 Why sources not compile?

ladyforest

New Member
Joined
Sep 11, 2016
Messages
5
Reaction score
0
I was using Ubuntu in my desktop
But now i started to use Kali to study about security...
I love this system, but i got a problem to compile my otserver sources...

I used this command to install libs to compile it in ubuntu following forum tutorial's:

apt-get install autoconf build-essential pkg-config automake libboost-all-dev libgmp3-dev libxml2-dev liblua5.1-0-dev libmysqlclient-dev libssl-dev libsqlite3-dev

Code:
root@ana:~# apt-get install autoconf build-essential pkg-config automake libboost-all-dev libgmp3-dev libxml2-dev liblua5.1-0-dev libmysqlclient-dev libssl-dev libsqlite3-dev
Reading package lists... Done
Building dependency tree      
Reading state information... Done
autoconf is already the newest version (2.69-10).
automake is already the newest version (1:1.15-4).
build-essential is already the newest version (12.2).
libboost-all-dev is already the newest version (1.61.0.2).
libgmp3-dev is already the newest version (2:6.1.1+dfsg-1).
liblua5.1-0-dev is already the newest version (5.1.5-8.1).
libmysqlclient-dev is already the newest version (5.6.30-1).
libsqlite3-dev is already the newest version (3.14.1-1).
libssl-dev is already the newest version (1.0.2h-1).
libxml2-dev is already the newest version (2.9.4+dfsg1-1+b1).
pkg-config is already the newest version (0.29-4).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@ana:~#

I tried to execute the program alreadly compiled, but show me this:
./tfs
Code:
./tfs: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory

But when i try to compile show me this errors:
http://hastebin.com/ebawoququq.vbs

What is it? How to fix? Pls!

!!!f5!!!

--- f5 ---

!F5!
 
Last edited by a moderator:
There are many errors on the compile log, I think you may be missing some library installed on your system. Check if the requested library is installed, if it is and you still getting the error, check for the location of the variable, and tweak it to be according of the installation. The answers on how to do that, you can find easily on google. This is just some directions.
 
There are many errors on the compile log, I think you may be missing some library installed on your system. Check if the requested library is installed, if it is and you still getting the error, check for the location of the variable, and tweak it to be according of the installation. The answers on how to do that, you can find easily on google. This is just some directions.

First, thank you to your answer but idk how to make what you said

I trought it was only:
Code:
apt-get install autoconf build-essential pkg-config automake libboost-all-dev libgmp3-dev libxml2-dev liblua5.1-0-dev libmysqlclient-dev libssl-dev libsqlite3-dev
Reading package lists... Done
Building dependency tree      
Reading state information... Done
autoconf is already the newest version (2.69-10).
automake is already the newest version (1:1.15-4).
build-essential is already the newest version (12.2).
libboost-all-dev is already the newest version (1.61.0.2).
libgmp3-dev is already the newest version (2:6.1.1+dfsg-1).
liblua5.1-0-dev is already the newest version (5.1.5-8.1).
libmysqlclient-dev is already the newest version (5.6.30-1).
libsqlite3-dev is already the newest version (3.14.1-1).
libssl-dev is already the newest version (1.0.2h-1).
libxml2-dev is already the newest version (2.9.4+dfsg1-1+b1).
pkg-config is already the newest version (0.29-4).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


Sawing the errors i tried it:

Code:
apt-get install libxml2
Reading package lists... Done
Building dependency tree      
Reading state information... Done
libxml2 is already the newest version (2.9.4+dfsg1-1+b1).
libxml2 set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Code:
apt-get install unicode
Reading package lists... Done
Building dependency tree      
Reading state information... Done
The following additional packages will be installed:
  unicode-data
The following NEW packages will be installed:
  unicode unicode-data
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 7,100 kB of archives.
After this operation, 33.7 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://archive-6.kali.org/kali kali-rolling/main amd64 unicode all 2.4 [19.6 kB]
Get:2 http://archive-5.kali.org/kali kali-rolling/main amd64 unicode-data all 9.0-1 [7,080 kB]
Fetched 7,100 kB in 13s (534 kB/s)                                            
Selecting previously unselected package unicode.
(Reading database ... 361141 files and directories currently installed.)
Preparing to unpack .../0-unicode_2.4_all.deb ...
Unpacking unicode (2.4) ...
Selecting previously unselected package unicode-data.
Preparing to unpack .../1-unicode-data_9.0-1_all.deb ...
Unpacking unicode-data (9.0-1) ...
Setting up unicode-data (9.0-1) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up unicode (2.4) ...

Still errors (i've posted all, 1,2,3 steps to compile now)
http://hastebin.com/ebawoququq.vbs
 
Last edited:
Your version of boost is to new for this rev. Try using an older version(maybe 1.50 or 1.47) or use an older version of the OS, like Debian 7 instead of 8.
 
Your version of boost is to new for this rev. Try using an older version(maybe 1.50 or 1.47) or use an older version of the OS, like Debian 7 instead of 8.

Thank you to your answer!
Could you help me to do it?
I really scared to break my system!
I'm new on this linux world, and i download this system to study.
 
Warning for spamming multiple posts!
I wouldn't recommend Kali for hosting

Ty, i don't will
I wanna be a forensic so i'm studying kali tools, thats why i use it in my desktop...
I will buy a host, i just don't want stop to make my server, i need to open it here

--- f5 ----

Your version of boost is to new for this rev. Try using an older version(maybe 1.50 or 1.47) or use an older version of the OS, like Debian 7 instead of 8.

How did u saw it? Pls help!

--- f 5 ---

No one know? I don't found nothing! I really i want back to edit my server :( :(

A link, a guide, a way pls!

--- main topic edited --
 
Last edited by a moderator:

Similar threads

Back
Top