LANG: No lang files found for section core

General support and discussion of Eggdrop bots.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Why is eggdrop a dot folder?

Try this:
tar zxvf eggdrop1.6.18.tar.gz
cd eggdrop1.6.18
./configure
make config
make

make install DEST=/home/xadin/jaberwokee
You then simply run eggdrop from the 'jaberwokee'. :)

NB: gseen needs only one language file and that is the one that you are actually using in your gseen.conf. :)
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
M
Medea
Voice
Posts: 2
Joined: Sun Nov 19, 2006 8:10 pm

Any resolution on this issue?

Post by Medea »

I'm having this exact same problem. The directory 'language' is located in the same place as the eggdrop executable. My config file is in the same directory too.

I don't see anything in the config file pertaining to the location of the language files.

Why can't eggdrop see those files?
M
Medea
Voice
Posts: 2
Joined: Sun Nov 19, 2006 8:10 pm

SOLVED!

Post by Medea »

OK I found out the problem.

Well, the docs for installing eggdrop talk about adding the install location to your $PATH. (If you install under Mac OSX that would be /opt/local/bin). All very well, but in my opinion that sets up unreasonable expectations about how that might help matters. It doesn't help at all.

Yes, if it's added to your $PATH you will be able to launch eggdrop by typing 'eggdrop' in any terminal, but it will quit immediately when it can't find the supporting files (languages, scripts etc.) because they are located in subfolders which are not added to $PATH.

In other words you MUST first cd to the eggdrop installation folder before running it. For the path (heheh) of least resistance, put your config files in that folder too.

This is probably obvious to many, but it's the docs which mislead, implying more than is actually delivered by the installer. How hard can it be to get the installer to hook up the default subdirectories properly???

My advice: Don't bother putting the eggdrop install folder in your $PATH, it doesn't make life any easier, in my opinion. Just navigate to that folder first, before launching eggdrop, and all we be well.
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

or you could make a small shell script (like the botchk script that comes with eggdrop) and have that script cd into the bot's homedir and launch the bot, then put that script into your path and launch it from anywhere..
Post Reply