Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Due to spam on this forum, all posts now need moderator approval.
Entire forum
➜ SMAUG
➜ Compiling the server
➜ can't stop the file
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| DarthOberon
(4 posts) Bio
|
Date
| Sun 15 Sep 2013 12:28 PM (UTC) |
Message
| I have compiled DBSC 2.5 source code and had it working on my home computer. I had looked over the logs and saw no reason for the crash I had when I hotbooted. Now I tried to make clean and make again to run clean. It errored and now I can't catch the process to kill it as it bounces id numbers faster than you can type. It's also generating alot of archived log files. I'm not sure how to stop this process and have gotten quite flustered. I beg of anyone who knows more than I to help.
-Darth Oberon | Top |
|
Posted by
| DarthOberon
(4 posts) Bio
|
Date
| Reply #1 on Sun 15 Sep 2013 12:48 PM (UTC) |
Message
| think I figured out the killing of that one. Now when I try to make the file I get this error.
gcc -c -DMCCP -O -g3 -Wall -DTIMEFORMAT -DIMC -DIMCSMAUG sha256.c
rm -f dbsaga
gcc -DMCCP -lm -lz -o dbsaga imc.o act_comm.o act_info.o act_move.o act_obj.o act_wiz.o ban.o board.o boards.o bounty.o build.o clans.o colorize.o comm.o comments.o const.o db.o deity.o editor.o fight.o finger.o grub.o handler.o hashstr.o hiscores.o hotboot.o house.o ibuild.o ident.o imm_host.o interp.o magic.o makeobjs.o mapout.o marry.o misc.o mpxset.o mud_comm.o mud_prog.o new_fun.o pfiles.o planes.o planet.o player.o polymorph.o rare.o requests.o reset.o save.o services.o shops.o skills.o skills_android.o skills_dbs.o skills_genie.o space.o special.o stat_obj.o tables.o track.o update.o dns.o new_auth.o sha256.o
comm.o: In function `write_to_descriptor':
/home/Bones/dbsc/src/comm.c:1754: undefined reference to `deflate'
/home/Bones/dbsc/src/comm.c:1754:(.text+0x50a): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `deflate'
comm.o: In function `compressStart':
/home/Bones/dbsc/src/comm.c:5797: undefined reference to `deflateInit_'
/home/Bones/dbsc/src/comm.c:5797:(.text+0x4215): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `deflateInit_'
comm.o: In function `compressEnd':
/home/Bones/dbsc/src/comm.c:5832: undefined reference to `deflate'
/home/Bones/dbsc/src/comm.c:5832:(.text+0x4325): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `deflate'
/home/Bones/dbsc/src/comm.c:5838: undefined reference to `deflateEnd'
/home/Bones/dbsc/src/comm.c:5838:(.text+0x434c): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `deflateEnd'
collect2: error: ld returned 1 exit status
Makefile:74: recipe for target `dbs' failed
make[1]: *** [dbs] Error 1
make[1]: Leaving directory `/home/Bones/dbsc/src'
Makefile:71: recipe for target `all' failed
make: *** [all] Error 2
| Top |
|
Posted by
| Nick Gammon
Australia (23,158 posts) Bio
Forum Administrator |
Date
| Reply #2 on Sun 15 Sep 2013 10:26 PM (UTC) |
Message
| Looks like zLib is not installed properly. |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | Top |
|
Posted by
| Nick Gammon
Australia (23,158 posts) Bio
Forum Administrator |
Date
| Reply #3 on Sun 15 Sep 2013 10:27 PM (UTC) |
Message
|
DarthOberon said:
It errored and now I can't catch the process to kill it as it bounces id numbers faster than you can type.
You can always run it under gdb.
http://www.gammon.com.au/gdb |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | Top |
|
Posted by
| DarthOberon
(4 posts) Bio
|
Date
| Reply #4 on Mon 16 Sep 2013 01:48 AM (UTC) |
Message
| Thank you for taking the time to help me mr. Nick. I was able to rectify the zlib by doing make clean, ./configure the make again. Th process I couldn't catch I was able to kill by doing a process kill from windows command line by taskkill on the bash process that was running background. I was able to get my sagas code recompiled and running again. Once again thank you for a speedy response. | Top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
20,422 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top