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
  #7  
Old 09-20-2007, 08:34 AM
sfisque
Hill Giant
 
Join Date: Oct 2006
Posts: 248
Default

regarding the library path, your startup script for world, zone, etc. should include something like this in its preamble (the area where you set up variables before doing the heavy lifting)

Code:
MYSQL_LIB=`mysql_config --libs`
P=`pwd` 

export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$MYSQL_LIB:$P"

note those are backticks and NOT single quotes. backticks tell /bin/sh that it should take the output of those commands and place it in the variable, rather than setting the variable to the explicit values listed, e.g. if pwd outputs "/home/eq_admin/server" then using the backticks will cause P to equal that output, rather than setting P equal to "pwd".

hope that helps.

as for angelox's fix, whenever you update from an older build, always, always, ALWAYS (did i mention always) read the changelogs because if the new executable requires changes to teh database, those changes will either occur in the changelog script or be referenced in another file.

reading == your friend

== sfisque
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 05:21 AM.


 

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