<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/12329" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2006-08-27T04:06:06-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/12329</id>

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-08-27T04:06:06-04:00</updated>

		<published>2006-08-27T04:06:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65879#p65879</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65879#p65879"/>
		<title type="html"><![CDATA[Running eggdrop on Mac OS x]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65879#p65879"><![CDATA[
<blockquote class="uncited"><div>...anyways what do I do after i compiled and installed it all</div></blockquote>Read <a href="http://forum.egghelp.org/viewtopic.php?t=12338" class="postlink">this</a> post (last entry).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sun Aug 27, 2006 4:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[thedoors]]></name></author>
		<updated>2006-08-26T23:40:09-04:00</updated>

		<published>2006-08-26T23:40:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65877#p65877</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65877#p65877"/>
		<title type="html"><![CDATA[Running eggdrop on Mac OS x]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65877#p65877"><![CDATA[
So I wont get that...anyways what do I do after i compiled and installed it all<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8127">thedoors</a> — Sat Aug 26, 2006 11:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-08-26T19:39:42-04:00</updated>

		<published>2006-08-26T19:39:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65866#p65866</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65866#p65866"/>
		<title type="html"><![CDATA[Running eggdrop on Mac OS x]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65866#p65866"><![CDATA[
Third party modules are those that are not supplied with the eggdrop source; those that you download yourself and compile like the gseen module.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sat Aug 26, 2006 7:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[thedoors]]></name></author>
		<updated>2006-08-26T15:08:49-04:00</updated>

		<published>2006-08-26T15:08:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65859#p65859</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65859#p65859"/>
		<title type="html"><![CDATA[Running eggdrop on Mac OS x]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65859#p65859"><![CDATA[
Alright I read up on it and I compiled it from the compile guide, but now just a few questions. I got to this part;<br><br>D. Mac OS X<br>      Follow the standard compile process in Section A. To compile dynamically<br>      (with module support), use 'make eggdrop' instead of 'make'.<br><br>So I did that and now I am not sure what to do...because after that theres all of this:<br><br>To get third-party modules to compile, you may need to edit the module's<br>      Makefile and add "$(XLIBS) $(MODULE_XLIBS)" to the end of the<br>      ../../../MODULE.$(MOD_EXT) target's $(LD) line.<br><br>      For example:<br><br>        ../../../mymodule.$(MOD_EXT): ../mymodule.o<br>        $(LD) -o ../../../mymodule.$(MOD_EXT) ../mymodule.o<br>        $(STRIP) ../../../mymodule.$(MOD_EXT)<br><br>      Would become:<br><br>        ../../../mymodule.$(MOD_EXT): ../mymodule.o<br>        $(LD) -o ../../../mymodule.$(MOD_EXT) ../mymodule.o $(XLIBS) $(MODULE_XLIBS)<br>        $(STRIP) ../../../mymodule.$(MOD_EXT)<br><br>      If you notice a module that requires these changes, it would probably be<br>      a good idea to let the module's developer know, so it can be fixed.<br><br><br>      Note that on Mac OS X, the DYLD_LIBRARY_PATH environment variable should<br>      be used instead of LD_LIBRARY_PATH.<br><br>And I am not sure what third party modules means and if I really need it since I am just begginer. But anyways after doing make eggdrop, it told me to do make clean first which I did, then I did make eggdrop again...and then after that I got some erros and not sure if they are acctual errors and what I should do: <br><br>ld: Undefined symbols:<br>_fprintf$LDBLStub<br>_sprintf$LDBLStub<br>make[2]: *** [../../../channels.so] Error 1<br>make[1]: *** [channels.mod_so] Error 2<br>make: *** [modules] Error 2<br><br>Because do I acctually need to do the make eggdrop part? Or do I have to since I am on Mac OS X. kthx!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8127">thedoors</a> — Sat Aug 26, 2006 3:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-08-25T19:01:45-04:00</updated>

		<published>2006-08-25T19:01:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65824#p65824</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65824#p65824"/>
		<title type="html"><![CDATA[Running eggdrop on Mac OS x]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65824#p65824"><![CDATA[
<blockquote class="uncited"><div>No I am joking and have no knowledge on how to do it from a directory or where to do it from.</div></blockquote>Read your operating system's documentation on using commands &amp;c from the console.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Fri Aug 25, 2006 7:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[thedoors]]></name></author>
		<updated>2006-08-25T14:19:02-04:00</updated>

		<published>2006-08-25T14:19:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65822#p65822</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65822#p65822"/>
		<title type="html"><![CDATA[Running eggdrop on Mac OS x]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65822#p65822"><![CDATA[
1. Type './configure' from the Eggdrop directory. Some of the options<br>         that can be given to ./configure are explained below.<br><br>What is the eggdrop directory and how do I ./configure from it. I have searched around and there is no begginer steps on how to do it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8127">thedoors</a> — Fri Aug 25, 2006 2:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[thedoors]]></name></author>
		<updated>2006-08-25T14:17:21-04:00</updated>

		<published>2006-08-25T14:17:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65821#p65821</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65821#p65821"/>
		<title type="html"><![CDATA[Running eggdrop on Mac OS x]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65821#p65821"><![CDATA[
No I am joking and have no knowledge on how to do it from a directory or where to do it from.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8127">thedoors</a> — Fri Aug 25, 2006 2:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-08-25T00:50:49-04:00</updated>

		<published>2006-08-25T00:50:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65803#p65803</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65803#p65803"/>
		<title type="html"><![CDATA[Running eggdrop on Mac OS x]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65803#p65803"><![CDATA[
<blockquote class="uncited"><div>how do I do run ./eggdrop bot.conf in the eggdrop directory.</div></blockquote>You are joking of course? <br><br>You would have to change to the folder in which eggdrop was installed and after editing eggdrop.conf as per instructions on main site issue the above command.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Fri Aug 25, 2006 12:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[thedoors]]></name></author>
		<updated>2006-08-25T00:25:21-04:00</updated>

		<published>2006-08-25T00:25:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65801#p65801</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65801#p65801"/>
		<title type="html"><![CDATA[Running eggdrop on Mac OS x]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65801#p65801"><![CDATA[
how do I do run ./eggdrop bot.conf in the eggdrop directory.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8127">thedoors</a> — Fri Aug 25, 2006 12:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2006-08-25T00:15:57-04:00</updated>

		<published>2006-08-25T00:15:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65800#p65800</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65800#p65800"/>
		<title type="html"><![CDATA[Running eggdrop on Mac OS x]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65800#p65800"><![CDATA[
<strong class="text-strong">demond is correct</strong><br><br>create proper conf file (read the docs), name it bot.conf<br>start bot with:<br>./eggdrop bot.conf<br>in ~/eggdrop directory<br><br>it works like any other eggdrop installation<br>make sure you have tcl installed also<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Fri Aug 25, 2006 12:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-08-24T23:14:03-04:00</updated>

		<published>2006-08-24T23:14:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65796#p65796</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65796#p65796"/>
		<title type="html"><![CDATA[Running eggdrop on Mac OS x]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65796#p65796"><![CDATA[
well, simply read carefully through help sections on this site and follow the detailed instructions; I can assure you there is nothing Mac-specific you need to run eggdrop under OS X<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Thu Aug 24, 2006 11:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[thedoors]]></name></author>
		<updated>2006-08-24T23:01:30-04:00</updated>

		<published>2006-08-24T23:01:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65794#p65794</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65794#p65794"/>
		<title type="html"><![CDATA[Running eggdrop on Mac OS x]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65794#p65794"><![CDATA[
Not clueless just need a jump start which no1 has gave me yet....like no1 has mac knowledge i went to several mac sites and even the eggdrop irc channels. No help. Mine giving me some help?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8127">thedoors</a> — Thu Aug 24, 2006 11:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-08-24T22:55:06-04:00</updated>

		<published>2006-08-24T22:55:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65793#p65793</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65793#p65793"/>
		<title type="html"><![CDATA[Running eggdrop on Mac OS x]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65793#p65793"><![CDATA[
dude, a handful of people here have tried to lecture me on how &amp; what to post, but to date noone had done that in their second post - except you, that is<br><br>if you are clueless about the command line, eggdrop is not for you<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Thu Aug 24, 2006 10:55 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[thedoors]]></name></author>
		<updated>2006-08-24T22:43:51-04:00</updated>

		<published>2006-08-24T22:43:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65792#p65792</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65792#p65792"/>
		<title type="html"><![CDATA[Running eggdrop on Mac OS x]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65792#p65792"><![CDATA[
Um ???? Mac os x is way different from windows. Fink compiled it from your site, and I have to run it by command line but I dont know the commands for it. Is there any eggdrop mac users here??? Plz only post if you have any useful things to add -_-.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8127">thedoors</a> — Thu Aug 24, 2006 10:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-08-24T22:41:43-04:00</updated>

		<published>2006-08-24T22:41:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65791#p65791</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65791#p65791"/>
		<title type="html"><![CDATA[Running eggdrop on Mac OS x]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65791#p65791"><![CDATA[
has the idea of running it as you would run it under any other OS (sans Windows) crossed your mind?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Thu Aug 24, 2006 10:41 pm</p><hr />
]]></content>
	</entry>
	</feed>
