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.

Help! cannot compile eggdrop

Old posts that have not been replied to for several years.
Locked
User avatar
z_one
Master
Posts: 269
Joined: Mon Jan 14, 2002 8:00 pm
Location: Canada

Help! cannot compile eggdrop

Post by z_one »

Hi,

When I type "make config" at my shell prompt (after having typed ./configure of course) I get the following error:

"make: don't know how to make config. Stop"

If anyone can help, it's urgent. Thanks guys
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

The obvious answers, would have to be to check the output from "./configure".

It is likely that there are error in this.
User avatar
z_one
Master
Posts: 269
Joined: Mon Jan 14, 2002 8:00 pm
Location: Canada

Post by z_one »

You were right, here are some error lines I got:
checking system type... ./configure: uname: permission denied
checking system release... ./configure: uname: permission denied
....
....
eval: Cannot fork: Resource temporarily unavailable
mv: src/Makefile: set owner/group (was: 1064/0): Operation not permitted
config.status: creating src/md5/Makefile
mv: src/md5/Makefile: set owner/group (was: 1064/0): Operation not permitted
config.status: creating src/compat/Makefile
mv: src/compat/Makefile: set owner/group (was: 1064/0): Operation not permitted
config.status: creating src/mod/Makefile
mv: src/mod/Makefile: set owner/group (was: 1064/0): Operation not permitted
config.status: creating config.h
mv: config.h: set owner/group (was: 1064/0): Operation not permitted
Dunno if that can help.

z_one
t
tainted
Master
Posts: 239
Joined: Sun May 12, 2002 8:00 pm
Location: chicago
Contact:

Post by tainted »

It seems to me that you have limited permissions on that shell for at least the eggdrop's source and the uname binary, and also that you have a process limit. I would talk to the admin about it and see if he can shed some light on it for you.
Locked