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

Archive::Linux Servers Archive area for Linux Servers's posts that were moved here after an inactivity period of 90 days.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #5  
Old 03-18-2003, 07:18 PM
Bigpull
Discordant
 
Join Date: Feb 2003
Posts: 305
Default

[edited]
This is what happens when you don't have the shared lib installed to a dir in your ld.so.conf or don't use LD_LIBRARY_PATH. Or in this case have a version mismatch, in this case it looks like your missing one of the functions in libEmuShareMem, loot tables were recently added.
Here is my startup script might help some of you

Code:
#!/bin/sh
WORLD=Change world ip/host
ZONE=Change to zone ip/host
mkdir -p logs 2>&1 > /dev/null
#mini#if [ ! -e .lock-login ] ; then
#mini#    touch .lock-login
#mini#    wine ./MiniLogin.exe > ../logs/login & )
#mini#    sleep 30
#mini#fi
export LD_LIBRARY_PATH=`pwd`
if [ ! -e .lock-world ] ; then
    touch .lock-world
    ./world 2>&1 > logs/world &
    # slow servers
    #sleep 5 
fi
if [ ! -e .lock-zones ] ; then
    touch .lock-zones
    ./zone qeynos $ZONE 7995 $WORLD 2>&1 > logs/qeynos.log &
    ./zone cshome $ZONE 7996 $WORLD 2>&1 > logs/cshome.log &
fi

    if [ foo"" != foo"$1" ] ; then
    for i in "$@" ; do 
        ./zone . $ZONE $i $WORLD 2>&1 > logs/zones &
    done
    fi
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 03:08 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