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

Support::Linux Servers Support forum for Linux EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 05-03-2017, 11:05 PM
XxTRAINEExX
Fire Beetle
 
Join Date: Jan 2006
Posts: 13
Unhappy Stuck on the ./make :(

I'm using the linux guide linked off the main page:

http://wiki.eqemulator.org/p?EQEmu_o...n_7_Virtualbox

I'm compiling on Ubuntu 16.04 and getting the following error:

Code:
[ 32%] Building CXX object common/CMakeFiles/common.dir/util/uuid.cpp.o
/home/eq/eqemu/common/util/uuid.cpp:10:23: fatal error: uuid/uuid.h: No such file or directory
compilation terminated.
common/CMakeFiles/common.dir/build.make:2510: recipe for target 'common/CMakeFiles/common.dir/util/uuid.cpp.o' failed
make[2]: *** [common/CMakeFiles/common.dir/util/uuid.cpp.o] Error 1
CMakeFiles/Makefile2:85: recipe for target 'common/CMakeFiles/common.dir/all' failed
make[1]: *** [common/CMakeFiles/common.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
Not sure why I am seeing this since I pulled the code using the git command in the server setup guide so all files should be in the correct places. Any thoughts on how to correct this?

Brian
Reply With Quote
  #2  
Old 05-03-2017, 11:54 PM
GRUMPY
Discordant
 
Join Date: Oct 2016
Posts: 445
Default

Did you run cmake before you ran make ?
Reply With Quote
  #3  
Old 05-04-2017, 09:21 AM
XxTRAINEExX
Fire Beetle
 
Join Date: Jan 2006
Posts: 13
Default

Yes I ran the cmake and it passed without error. Other thoughts?
Reply With Quote
  #4  
Old 05-04-2017, 12:47 PM
demonstar55
Demi-God
 
Join Date: Apr 2008
Location: MA
Posts: 1,165
Default

Install uuid-dev. The guide is out dated.
Reply With Quote
  #5  
Old 05-05-2017, 11:10 AM
XxTRAINEExX
Fire Beetle
 
Join Date: Jan 2006
Posts: 13
Default

I have no idea why I didn't try that first... it worked. Thanks demonstar55.

Any other parts of the guide I should watch out for? I'm downloading the PEQ files from a google drive and it looks like they haven't been updated since 2015.
Reply With Quote
  #6  
Old 05-05-2017, 12:52 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

There is also a really easy to use installer made for everyone:

https://github.com/EQEmu/Server#-deb...tucentosfedora
Reply With Quote
  #7  
Old 05-05-2017, 10:51 PM
XxTRAINEExX
Fire Beetle
 
Join Date: Jan 2006
Posts: 13
Default

Quote:
Originally Posted by Akkadius View Post
There is also a really easy to use installer made for everyone:

https://github.com/EQEmu/Server#-deb...tucentosfedora
Is there a post or guide somewhere describing these scripts? I ran it but I'm not sure what to do next

Thanks!
Brian
Reply With Quote
  #8  
Old 05-06-2017, 07:37 PM
kokey98
Hill Giant
 
Join Date: Dec 2012
Location: terra firma
Posts: 131
Default

i don't know what it looks like for linux, but an option should be "Setup Server" [sic]. maybe, "setup new server" -- not something you run more than once, unless you have a freshly deleted/clear server directory.

But, google "eqemu wiki installer"

make sure to read through the whole installer wiki page before starting to get an idea of the whole process. extras like loginserver / bots have their own section, if i remember correctly.

eqemu wiki ... <insert key word or phrase>

non-installer stuff:

if outdated, remove 'wiki' and then select "more results form this site" for the forums... way better than the site-search on/in the forums.
Reply With Quote
  #9  
Old 05-07-2017, 04:40 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

Quote:
Originally Posted by XxTRAINEExX View Post
Is there a post or guide somewhere describing these scripts? I ran it but I'm not sure what to do next

Thanks!
Brian
Run the script command, answer the questions (Fill in usernames and passwords) then the installer literally takes care of the rest, its bloody simple.
Reply With Quote
  #10  
Old 05-10-2018, 11:02 AM
fun40fishcakes
Fire Beetle
 
Join Date: Jan 2014
Posts: 1
Default

I came across this looking for an answer to the same issue just now.

Solution for me was:

sudo apt-get install uuid-dev
Reply With Quote
  #11  
Old 05-10-2018, 12:14 PM
spidey1170
Sarnak
 
Join Date: May 2009
Location: Alaska
Posts: 61
Default

Quote:
Originally Posted by Akkadius View Post
Run the script command, answer the questions (Fill in usernames and passwords) then the installer literally takes care of the rest, its bloody simple.
I had to do a lot more than that, well, maybe not a lot more...

For example:

eqemu_config.json changes

Code:
...
"loginserver2" : {
    "account" : "<super_secret_admin_account_name>",
    "host" : "<ip_host_here>",
    "password" : "<super_secret_admin_account_password>",
    "port" : "5998"
},
"longname" : "<change_me>",
"shortname" : "<change_me_too>",
...
MySQL
Code:
>$ mysql -u <db_admin_name> -p

MariaDB [db_admin_name]> use eqemu;

MariaDB [db_admin_name]> show tables;

MariaDB [db_admin_name]> SELECT * FROM loginserver_server_admin_registration;

MariaDB [db_admin_name]> DELETE FROM loginserver_server_admin_registration WHERE ServerAdminID = 1;

MariaDB [db_admin_name]> INSERT INTO loginserver_server_admin_registration (ServerAdminID, AccountName, AccountPassword, FirstName, LastName, Email, RegistrationDate, RegistrationIPAddr)
VALUES ('2', '<account_name_you_want>', sha('<password>'), '<first_name>', '<last_name>', '<email_addr>', '2018-05-10 08:29:00', '127.0.0.1');
Then, I was able to get my server to work. I removed the default account because I didn't want a security hole in my EQEmu server, giving the default person admin access.

Without creating that admin account and then adding it to the eqemu_config.json, I was not able to get my server to show up on the client server list.
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 11:36 AM.


 

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