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
➜ SWFoTE 2.1.5 FreeBSD
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| GeneralK
(1 post) Bio
|
Date
| Tue 29 Dec 2015 05:45 PM (UTC) |
Message
| Howdy,
So I was reminiscing today and decided to try and install swfote.
I changed the compiler in the makefile to 'cc' and commented out:
#Uncomment the line below if you are getting undefined references to dlsym, dlopen, and dlclose.
#Comment it out if you get errors about ldl not being found.
#NEED_DL = -ldl
As I'm told this library does not exist and is not necessary in FreeBSD.
Compile seemed to go OK- only one error (using gmake):
/usr/bin/ld: warning: cannot find entry symbol xport-dynamic; defaulting to 00000000004023f0
Done compiling mud.
However, upon launching the MUD no commands (except socials?!?) work. In the log file I find:
Wed Dec 30 03:50:05 2015 :: Initializing libdl support...
Wed Dec 30 03:50:05 2015 :: Loading commands
Wed Dec 30 03:50:05 2015 :: [*****] BUG: Error locating do_say in symbol table. Undefined symbol "do_say"
Wed Dec 30 03:50:05 2015 :: [*****] BUG: Fread_command: Function do_say not found for '
For basically every command.
I've searched these forums ad nauseum but can't seem to find any reference to this problem.
If anyone has any ideas, please let me know!
Cheers,
Ben. | Top |
|
Posted by
| Nick Gammon
Australia (23,158 posts) Bio
Forum Administrator |
Date
| Reply #1 on Wed 30 Dec 2015 05:06 AM (UTC) |
Message
| This certainly sounds familiar. The command execution was changed a while back to use dynamic entry points. I wasn't involved much, but finding no commands for execution does sound like something you could search for. |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | 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.
11,686 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top