Anope IRC Services

Anope Support => 1.6.x (Read Only) => Topic started by: Stealth on June 06, 2006, 04:37:02 AM

Title: Odd "make" problem
Post by: Stealth on June 06, 2006, 04:37:02 AM
Trying to install Anope, but when I run the make command, I get this:

-bash2-2.05b$ make
touch extern.h
touch services.h
make: don't know how to make lang/Makefile. Stop

Also, trying the gmake command, I get this:


-bash2-2.05b$ gmake
gmake: stat:lang/language.h: Permission denied
gmake: stat:lang/Makefile: Permission denied
gmake: *** No rule to make target `lang/Makefile', needed by `lang/language.h'.  Stop.


Anyone have any ideas on how to fix this?
Title:
Post by: Dave Robson on June 06, 2006, 07:37:01 AM
im guessing you dont have permissions to lang/language.h   ?

I'd remove that dir, get the anope tar file, untar it again, check you have permission to it all (you should if your the one who untar'ed it all) then do ./configure ; gmake

see if that helps
Title:
Post by: katsklaw on June 06, 2006, 01:47:41 PM
hmmm ... I was going to guess the tarball was unzipped on windows the ftp'ed to shell. If that's what you did .. don't!! ;)
Title:
Post by: Stealth on June 06, 2006, 11:19:45 PM
Yeah, oops.  Funny because I had just untarred the UnrealIRCD via SSH, dunno why I didn't do that here.