Jump to content
TrinityCore

Two realms on Ubuntu (second worldserver still uses the first worldserver.conf file)


Witam
 Share

Recommended Posts

Hiho. I'm trying to open a new realm. Copied world, auth, configs to a new folder, but it doesn't work. The default path by 'make install' in ubuntu is usr/bin for binaries and usr/etc for confs, so i thought to make a new 'make install' with a path: 

make install DESTDIR=/blahblah

It installed correctly, I have bin and etc folders within the blahblah folder, but IT STILL USES THE OLD PATH (usr/etc).

Do you have any ideas how to solve this? Thank you!

Link to comment
Share on other sites

Without any additional parameters right? 

Just a ../configure, make install DESTDIR

Sorry. cmake ../ and make install destdir

Nvm, everything is on wiki.
Thanks!

cmake ../ -DCMAKE_INSTALL_PREFIX=/home/<username>/server -DWITH_WARNINGS=1

Edited by Witam
Link to comment
Share on other sites

Okay, it totally doesn't work. Made clean cmake, cmake with a path, install with a path - it still runs without renaming conf.dist (runs the first config)

+ it shows the new path in the CMAKE, so SOMETHING is really wrong.

Edited by Witam
Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...