Every step I have ran I get access denied. When I ran step 1 (./configure) it gave me access denied and I had to chmod +x it for it to work. When I run step two (make config) I am getting this message:
[root@server eggdrop]# make config
checking for removed modules.................... done.
detecting modules.................... done.
calculating dependencies................... done.
building ./src/mod/Makefile... done.
make[1]: Entering directory `/usr/ogames/eggdrop/src/mod'
Configuring module compress ...
/bin/sh: line 1: .././compress.mod/configure: Permission denied
Configuring module dns ...
/bin/sh: line 1: .././dns.mod/configure: Permission denied
make[1]: Leaving directory `/usr/ogames/eggdrop/src/mod'
building ./src/mod/Makefile... done.
You can now compile the bot, using "make".
[root@server eggdrop]#
I am logged in as root so I know that's not the issue. Any ideas?
I chmod the configure file in the /usr/ogames/eggdrop/src/mod/compress.mod but I am still getting this message:
[root@server eggdrop]# make config
checking for removed modules.................... done.
detecting modules.................... done.
calculating dependencies................... done.
building ./src/mod/Makefile... done.
make[1]: Entering directory `/usr/ogames/eggdrop/src/mod'
Configuring module compress ...
running in eggdrop mode.
creating cache ../../../config.cache
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for gzopen in -lz... yes
checking how to run the C preprocessor... gcc -E
checking for zlib.h... yes
checking for unistd.h... yes
checking for getpagesize... yes
checking for working mmap... yes
updating cache ../../../config.cache
creating ./config.status
creating Makefile
creating compress_config.h
Configuring module dns ...
/bin/sh: line 1: .././dns.mod/configure: Permission denied
make[1]: Leaving directory `/usr/ogames/eggdrop/src/mod'
building ./src/mod/Makefile... done.
You can now compile the bot, using "make".
[root@server eggdrop]# cd /usr/ogames/eggdrop/src/mod/compress.mod
[root@server compress.mod]#