|
|
| Author |
Message |
counselor none

Joined: 08 Feb 2004 Posts: 29
|
Posted: Mar 18, 2004 7:44pm Post subject: HELP!!!!!!!!! |
|
|
$ make
(cd lang ; make language.h)
"Makefile", line 18: Need an operator
"Makefile", line 21: Need an operator
"Makefile", line 23: Need an operator
"Makefile", line 25: Need an operator
"Makefile", line 26: warning: duplicate script for target "ifdef" ignored
"Makefile", line 27: warning: duplicate script for target "ifdef" ignored
"Makefile", line 28: Need an operator
"Makefile", line 30: Need an operator
make: fatal errors encountered -- cannot continue
*** Error code 1
this is what i get when trying to make anope, my system doesn't have gmake and i don't know how to install it, any suggestions? |
|
| Back to top |
|
 |
al5001 Lurker

Joined: 17 Jul 2003 Posts: 181 Location: Canada
|
Posted: Mar 18, 2004 9:55pm Post subject: |
|
|
If your system doesn't have gmake, you'll have to install it. Go to http://www.gnu.org/software/make/make.html
and get the latest version to install. You might also want to install the latest version of gcc from http://gcc.gnu.org. If you do not have root privileges, ask your shell provider admin to install it. If they don't install it, you might want to look into switching providers. |
|
| Back to top |
|
 |
counselor none

Joined: 08 Feb 2004 Posts: 29
|
Posted: Mar 18, 2004 10:10pm Post subject: provider is me |
|
|
provider is actually me, and i haven't the foggiest clue how to install those kind of things  |
|
| Back to top |
|
 |
al5001 Lurker

Joined: 17 Jul 2003 Posts: 181 Location: Canada
|
Posted: Mar 19, 2004 3:18pm Post subject: |
|
|
If you are new to the UNIX world, it's best to start out with FreeBSD. FreeBSD makes it alot easier to install new programs conveniently by using the FreeBSD ports collection. Basically, if I want to install gmake, I would type this:
# pkg_add -r gmake
and for gcc:
# pkg_add -r gcc32
(To install gcc version 3.2*)
(Running as root) The -r option will search the FreeBSD ports collection for the package "gmake" and install it automatically along with its dependancies.
Optionally, you can install these programs manually. Linux has a great disadvantage for one thing; it comes with no convenient ports collection. FreeBSD will run more programs than Linux, provided that you install the linux base on FreeBSD. If I sound like a Linux hater, you got that right. FreeBSD all the way.. :) |
|
| Back to top |
|
 |
counselor none

Joined: 08 Feb 2004 Posts: 29
|
Posted: Mar 19, 2004 11:29pm Post subject: anope killed my security |
|
|
| i got Anope up, yay!! however its killed my opsb, and secureserv. for exceeded sessions or something along those lines, any ideas? |
|
| Back to top |
|
 |
counselor none

Joined: 08 Feb 2004 Posts: 29
|
Posted: Mar 20, 2004 12:10am Post subject: ok solved that one |
|
|
| by now y'all are probably thinking what a pain, ok i solved the last one on my own, (just a little reading of the config, go figure) now neostats bots wn't stay opd, i tried turning securops off in the channel, and that didn''t work, any help would be appreciated, and thanks for the help thus far guys. |
|
| Back to top |
|
 |
al5001 Lurker

Joined: 17 Jul 2003 Posts: 181 Location: Canada
|
Posted: Mar 20, 2004 4:27pm Post subject: |
|
|
| Try /MSG OperServ help EXCEPTION |
|
| Back to top |
|
 |
Guest
|
Posted: Jun 22, 2004 4:39pm Post subject: botserv greet |
|
|
| How do you set the message to greet the users when they join a channel? |
|
| Back to top |
|
 |
uchat Idler

Joined: 17 Mar 2004 Posts: 335
|
Posted: Jun 22, 2004 4:46pm Post subject: |
|
|
| Quote: |
the best would be to find a way to set masked hostnames in bahamut then use bahamut+anope
|
unfortunately "best" is an opinion.
Last edited by uchat on Jun 22, 2004 4:51pm; edited 1 time in total |
|
| Back to top |
|
 |
uchat Idler

Joined: 17 Mar 2004 Posts: 335
|
Posted: Jun 22, 2004 4:50pm Post subject: Re: botserv greet |
|
|
| Anonymous wrote: | | How do you set the message to greet the users when they join a channel? |
(:(17:49):) -ChanServ- Syntax: SET channel ENTRYMSG [message]
-
(:(17:49):) -ChanServ-
-
(:(17:49):) -ChanServ- Sets the message which will be sent via /notice to users
-
(:(17:49):) -ChanServ- when they enter the channel. If no parameter is given,
-
(:(17:49):) -ChanServ- causes no message to be sent upon entering the channel. |
|
| Back to top |
|
 |
Ashen Idler

Joined: 05 Jan 2004 Posts: 285
|
Posted: Jun 23, 2004 10:33am Post subject: |
|
|
The best thing you can do, when given a new irc services package, is just to issue HELP commands on everything the services does.
You learn the commands, and more importantly, you learn how to find help when no-one else is around to help you, or when you need help urgently. |
|
| Back to top |
|
 |
|