EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Linux Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=588)
-   -   Ubuntu 11.10 - zlib tip (https://www.eqemulator.org/forums/showthread.php?t=34490)

Dimorge02 11-22-2011 06:03 PM

Ubuntu 11.10 - zlib tip
 
Hello,
Just wanted to post a fix in ubuntu 11.10. If you receive a compile error in the packet_function portion of the compile make sure you have zlib installed. (Which i did in my case)

Also in the eqlaunch/make file:
LINKOPTS=$(COPTS) -rdynamic -L. -lstdc++ -ldl $(MYSQL_LIB)

Change to:
LINKOPTS=$(COPTS) -rdynamic -L. -lstdc++ -lz -ldl $(MYSQL_LIB)

Hope this helps.


All times are GMT -4. The time now is 08:38 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.