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 03-20-2003, 12:12 PM
Ayukawa's Avatar
Ayukawa
Sarnak
 
Join Date: Mar 2002
Posts: 35
Default LoadEMuShareMemDLL::Load() failed error=u

Afternoon there...

I have been working on trying to get this thing running again since 043 was released, and as might be expected I am having some major problems.

My first problem was encountere when I tried to run 42to43.sql, it made my Database unuseable by my recompiled server.

I recently tried to use Temets as a secondary, after recompiling again, making a new database off of the db.sql that was included in the Windows Binary of the 043 release, I imported the database in Temets db. Manually sourcing in each entry.

From there I have consistantly encountered the following error:
[quote]
[root@the-abcb eqemu]# world/world
Using database 'db043' at the-abcb.com
[Status] CURRENT_WORLD_VERSION:EQEMu 0.4.3
[Error] CURRENT_WORLD_VERSION:EQEMu 0.4.3
Loading Variables, zone names & items...
LoadEMuShareMemDLL::Load() failed error=u
__________________
Left Suppresses Right, Right Suppresses Left...
. . . So What's Left? And What's Right?
..................- Cyndi Lauper - TM's Know It All Mix - You Don't Know
Reply With Quote
  #2  
Old 03-20-2003, 06:28 PM
kabalah
Fire Beetle
 
Join Date: Nov 2002
Location: Los Gatos, Ca
Posts: 27
Default check thishttp://forums.eqemu.net/viewtopic.php?t=6398 link

this is the same problem that i had(maybe). check this link.

http://forums.eqemu.net/viewtopic.php?t=6398

kabalah
Reply With Quote
  #3  
Old 03-21-2003, 03:53 PM
steve
Discordant
 
Join Date: Jan 2002
Posts: 305
Default

I am having the same problem.

The startup script posted in the other post does absolutely nothing for me. No errors, no output. World or zone don't run either.
Reply With Quote
  #4  
Old 04-18-2003, 03:00 PM
Elrach
Sarnak
 
Join Date: Apr 2003
Posts: 66
Default Compiling 0.4.3 under linux

The problem is all due to the fact the makefile for EMuShareMem is missing. Use this, worked for me:

makefile
  • APP=libEMuShareMem.so
    SF=Doors.o Items.o Spells.o NPCTypes.o NPCFactionLists.o MMF.o ../common/timer.o ../common/unix.o ../common/EMuShareMem.o

    CC=gcc
    LD=ld
    DFLAGS=-DDEBUG=1 -DSHAREMEM -DCATCH_CRASH
    WFLAGS=-Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align
    COPTS=$(WFLAGS) $(DFLAGS) -g -fPIC -O2 -D_GNU_SOURCE -DINVERSEXY -DFX `/usr/local/mysql/bin/mysql_config --cflags` -DEMUSHAREMEM
    LINKOPTS=-L. -lstdc++ -lm -lz -L/usr/lib/mysql -L/usr/local/mysql/lib -lmysqlclient -ldl

    all: $(APP)

    $(APP): $(SF)
    $(CC) -g -shared -Wl,-soname,$(APP) -o $(APP) $(SF) $(LINKOPTS)

    clean:
    rm -f $(SF) lib$(APP)
Reply With Quote
  #5  
Old 04-18-2003, 09:26 PM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

If you're using linux, i'd suggest pulling the newest source down from sourceforge's cvs. Someone missed putting the makefile in with the emusharemem source...
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
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 04:07 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