Thread: Zone Not Found
View Single Post
  #4  
Old 09-27-2020, 08:11 PM
ericg
Fire Beetle
 
Join Date: Jan 2011
Location: 1
Posts: 2
Default

Hi all, I'm new to EQemu. I am getting this issue after my first attempt to install the server (fresh install of ubuntu 18.04 in a Virtualbox VM).

The steps I take are what is found here Basic Server Install - Linux

I kick things off with the curl command as instructed:
curl -O https://raw.githubusercontent.com/EQ...ler/install.sh && chmod 755 install.sh && sudo ./install.sh

Most of it seemed to go well. But I get this along the way:

-- Build files have been written to: /home/eqemu/server_source/Server/build
Building EQEmu Server code. This will take a while.CMakeFiles/zone.dir/lua_mod.cpp.o: file not recognized: File truncated
collect2: error: ld returned 1 exit status
make[2]: *** [bin/zone] Error 1
make[1]: *** [zone/CMakeFiles/zone.dir/all] Error 2
make: *** [all] Error 2


Then a bit later it output this:

zone/CMakeFiles/zone.dir/build.make:3435: recipe for target 'bin/zone' failed
CMakeFiles/Makefile2:888: recipe for target 'zone/CMakeFiles/zone.dir/all' failed
Makefile:129: recipe for target 'all' failed


The process ends offering a menu of choices:

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> EQEmu Server Main Menu >>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

[database] Enter database management menu
[assets] Manage server assets
[new_server] New folder EQEmu/PEQ install - Assumes MySQL/Perl installed
[setup_bots] Enables bots on server - builds code and database requirements
[conversions] Routines used for conversion of scripts/data
____________________________

I exit out of that and try server_start_with_login. The server attempts to fire up and that's when I get bombed with the messages about sh: 1: ./zone: not found, like in the original post.

Googled the error and wound up here.

I followed the forum link that Kedra offered, but couldn't really understand what is needed.

Any further ideas or suggestions? Thanks
Reply With Quote