Jump to content
TrinityCore

tuxman

Plebs
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

tuxman's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello, I've got the same error with Ubuntu 11.04 because I needed more swap. You can get temporary swap with (you must be in Super-User) : 1026 = temporary swap size in Mo. The temporary swap stay until a reboot.
  2. [sOLVED] : I've found the problem of "ld terminated with signal 9". I needed more Swap : sudo dd if=/dev/zero of=/tmp/swap bs=1M count=512 sudo mkswap /tmp/swap sudo swapon /tmp/swap
  3. Hi, I've got a problem to compile worldserver : [...] Linking CXX executable worldserver ../game/libgame.a(ScriptLoader.cpp.o): In function `AddOutlandScripts()': /home/trinity/TrinityCore/src/server/game/Scripting/ScriptLoader.cpp:971: undefined reference to `AddSC_black_temple()' /home/trinity/TrinityCore/src/server/game/Scripting/ScriptLoader.cpp:975: undefined reference to `AddSC_boss_gurtogg_bloodboil()' /home/trinity/TrinityCore/src/server/game/Scripting/ScriptLoader.cpp:976: undefined reference to `AddSC_boss_mother_shahraz()' /home/trinity/TrinityCore/src/server/game/Scripting/ScriptLoader.cpp:977: undefined reference to `AddSC_boss_reliquary_of_souls()' /home/trinity/TrinityCore/src/server/game/Scripting/ScriptLoader.cpp:979: undefined reference to `AddSC_boss_najentus()' /home/trinity/TrinityCore/src/server/game/Scripting/ScriptLoader.cpp:981: undefined reference to `AddSC_instance_black_temple()' collect2: ld returned 1 exit status make[2]: *** [src/server/worldserver/worldserver] Erreur 1 make[1]: *** [src/server/worldserver/CMakeFiles/worldserver.dir/all] Erreur 2 make: *** [all] Erreur 2. I use Ubuntu-11.04, ACE 6.0.2 and OpenSSL 1.0.0d.
  4. Hi, I've found a new problem : I can't compile worldserver (the file /Build/src/server/worldserver/worldserver is empty). I've got this message with make : Linking CXX executable worldserver ld terminated with signal 9
  5. Hi, I'm on Ubuntu 11.04/GNOME I've got a problem with the compiliation of TrinityCore (make install) : root@ubuntu-dell:/home/trinity/TrinityCore/Build# make install [ 2%] Built target jemalloc [ 7%] Built target g3dlib [ 7%] Built target gsoap [ 7%] Built target revision.h [ 8%] Built target shared_pch_dephelp [ 8%] Built target pch_Generate_shared [ 10%] Built target shared [ 11%] Built target game_pch_dephelp [ 12%] Built target pch_Generate_game [ 32%] Built target game [ 32%] Built target collision_pch_dephelp [ 32%] Built target pch_Generate_collision [ 33%] Built target collision [ 33%] Built target authserver_pch_dephelp [ 33%] Built target pch_Generate_authserver [ 33%] Built target authserver [ 34%] Built target scripts_pch_dephelp [ 34%] Built target pch_Generate_scripts [ 99%] Built target scripts [100%] Built target worldserver_pch_dephelp [100%] Built target pch_Generate_worldserver [100%] Built target worldserver Install the project... -- Install configuration: "Release" -- Up-to-date: /home/trinity/Serveur/bin/authserver -- Up-to-date: /home/trinity/Serveur/etc/authserver.conf.dist -- Installing: /home/trinity/Serveur/bin/worldserver CMake Error at src/server/worldserver/cmake_install.cmake:45 (FILE): file RPATH_CHANGE could not write new RPATH: /usr/local/lib:/home/trinity/.sys/lib to the file: /home/trinity/Serveur/bin/worldserver No valid ELF RPATH or RUNPATH entry exists in the file; Error reading ELF identification. Call Stack (most recent call first): src/server/cmake_install.cmake:42 (INCLUDE) src/cmake_install.cmake:38 (INCLUDE) cmake_install.cmake:38 (INCLUDE) make: *** [install] Erreur 1 Could you help me ? Thank you AngelKiller98 (excuse me for my bad English : I'm French )
×
×
  • Create New...