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.

Reply
 
Thread Tools Display Modes
  #1  
Old 05-08-2003, 03:03 AM
silux
Fire Beetle
 
Join Date: May 2003
Posts: 17
Default LoadEMUShareMemDLL::Load() failed error=./zone

I'm not quite sure what that means but thats the error zone spits out when I try and run the command... it also gave me an error

current_zone_version eqemu 0.4.3

I get this even though the line above it says basically the same thing with status... again I'm not sure what that means.

but then it kept doing stuf... so I"m not sure what I'm supposed to do here but I could really use some help.
Reply With Quote
  #2  
Old 05-09-2003, 04:07 PM
Bigpull
Discordant
 
Join Date: Feb 2003
Posts: 305
Default

Use cvs from source forge 0.4.3 has lots of known problems that have been fixed
Reply With Quote
  #3  
Old 06-12-2003, 06:53 AM
Muuss
Dragon
 
Join Date: May 2003
Posts: 539
Default

have you set your LD_LIBRARY_PATH to the directory where libEmuShareMem.so is, or done the necessary to allow your binary to access that file ?

if no, type :

export LD_LIBRARY_PATH=/directory/of/your/so/file
Reply With Quote
  #4  
Old 07-29-2003, 02:09 PM
Kell
Fire Beetle
 
Join Date: Jul 2003
Posts: 1
Default

This also works, and is a bit more generic
Code:
export LD_LIBRARY_PATH=./
An alternative is adding two lines in common/EMuShareMem.cpp

After
Code:
        hDLL = LoadLibrary(EmuLibName);
Add
Code:
        if ( !hDLL) 
                hDLL = LoadLibrary("./" EmuLibName);
Reply With Quote
Reply


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 09:25 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3