• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Linux Complie Source

president vankk

Web Developer & AuraOT Owner
Joined
Jul 10, 2009
Messages
5,719
Solutions
9
Reaction score
339
Error:

Code:
Package libboost1.41-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package libboost1.41-dev has no installation candidate

Command:

Code:
apt-get install libboost1.41-dev libboost-system1.41-dev libboost-filesystem1.41-dev libboost-date-time1.41-dev libboost-regex1.41-dev libboost-thread1.41-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

/etc/sources.list:

Code:
deb http://security.debian.org/ squeeze/updates main contrib non-free
deb-src http://security.debian.org/ squeeze/updates main contrib non-free
deb ftp://ftp.us.debian.org/debian/ squeeze main contrib non-free
deb-src ftp://ftp.us.debian.org/debian/ squeeze main contrib non-free
deb http://mirror.home-dn.net/debian-multimedia squeeze main
deb http://www.debian-multimedia.org/ testing main
deb-src http://www.debian-multimedia.org/ testing main
deb http://www.debian-multimedia.org squeeze main
deb http://ftp.uk.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.uk.debian.org/debian/ testing main contrib non-fre

REP+
 
These errors are annoying me.

Code:
scriptmanager.cpp: In member function âbool ScriptManager::loadMods()â:
scriptmanager.cpp:130:23: error: âclass boost::filesystem3::directory_entryâ has no member named âleafâ
make[1]: *** [scriptmanager.o] Error 1
make[1]: *** Waiting for unfinished jobs....
mv -f .deps/raids.Tpo .deps/raids.Po
mv -f .deps/server.Tpo .deps/server.Po
make[1]: Leaving directory `/root/trunk.r3884'
make: *** [all] Error 2

Line 130:
[cpp]std::string s = it->leaf();[/cpp]
 
Code:
luascript.cpp: In member function âbool LuaInterface::loadDirectory(const std::string&, Npc*)â:
luascript.cpp:742:3: error: expected â,â or â;â before âifâ
make[1]: *** [luascript.o] Error 1
make[1]: Leaving directory `/root/trunk.r3777'
make: *** [all] Error 2

Line 742:
[cpp]if(!boost::filesystem::is_directory(it->status()) && (s.size() > 4 ? s.substr(s.size() - 4) : "") == ".lua")[/cpp]
 
Code:
/usr/bin/ld: connection.o: undefined reference to symbol 'pthread_getspecific@@GLIBC_2.2.5'
/usr/bin/ld: note: 'pthread_getspecific@@GLIBC_2.2.5' is defined in DSO /lib64/libpthread.so.0 so try adding it to the linker command line
/lib64/libpthread.so.0: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[1]: *** [theforgottenserver] Error 1
make[1]: Leaving directory `/root/trunk.r3859s'
make: *** [all] Error 2
vps:~/trunk.r3859s#

how i fixed? :s
 
Why are appers it on PuTTY:

SQk6aGDn9f.png


PS: I don't say nothing.
 
Back
Top