• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[Linux] Eluna Auto Installer + Setup

Hyperion

Founder
Okay, updated.

Will need to re-download it. Simple mistake while in the zone, put 'do' where it should have been 'then'.
Just had 'do' on the brain when doing a 'while loop'


Should work fine for ya now
 

Hyperion

Founder
lol, when the hell was ZMQ added to required dependencies...

I'll have to get back to you on this, I don't even know what that package is for.
 

Arius

Exalted Member
Oh and there's another error before this. I'm really sorry I don't have experience in compiling, especially on linux.
Here's another error which I found before this one http://scr.hu/3zj7/qwuw7

Well I've just checked which branch is there and it's 6.x.x so maybe that's why ZMQ is needed ?
 
Last edited:

Marko

Enthusiast
this happens when choosing eluna cata for ubuntu
cms.pod around line 457: Expected text after =item, not a number
cms.pod around line 461: Expected text after =item, not a number
cms.pod around line 465: Expected text after =item, not a number
cms.pod around line 470: Expected text after =item, not a number
cms.pod around line 474: Expected text after =item, not a number
POD document had syntax errors at /usr/bin/pod2man line 71.
make: *** [install_docs] Error 255

and

CMake Error at cmake/macros/FindZMQ.cmake:80 (message):
Could not find ZMQ libraries/headers! Please install ZMQ with libraries and
headers
Call Stack (most recent call first):
src/server/ipc/CMakeLists.txt:11 (find_package)


-- Configuring incomplete, errors occurred!

probably not a big problem

edit: well it might be a liiitllee problem :p since the installation did not work. maybe some permission issue, but that should not be the case considering terminal was run as root..

noticed a few more errors..
Applying DB Updates...
ERROR 1054 (42S22) at line 1: Unknown column 'id' in 'calendar_invites'
ERROR 1054 (42S22) at line 11: Unknown column 'move_type' in 'field list'

dbc, vmpa,maps etc. are for version 335a instead of for cata that was selected..

Cannot open dbc335.rar
Permission denied
No files to extract
bash: line 0: cd: /home/server/data: No such file or directory

hmm.. well i hope my report helps a little :)

more edit: 2,5seconds later~ now to figure out how to uninstall all this and reinstall it again later when fixed :p
 
Last edited:

Tommy

Founder
this happens when choosing eluna cata for ubuntu
cms.pod around line 457: Expected text after =item, not a number
cms.pod around line 461: Expected text after =item, not a number
cms.pod around line 465: Expected text after =item, not a number
cms.pod around line 470: Expected text after =item, not a number
cms.pod around line 474: Expected text after =item, not a number
POD document had syntax errors at /usr/bin/pod2man line 71.
make: *** [install_docs] Error 255

and

CMake Error at cmake/macros/FindZMQ.cmake:80 (message):
Could not find ZMQ libraries/headers! Please install ZMQ with libraries and
headers
Call Stack (most recent call first):
src/server/ipc/CMakeLists.txt:11 (find_package)


-- Configuring incomplete, errors occurred!

probably not a big problem

edit: well it might be a liiitllee problem :p since the installation did not work. maybe some permission issue, but that should not be the case considering terminal was run as root..

noticed a few more errors..
Applying DB Updates...
ERROR 1054 (42S22) at line 1: Unknown column 'id' in 'calendar_invites'
ERROR 1054 (42S22) at line 11: Unknown column 'move_type' in 'field list'

dbc, vmpa,maps etc. are for version 335a instead of for cata that was selected..

Cannot open dbc335.rar
Permission denied
No files to extract
bash: line 0: cd: /home/server/data: No such file or directory

hmm.. well i hope my report helps a little :)

more edit: 2,5seconds later~ now to figure out how to uninstall all this and reinstall it again later when fixed :p

The errors (besides the first) are pretty obvious. Eluna TC Cataclysm requires ZeroMQ to be installed. The database errors, not sure how important those are, depends if your database is already up-to-date.

You should build the Cataclysm tools and extract the content. Obviously 3.3.5 data won't work. Also, to correct the 'Permission denied' -- Do you have a user created on your OS without permission? Or did you create files & such through root and are trying to access them through a user?

Just a note: Eluna TC Cataclysm has been set for deletion as TrinityCore team removed that branch and it is unsupported now.
 

Marko

Enthusiast
Thank you tommy, i don't have much experience on compiling on linux. But yes i have user marko and created same password for mysql, for root and for anything really its all the same. And the terminal was run as root by typing sudo -H gnome-terminal.
It would be nice if possible to update this script somehow for 5.4.8 skyfire, 6.x trinitycore and all this with eluna :D
Not sure if it is possible, but these days only mop and wod seem to be popular on servers. Since practically anyone can make 3.3.5a
 
Top