Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Linux Servers

Support::Linux Servers Support forum for Linux EQEMu users.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #21  
Old 03-01-2013, 09:25 PM
azog
Sarnak
 
Join Date: Sep 2011
Posts: 51
Default cmake errors

This is what I get ;

CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:91 (MESSAGE):
Could NOT find PerlLibs (missing: PERL_LIBRARY) (found version "5.14.2")
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:252 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-2.8/Modules/FindPerlLibs.cmake:263 (find_package_handle_standard_args)
CMakeLists.txt:141 (FIND_PACKAGE)


for this I ran
sudo apt-get install php5-curl

for the next error not sure if its fixed by doing the above curl install ;
Variable Name: PERL_LIBRARY
Description: Path to a library.
Current Value: PERL_LIBRARY-NOTFOUND
New Value (Enter to keep current value):


I don't think it compiled I get the following ;

! Done with the installation !
!--------------------------------------------------------------!
! to start your server run !
! /home/eqemu/server/startup.sh !
! and to stop your server run !
! /home/eqemu/server/killeq.sh !
+--------------------------------------------------------------+
root@EQEMU-SERVER:/home# cd /home/eqemu/server
root@EQEMU-SERVER:/home/eqemu/server# startup.sh
startup.sh: command not found
root@EQEMU-SERVER:/home/eqemu/server# ls
chatserver log.ini logs patch_RoF.conf plugins worldui.pl
commands.pl login.ini mail_opcodes.conf patch_SoD.conf quests zone
db.ini login_opcodes.conf mailserver patch_SoF.conf shared
eqemu_config.xml login_opcodes_sod.conf Maps patch_Titanium.conf shared_memory
eqlaunch loginserver opcodes.conf patch_Underfoot.conf startup.sh
killeq.sh LoginServer.ini patch_6.2.conf plugin.pl world
root@EQEMU-SERVER:/home/eqemu/server# ./startup.sh
Starting Login Server...
Waiting about 5 seconds before starting World Server...
./startup.sh: line 10: ./loginserver: No such file or directory
./startup.sh: line 14: ./shared_memory: No such file or directory
Waiting 10 seconds before starting the zones via launcher
./startup.sh: line 17: ./world: No such file or directory
The server is mostly ready... give it a couple of minutes
to load stuff from the databases for the zones and users
can start logging in.
root@EQEMU-SERVER:/home/eqemu/server# ./startup.sh: line 21: ./eqlaunch: No such file or directory


Here is all of the output;
Code:
 +--------------------------------------------------------------+

Would you like to see advanced options? [No]:no
Please wait while cmake processes CMakeLists.txt files....

CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:91 (MESSAGE):
  Could NOT find PerlLibs (missing: PERL_LIBRARY) (found version "5.14.2")
Call Stack (most recent call first):
  /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:252 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake-2.8/Modules/FindPerlLibs.cmake:263 (find_package_handle_standard_args)
  CMakeLists.txt:141 (FIND_PACKAGE)




Variable Name: CMAKE_BUILD_TYPE
Description: Choose the type of build.
Current Value: RelWithDebInfo
New Value (Enter to keep current value):

Variable Name: CMAKE_INSTALL_PREFIX
Description: Install path prefix, prepended onto install directories.
Current Value: /usr/local
New Value (Enter to keep current value):

Variable Name: EQEMU_BUILD_AZONE
Description: Build azone utility.
Current Value: OFF
New Value (Enter to keep current value):

Variable Name: EQEMU_BUILD_LOGIN
Description: Build the login server.
Current Value: OFF
New Value (Enter to keep current value): ON

Variable Name: EQEMU_BUILD_SERVER
Description: Build the game server.
Current Value: ON
New Value (Enter to keep current value):

Variable Name: EQEMU_BUILD_TESTS
Description: Build utility tests.
Current Value: OFF
New Value (Enter to keep current value):

Variable Name: EQEMU_DEBUG_LEVEL
Description: EQEmu debug level:
  0 - Quiet mode Errors to file Status and Normal ignored
  1 - Status and Normal to console, Errors to logfile
  2 - Status, Normal, and Error to console and logfile
  3 - Light debug release errors and status
  4 - Moderate debug release errors and status
  5 - Maximum debug release errors and status
  10 - More errors than you ever wanted to see
Current Value: 5
New Value (Enter to keep current value):

Variable Name: EQEMU_ENABLE_BOTS
Description: Enable Bots
Current Value: OFF
New Value (Enter to keep current value): ON

Variable Name: EQEMU_ENABLE_RVALUE_MOVE
Description: Enable EQEmu RValue References (Enable if GCC 4.3 or higher)
Current Value: OFF
New Value (Enter to keep current value):

Variable Name: PERL_INCLUDE_PATH
Description: Path to a file.
Current Value: /usr/lib/perl/5.14/CORE
New Value (Enter to keep current value):

Variable Name: PERL_LIBRARY
Description: Path to a library.
Current Value: PERL_LIBRARY-NOTFOUND
New Value (Enter to keep current value):

Please wait while cmake processes CMakeLists.txt files....




 Compiling source-code -- please wait...


+--------------------------------------------------------------+
! Making links to compiled executables in the server directory.!
+--------------------------------------------------------------+
[ Press [ENTER] to continue... ]


+--------------------------------------------------------------+
! Writing Startup Script... !
+--------------------------------------------------------------+
[ Press [ENTER] to continue... ]

+--------------------------------------------------------------+
! Writing db.ini !
+--------------------------------------------------------------+
+--------------------------------------------------------------+
! Writing login.ini !
+--------------------------------------------------------------+
+--------------------------------------------------------------+
! Writing LoginServer.ini !
+--------------------------------------------------------------+
+--------------------------------------------------------------+
! Writing eqemu_config.xml !
+--------------------------------------------------------------+

+--------------------------------------------------------------+
! Done with the installation !
!--------------------------------------------------------------!
! to start your server run !
! /home/eqemu/server/startup.sh !
! and to stop your server run !
! /home/eqemu/server/killeq.sh !
+--------------------------------------------------------------+
root@EQEMU-SERVER:/home# cd /home/eqemu/server
root@EQEMU-SERVER:/home/eqemu/server# startup.sh
startup.sh: command not found
root@EQEMU-SERVER:/home/eqemu/server# ls
chatserver        log.ini                 logs               patch_RoF.conf        plugins        worldui.pl
commands.pl       login.ini               mail_opcodes.conf  patch_SoD.conf        quests         zone
db.ini            login_opcodes.conf      mailserver         patch_SoF.conf        shared
eqemu_config.xml  login_opcodes_sod.conf  Maps               patch_Titanium.conf   shared_memory
eqlaunch          loginserver             opcodes.conf       patch_Underfoot.conf  startup.sh
killeq.sh         LoginServer.ini         patch_6.2.conf     plugin.pl             world
root@EQEMU-SERVER:/home/eqemu/server# ./startup.sh
Starting Login Server...
Waiting about 5 seconds before starting World Server...
./startup.sh: line 10: ./loginserver: No such file or directory
./startup.sh: line 14: ./shared_memory: No such file or directory
Waiting 10 seconds before starting the zones via launcher
./startup.sh: line 17: ./world: No such file or directory
The server is mostly ready... give it a couple of minutes
to load stuff from the databases for the zones and users
can start logging in.
root@EQEMU-SERVER:/home/eqemu/server# ./startup.sh: line 21: ./eqlaunch: No such file or directory
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 07:26 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3