View Single Post
  #1  
Old 12-24-2017, 05:04 PM
Randymarsh9
Dragon
 
Join Date: Dec 2007
Posts: 658
Default Errors with setup script Ubuntu 16.04

I have been trying to setup a server on Ubuntu 16.04 using the setup script linked off of the homepage. I am using a clean install (through Digital Ocean) when I run the script. I am having two main problems.

1) The scripts do not connect to the database. I get this error when the scripts are running or when I run the eqemu_server.pl
Code:
ERROR 1045 (28000): Access denied for user '<user>'@'localhost' (using password: YES)
I have confirmed that I am able to log into MySQL using the credentials listed in the install_variables.txt through the terminal though.

2) The server code fails to compile. I am going to the source directory manually and trying to run "cmake ." which shows no errors, but when I run "make," I get this

Code:
[ 32%] Building CXX object libs/luabind/CMakeFiles/luabind.dir/src/class.cpp.o
c++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions.
libs/luabind/CMakeFiles/luabind.dir/build.make:62: recipe for target 'libs/luabind/CMakeFiles/luabind.dir/src/class.cpp.o' failed
make[2]: *** [libs/luabind/CMakeFiles/luabind.dir/src/class.cpp.o] Error 4
CMakeFiles/Makefile2:164: recipe for target 'libs/luabind/CMakeFiles/luabind.dir/all' failed
make[1]: *** [libs/luabind/CMakeFiles/luabind.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
Reply With Quote