Hey everyone,
Some background:
Debian 8. Fresh install, self managed dedi. Proceeded to install LAMP. RO Server works properly, website works properly.
Decided to add plugins, went to compile. make clean && make sql work fine. make plugins, on the other hand, throws an error. See attached screenshots:
Just to clarify - it has nothing to do with AFK. It's simply whichever plugin is first in my makefile.in.
MAKE plugins
make[1]: Entering directory '/home/hercuser/Hercules/src/plugins'
CC sample.c
PLUGIN sample
CC db2sql.c
PLUGIN db2sql
CC HPMHooking.c (CHAR)
PLUGIN HPMHooking_char
CC HPMHooking.c (LOGIN)
PLUGIN HPMHooking_login
CC HPMHooking.c (MAP)
PLUGIN HPMHooking_map
make[1]: *** No rule to make target 'afk', needed by 'all'. Stop.
make[1]: Leaving directory '/home/hercuser/Hercules/src/plugins'
Makefile:132: recipe for target 'plugins' failed
make: *** [plugins] Error 2
Make clean:
Make SQL:
Make plugins:
Makefile.in:
Plugins.conf:
Just to confirm, here is me checking that I have all of the required packages installed on my dedi:
apt-get install git make gcc mysql-server libmysqlclient-dev zlib1g-dev libpcre3-dev screen
returns:
Thanks in advance.