Problem installing Anope 1.7.10

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

Locked
DOYAL_BABA
Posts: 12
Joined: Sun Sep 25, 2005 10:28 am
Location: DHAKA, Bangladesh

Problem installing Anope 1.7.10

Post by DOYAL_BABA »

Installing anope1.7.14
./Config ->completed without any problem
gmake -> completed without any problem
make install -> returns these error stated below :

[ullash@apocalypse ~/anope-1.7.14]$ gmake install
(cd src ; gmake 'CFLAGS=-pipe -g -O2 -D_THREAD_SAFE -pthread -export-dynamic' 'CC=gcc' 'ANOPELIBS=' 'LDFLAGS=' 'BINDEST=/home/ullash/services' 'INSTALL=' 'INCLUDEDIR=../include' 'RM=/bin/rm' 'CP=/bin/cp' 'TOUCH=/usr/bin/touch' 'SHELL=/bin/sh' 'DATDEST=/home/ullash/services' 'RUNGROUP=' 'MODULE_PATH=/home/ullash/services/modules/' 'RDB=' 'MYSQL=' 'SHARED=-shared' 'MODULEFLAGS=-fPIC -DPIC -shared' install)
gmake[1]: Entering directory `/home/ullash/anope-1.7.14/src'
test -d /home/ullash/services || mkdir /home/ullash/services
services /home/ullash/services/services
gmake[1]: services: Command not found
gmake[1]: *** [install] Error 127
gmake[1]: Leaving directory `/home/ullash/anope-1.7.14/src'
gmake: *** [install] Error 2

Can any one help me ?
Bronx AnarchY
Posts: 53
Joined: Thu Apr 06, 2006 3:35 pm
Location: Turkey
Contact:

Post by Bronx AnarchY »

=/home/ullash/services' ???

its wrong, your home directory is

/home/apocalypse/

re config it /home/apocalypse/services/
Locked