Anope IRC Services

Denora Stats (discontinued) => Denora 1.5.x Support (Read Only) => Topic started by: Andrey on October 17, 2010, 04:50:38 AM

Title: make install error
Post by: Andrey on October 17, 2010, 04:50:38 AM
Debian 5
Linux chat 2.6.18-194.8.1.el5.028stab070.2 #1 SMP Tue Jul 6 14:55:39 MSD 2010 i686 GNU/Linux

redenort@chat:~/denora$ make install
(cd src ; make 'CFLAGS=-pipe -g -ggdb  -I/usr/include/mysql  -export-dynamic' 'CC=gcc' 'DENORALIBS=-lnsl -lresolv -lz -lmysqlclient  -ldl' 'LDFLAGS=-L/usr/lib ' 'BINDEST=' 'INSTALL=/usr/bin/install' 'INCLUDEDIR=../include ' 'RM=/bin/rm' 'CP=/bin/cp' 'TOUCH=/usr/bin/touch' 'SHELL=/bin/sh' 'DATDEST=' 'RUNGROUP=' 'MODULE_PATH=' 'MYSQL=mysql.c ' 'SHARED=-shared' 'MODULEFLAGS=-fPIC -DPIC -shared' 'RDYNAMNIC=-rdynamic' install)
make[1]: Entering directory `/home/redenort/denora/src'
gcc -pipe -g -ggdb  -I/usr/include/mysql  -export-dynamic admin.o adns.o base64.o bans.o channels.o chanstats.o ChanBanMode.o ChanMode.o core.o cron.o ctcp.o config.o db.o datafiles.o exclude.o events.o extsock.o FileIO.o GeoIP.o language.o list.o log.o ircd.o main.o markup.o modules.o moddata.o moduleapi.o messages.o mod_version.o Modes.o network.o numerics.o privmsg.o rdb.o send.o servers.o signals.o sockutil.o statserv.o spamfilter.o sqlqueue.o strings.o tld.o users.o xmlrpc.o zip.o mysql.o  -lnsl -lresolv -lz -lmysqlclient  -ldl  -o stats -L/usr/lib
test -d  || mkdir
/usr/bin/install stats /stats
/usr/bin/install: cannot remove `/stats': Permission denied
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/redenort/denora/src'
make: *** [install] Error 2

All permission its ok, i try using root and get error too.
Title: Re: make install error
Post by: Charles Kingsley on October 17, 2010, 10:09:43 AM
Don't use root for anything.

Delete it all and start again.
Title: Re: make install error
Post by: Andrey on October 17, 2010, 09:43:34 PM
its resolved.

i'm using ./configure instead ./Config