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.

Strange problem when starting the bot (symbolic path)

Old posts that have not been replied to for several years.
Locked
P
Paulo-

Strange problem when starting the bot (symbolic path)

Post by Paulo- »

First the symbolic path for eggdrop was linked to itself. Then I changed it to the path from where I installed the eggdrop.
(Install destination: /eggdrop - installed from: /eggdrop-1.6.15 )

However both doesn't work. Following error is produced:

[storm@securehost eggdrop]$ ./eggdrop -m bot.conf
bash: ./eggdrop: is a directory

or(when I delete the link):

[storm@securehost eggdrop]$ ./eggdrop -m bot.conf
bash: ./eggdrop: No such file or directory

Do I have to start it from the path from where I installed it? What's the sense of /eggdrop (Destination path) then?

Thanks a lot.
User avatar
CrazyCat
Revered One
Posts: 1359
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

I don't understand: when you install your eggdrop from ~/eggdrop-1.6.15 , it create a real (not symbolic path) directory which is ~/eggdrop .
If you have a symbolic path, so you go to the sources and not to the binaries.
try to uninstall completely the eggdrop, then follow the procedure:
shell wrote: cd ~/eggdrop-1.6.15
./configure
./make config
./make
./make install
cd ../eggdrop
edit your config file
./eggdrop -m bot.conf
Locked