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.
Old posts that have not been replied to for several years.
-
s
smokeyser
Post
by smokeyser »
I've recently upgraded a server to freebsd 5.2.1 and suddenly eggdrop1.6.16 won't compile. When I do make config I get:
%make config
make: Permission denied
I checked the permissions on misc/modconfig and they're fine. It's executable and owned by me. If I run modconfig on it's own like this:
%misc/modconfig
modconfig: error: could not find src directory.
problem solved. make config now works. Anyone know what would cause this strange behavior?
-
Wcc
- Master
- Posts: 278
- Joined: Sun Oct 28, 2001 8:00 pm
- Location: USA
-
Contact:
Post
by Wcc »
Woops, meant to reply to this one a while ago. This is a FreeBSD bug. A simple "cd ." usually fixes it.
Wcc