Register forum user name Search FAQ

Gammon Forum

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 ➜ -lgnuregex

-lgnuregex

It is now over 60 days since the last post. This thread is closed.     Refresh page


Posted by Harlaquin   (16 posts)  Bio
Date Thu 07 Oct 2004 04:08 AM (UTC)
Message
$ ./startup
bash: ./startup: Permission denied

I also get this error when i try to run it
Top

Posted by David Haley   USA  (3,881 posts)  Bio
Date Reply #1 on Thu 07 Oct 2004 04:11 AM (UTC)
Message
I've never seen a SMAUG distribution that uses the gnuregex library - what version are you using?

Since you're with Cygwin you could try going back to the setup and downloading that package.

David Haley aka Ksilyan
Head Programmer,
Legends of the Darkstone

http://david.the-haleys.org
Top

Posted by Harlaquin   (16 posts)  Bio
Date Reply #2 on Thu 07 Oct 2004 04:25 AM (UTC)
Message
smaug1.4.tgz

is tha package i downloaded
Top

Posted by David Haley   USA  (3,881 posts)  Bio
Date Reply #3 on Thu 07 Oct 2004 09:10 AM (UTC)
Message
Whence? Where'd you get it?

And did you try what I suggested, going through Cygwin's install again and finding the library?

David Haley aka Ksilyan
Head Programmer,
Legends of the Darkstone

http://david.the-haleys.org
Top

Posted by Harlaquin   (16 posts)  Bio
Date Reply #4 on Thu 07 Oct 2004 07:16 PM (UTC)
Message
i've tried like 7 times to reinstall cygwin and nothing went looking for the package and either i really don't know what i'm looking at or i don't know. And I got the copy of Smaug from the ftp site up on the smaug home page.
Top

Posted by Zeno   USA  (2,871 posts)  Bio
Date Reply #5 on Thu 07 Oct 2004 07:25 PM (UTC)
Message
Interesting. Anyways, I suggest getting SmaugFUSS: www.mudplanet.org, because it supports Cygwin I believe.

Zeno McDohl,
Owner of Bleached InuYasha Galaxy
http://www.biyg.org
Top

Posted by Samson   USA  (683 posts)  Bio
Date Reply #6 on Sat 09 Oct 2004 05:26 AM (UTC)
Message
Yes, it supports Cygwin and also doesn't need the regex stuff. That's only used for the profanity filter anyway. Something which proved to be less than useful.
Top

Posted by Harlaquin   (16 posts)  Bio
Date Reply #7 on Sat 09 Oct 2004 10:31 PM (UTC)
Message
well i've been able to get an account on a *nix box but, i'm still having issuses with the startup script and as recommanded I'm now running Smaum14aFuss.tar.

these are the issues i'm having.....

mirrodan@riddick src $ ./startup 4000 &
[1] 27362
-bash: ./startup: /bin/csh: bad interpreter: No such file or directory

i don't know how to fix this but maybe someone can help me. I've gotten a clean compile already and I can do the following to start the mud but it doesn't run in the background like it should.

mirrodan@riddick src $ ./smaug 4000 &

and it'll run the mud so long as the area.lst files and the area files are in the src directory


thank you,
Mirrodan
Top

Posted by David Haley   USA  (3,881 posts)  Bio
Date Reply #8 on Sat 09 Oct 2004 11:04 PM (UTC)
Message
You should do something like:

cd ../area
../src/smaug 4000 &


But you really should be using the startup script - you should get in touch with your sysadmin and find out if they don't have the csh interpreter, or if it's in some other location, and if they don't have it, could they install it.

They may have the tcsh interpreter, in which case you could simply change the first line from
#!/bin/csh
to
#!/bin/tcsh

This line is used to tell the operating system which interpreter to use to run the script. You can thus write "shell scripts" in any language e.g. perl, and put #!/usr/bin/perl as the first line to inform the OS that perl should be used to run the script.

David Haley aka Ksilyan
Head Programmer,
Legends of the Darkstone

http://david.the-haleys.org
Top

Posted by Greven   Canada  (835 posts)  Bio
Date Reply #9 on Sat 09 Oct 2004 11:30 PM (UTC)
Message
You can check if you have csh yourself, but the problem may be that its in a different place. Use "whereis csh", and that should give you if/where its defined.

Nobody ever expects the spanish inquisition!

darkwarriors.net:4848
http://darkwarriors.net
Top

Posted by Harlaquin   (16 posts)  Bio
Date Reply #10 on Sun 10 Oct 2004 02:09 AM (UTC)
Message
i did infact talk to my sysadmin and he informed me that we don't have csh and only have bash, I made the change in the start up file to use bash but, it's still not working he said i need to rewrite the script to be appropriate for bash. I don't know how to do this so if anyone can help i'd be greatly appriciative. i'm currently running sampson's smaug14FUSS version of smaug.


-Harlaquin/Mirrodan
Top

Posted by David Haley   USA  (3,881 posts)  Bio
Date Reply #11 on Sun 10 Oct 2004 02:55 AM (UTC)
Message
You should keep the discussion of one problem to one thread (especially since you created another :P) so that it's easier to follow (and less redundant.)

David Haley aka Ksilyan
Head Programmer,
Legends of the Darkstone

http://david.the-haleys.org
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.


27,718 views.

It is now over 60 days since the last post. This thread is closed.     Refresh page

Go to topic:           Search the forum


[Go to top] top

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.