Newbie to running a server so please forgive me if this a stupidly easy issue to fix or if im just not following the directions. Anyways I picked up a codebase from mudbytes to tinker with on my free time on my linux desktop.(http://www.mudbytes.net/files/1720/)
Anyways I stared to follow the guide and it all is going smooth until I try to start the mud. For some reason when i try to lauch the compiled smaug file from the area folder(or the src) its not reconized:
(bash: ../src/smaug.exe: No such file or directory)
Any ideas on how to fix. Here is my whole process.
Anyways I stared to follow the guide and it all is going smooth until I try to start the mud. For some reason when i try to lauch the compiled smaug file from the area folder(or the src) its not reconized:
(bash: ../src/smaug.exe: No such file or directory)
Any ideas on how to fix. Here is my whole process.
schil@schil-Aspire-5536:~$ cd DBZu
schil@schil-Aspire-5536:~/DBZu$ cd src
schil@schil-Aspire-5536:~/DBZu/src$ make
make smaug
make[1]: Entering directory '/home/schil/DBZu/src'
make[1]: 'smaug' is up to date.
make[1]: Leaving directory '/home/schil/DBZu/src'
schil@schil-Aspire-5536:~/DBZu/src$ cd
schil@schil-Aspire-5536:~$ cd area
bash: cd: area: No such file or directory
schil@schil-Aspire-5536:~$ cd DBZu
schil@schil-Aspire-5536:~/DBZu$ cd area
schil@schil-Aspire-5536:~/DBZu/area$ ../src/smaug.exe
bash: ../src/smaug.exe: No such file or directory
schil@schil-Aspire-5536:~$ cd DBZu
schil@schil-Aspire-5536:~/DBZu$ cd src
schil@schil-Aspire-5536:~/DBZu/src$ make
make smaug
make[1]: Entering directory '/home/schil/DBZu/src'
make[1]: 'smaug' is up to date.
make[1]: Leaving directory '/home/schil/DBZu/src'
schil@schil-Aspire-5536:~/DBZu/src$ cd
schil@schil-Aspire-5536:~$ cd area
bash: cd: area: No such file or directory
schil@schil-Aspire-5536:~$ cd DBZu
schil@schil-Aspire-5536:~/DBZu$ cd area
schil@schil-Aspire-5536:~/DBZu/area$ ../src/smaug.exe
bash: ../src/smaug.exe: No such file or directory
schil@schil-Aspire-5536:~/DBZu/area$ cd
schil@schil-Aspire-5536:~$ cd DBZu/src
schil@schil-Aspire-5536:~/DBZu/src$ ls
act_comm.c changes.o editor.o ibuild.o mud.h services.o
act_comm.o clans.c fight.c ident.c mud.h.rej shops.c
act_info.c clans.o fight.cm ident.o mud_prog.c shops.o
act_info.o color.c fight.o imm_host.c mud_prog.o skills.c
act_move.c color.h finger.c imm_host.o nohup.out skills.o
act_move.c.save colorize.c finger.h in_room planes.c smaug
act_move.o color.o finger.o interp.c planes.h space.c
act_obj.c comm.c grub.c interp.o planes.o space.o
act_obj.o comments.c grub.o magic.c player.c special.c
act_wiz.c comments.o handler.c magic.o player.o special.o
act_wiz.o comm.o handler.o Makefile polymorph.c startup
ban.c const.c hashstr.c makeobjs.c polymorph.o stat_obj.c
ban.o const.o hashstr.o makeobjs.o renumber.c stat_obj.o
bet.h db.c hiscores.c mapout.c renumber.o tables.c
board.c db.o hiscores.o mapout.o requests.c tables.o
board.h dbzskills.c hotboot.c misc.c requests.o track.c
board.o dbzskills.o hotboot.h misc.o reset.c track.o
boards.c deity.c hotboot.o mortgames.c reset.o update.c
boards.o deity.o house.c mpxset.c router.c update.o
build.c dock.c house.h mpxset.o save.c webserver.c
build.o dock.o house.o mud_comm.c save.o
changes.c editor.c ibuild.c mud_comm.o services.c
schil@schil-Aspire-5536:~/DBZu/src$
PID TTY TIME CMD
3800 pts/0 00:00:00 bash
3946 pts/0 00:00:00 ps
schil@schil-Aspire-5536:~/DBZu/src$ ^C