Is there a particular way to start world and auth servers for 3.3.5a on Linux so that you can execute commands like adduser in the command line or something?
On winblows 7 there was a dos box that started up when starting up the servers, and I could add users and use other commands in the worldserver’s dos box.
Well, I’m starting to think it may be something to do with debian. I rebooted and logged into the user account Trinity to redo all this with.
I then started by pulling a fresh new pull from the repo using “git clone -b 3.3.5 git://github.com/TrinityCore/TrinityCore.git”
And followed the rest of the steps 1 at a time.
I did the cmake configuration and generation, then used ‘make’ and when it was finished hit the return key for the ‘make install’ part.
Tried to run servers and still get the “bash: worldserver: command not found” error.
[email protected]:~/server/bin$ worldserver
bash: worldserver: command not found [email protected]:~/server/bin$ dir
authserver mmaps_generator vmap4extractor
mapextractor vmap4assembler worldserver [email protected]:~/server/bin$
The funny thing though, is I can still run the servers. I see them listed as running on the System Monitor, and can log in with my client straight to my character.
You are correct! Was just doing some duckduckgo on my problem and it has something to do with my paths, but as you stated ./authserver and ./worldserver in the bin folder worked like a champ.
Thanks for the help every one and the linux commands as well.