[Home] [Downloads] [Search] [Help/forum]

Gammon Software Solutions forum

See www.mushclient.com/spam for dealing with forum spam. Please read the MUSHclient FAQ!

[Folder]  Entire forum
-> [Folder]  ROM
. -> [Folder]  Compiling the server
. . -> [Subject]  Configuring Rom2.4 Makefile to Compile on Linux[Debian]

Home  |  Users  |  Search  |  FAQ
Username:
Register forum user name
Password:
Forgotten password?
(New message)
Subject: Configuring Rom2.4 Makefile to Compile on Linux[Debian]
Name:
Your forum user name.
Register forum user name
Password:
Your forum password.
Forgotten password?
Message:
Message to be posted (in English, please).
Forum codes:
Check this if your message uses 'forum codes' or templates (auto-detected for new posts).
Forum codes Templates

Save this message ...


Subject review (reverse sequence)

Pages: 1 2  3  

Posted by Nick Gammon   Australia  (18,770 posts)  [Biography] bio   Forum Administrator
Date Wed 19 Nov 2008 10:38 PM (UTC)  quote  ]
Message
Samson hangs around at:

http://www.smaugmuds.org/

Try asking there.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
[Go to top] top

Posted by Espressobuff   (1 post)  [Biography] bio
Date Tue 18 Nov 2008 11:17 AM (UTC)  quote  ]
Message
"This looks an awful lot like: http://forums.mudplanet.net/index.php?a=topic&t=991"

Sorry for reviving this thread, I think I'm currently in this situation.

But the link above referring about doesn't seem to exist anymore. Can anybody walk me tru it?

TIA.
[Go to top] top

Posted by Erythnul   (22 posts)  [Biography] bio
Date Sat 27 Jan 2007 04:21 AM (UTC)  quote  ]
Message
Guys, again. Thanks so very much for all the help. I got her running just fine. The transition went perfectly and there are no more errors. I really appreciate everything. You shouldn't hear from me for a while now ;)

Thanks,
Erythnul
-----------
Noah Dillon
noah.dillon@yahoo.com
[Go to top] top

Posted by David Haley   USA  (3,881 posts)  [Biography] bio   Moderator
Date Sat 27 Jan 2007 04:05 AM (UTC)  quote  ]
Message
Yes, it should work without the crypt library. I'm a little surprised that not having crypt would break something. Well, in any case, it's generally better to have the passwords crypted; see my previous post for a quick discussion how.

David Haley aka Ksilyan
Head Programmer,
Legends of the Darkstone

http://david.the-haleys.org
[Go to top] top

Posted by Erythnul   (22 posts)  [Biography] bio
Date Sat 27 Jan 2007 04:04 AM (UTC)  quote  ]
Message
Ohhh no... earlier today before I found this forum I was reading old forums with similar questions and it told me I needed to add -lcrypt to my linker line in order for the makefile to compile under linux. So it should work without the -lcrypt?
[Go to top] top

Posted by Zeno   USA  (2,867 posts)  [Biography] bio   Moderator
Date Sat 27 Jan 2007 04:01 AM (UTC)  quote  ]
Message
Yes, crypt is to encrypt passwords. Did you add that because it wasn't compiling?

Zeno McDohl,
Owner of Bleached InuYasha Galaxy
http://www.biyg.org
[Go to top] top

Posted by Erythnul   (22 posts)  [Biography] bio
Date Sat 27 Jan 2007 04:00 AM (UTC)  quote  ]
Message
In the original makefile before I added -lcrypt it had this:

.c.o: merc.h
$(CC) -c $(C_FLAGS) -Dunix -DNOCRYPT $<

And I removed -Dunix -DNOCRYPT to make it look like this:

.c.o: merc.h
$(CC) -c $(C_FLAGS) $<

Is that what happened?
[Go to top] top

Posted by Erythnul   (22 posts)  [Biography] bio
Date Sat 27 Jan 2007 03:58 AM (UTC)  quote  ]
Message
Oh and yes it was transfered from one server to another. Sorry about that, just noticed the second question.
[Go to top] top

Posted by Zeno   USA  (2,867 posts)  [Biography] bio   Moderator
Date Sat 27 Jan 2007 03:58 AM (UTC)  quote  ]
Message
Sounds like passwords weren't encrypted before this. The fix you made so it would compile shouldn't have changed it to encrypt passwords.

Zeno McDohl,
Owner of Bleached InuYasha Galaxy
http://www.biyg.org
[Go to top] top

Posted by Erythnul   (22 posts)  [Biography] bio
Date Sat 27 Jan 2007 03:56 AM (UTC)  quote  ]
Message
Old characters dont work, new characters I make do. The old characters passwords show up normal in the pfiles themselves but when I make a new character it encrypts the passwords. Sooooo it looks like its using the original passwords to the old characters as encryptions so the pwords are ALL different to 100+ pfiles.
[Go to top] top

Posted by David Haley   USA  (3,881 posts)  [Biography] bio   Moderator
Date Sat 27 Jan 2007 03:37 AM (UTC)  quote  ]
Message
What's probably happening is that it reads in old characters as having encrypted passwords, and then writes them back out with encryption, which is why they get messed up. Depending on how many pfiles you have, you could manually set the passwords to the correct encrypted versions; I think you can get the encrypted version of a password with a built-in game command, but that might be SMAUG-only.

David Haley aka Ksilyan
Head Programmer,
Legends of the Darkstone

http://david.the-haleys.org
[Go to top] top

Posted by Zeno   USA  (2,867 posts)  [Biography] bio   Moderator
Date Sat 27 Jan 2007 03:26 AM (UTC)  quote  ]

Amended on Sat 27 Jan 2007 03:43 AM (UTC) by Zeno

Message
So existing characters don't work, but new characters do?

How was this MUD transferred? From one server to another?

Zeno McDohl,
Owner of Bleached InuYasha Galaxy
http://www.biyg.org
[Go to top] top

Posted by Erythnul   (22 posts)  [Biography] bio
Date Sat 27 Jan 2007 03:19 AM (UTC)  quote  ]
Message
The 12345 password works just fine... but my character nor anyone' elses existing pfile characters work. It asks for our password, and I put it in, and it states "wrong password" even though we know its the right one. I imagine it has something to do with the new compile??
[Go to top] top

Posted by Zeno   USA  (2,867 posts)  [Biography] bio   Moderator
Date Sat 27 Jan 2007 03:10 AM (UTC)  quote  ]
Message
That shouldn't be masking, it's encrypting. Does the password not work after you create a new char, and relog?

Zeno McDohl,
Owner of Bleached InuYasha Galaxy
http://www.biyg.org
[Go to top] top

Posted by Erythnul   (22 posts)  [Biography] bio
Date Sat 27 Jan 2007 03:09 AM (UTC)  quote  ]
Message
Wait ...One last quick question/problem. Looks like it's masking the pfile's passwords now. So as I compiled the mud, and booted her up. The original pfiles passwords don't work now. So I created a new character with the password 12345. Saved it and logged off, looked at the pfile and it masked the pword Ksfdh.Jry. How do I fix this so all my original pfiles passwords work correctly?

Ery
[Go to top] 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.


12,236 views.

This is page 1, subject is 3 pages long: 1 2  3  [Next page]

[Reply to this subject]  Reply to this subject   [New subject]  Start a new subject   [Refresh] Refresh page

Go to topic:           Search the forum


[Go to top] top

[Home]

Written by Nick Gammon - 5K

Comments to: Gammon Software support
[RH click to get RSS URL] Forum RSS feed ( http://www.gammon.com.au/rss/forum.xml )

[Best viewed with any browser - 2K]    [Internet Contents Rating Association (ICRA) - 2K]    [Web site powered by FutureQuest.Net]