This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Install On Linux - Access Denied

Old posts that have not been replied to for several years.
Locked
E
Eroc

Install On Linux - Access Denied

Post by Eroc »

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?

Thanks,
Eroc
E
Eroc

Post by Eroc »

Somewhat of an update....

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]#
Can anyone help me?
Thanks,
Eroc
User avatar
kazoo
Halfop
Posts: 48
Joined: Wed Jun 18, 2003 7:26 pm
Location: Nashville, TN
Contact:

Post by kazoo »

What version is this and where did you get it?
E
Eroc

Post by Eroc »

eggdrop1.6.15.tar.gz

from: http://www.egghelp.org/files.htm

I figured them out but I am confused why I had to do that and what else should I expect ?

Any ideas?

Eroc
User avatar
kazoo
Halfop
Posts: 48
Joined: Wed Jun 18, 2003 7:26 pm
Location: Nashville, TN
Contact:

Post by kazoo »

Well, eggdrop1.6.15 tend to be kinda buggy, so i would just keep an eye out for random bugs in it.

Other than that, should be alright.
Locked