<?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/11232" />

	<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-01-23T17:01:44-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2006-01-23T17:01:44-04:00</updated>

		<published>2006-01-23T17:01:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59644#p59644</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59644#p59644"/>
		<title type="html"><![CDATA[Trouble Installing]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59644#p59644"><![CDATA[
If you wish to have a different destination when you do the final 'make install' you'll have to specify it like 'make install DEST=/home/janipewter/eggdrop1.6.17' else it will be 'installed' in '/home/your_user/eggdrop' by default. Try a simple 'make install' and if that fails again (meaning you get the same error) redo the 'installing' part as Alchera sugested.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon Jan 23, 2006 5:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[janipewter]]></name></author>
		<updated>2006-01-23T03:46:40-04:00</updated>

		<published>2006-01-23T03:46:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59627#p59627</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59627#p59627"/>
		<title type="html"><![CDATA[Trouble Installing]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59627#p59627"><![CDATA[
<blockquote class="uncited"><div>Eggdrop successfully compiled:<br>-rwxr-xr-x  1 janipewter janipewter 1847843 Jan 23 07:03 eggdrop<br><br>Modules successfully compiled:<br>-rwxr-xr-x  1 janipewter janipewter  74053 Jan 22 14:52 assoc.so<br>-rwxr-xr-x  1 janipewter janipewter  79346 Jan 22 14:52 blowfish.so<br>-rwxr-xr-x  1 janipewter janipewter 227595 Jan 22 14:52 channels.so<br>-rwxr-xr-x  1 janipewter janipewter  74732 Jan 22 14:52 console.so<br>-rwxr-xr-x  1 janipewter janipewter  72044 Jan 22 14:52 ctcp.so<br>-rwxr-xr-x  1 janipewter janipewter  87173 Jan 22 14:52 dns.so<br>-rwxr-xr-x  1 janipewter janipewter 204638 Jan 22 14:52 filesys.so<br>-rwxr-xr-x  1 janipewter janipewter 262325 Jan 22 14:52 irc.so<br>-rwxr-xr-x  1 janipewter janipewter 101858 Jan 22 14:52 notes.so<br>-rwxr-xr-x  1 janipewter janipewter  78596 Jan 22 14:52 seen.so<br>-rwxr-xr-x  1 janipewter janipewter 153728 Jan 22 14:52 server.so<br>-rwxr-xr-x  1 janipewter janipewter 130480 Jan 22 14:52 share.so<br>-rwxr-xr-x  1 janipewter janipewter 117190 Jan 22 14:52 transfer.so<br>-rwxr-xr-x  1 janipewter janipewter  72919 Jan 22 14:52 uptime.so<br>-rwxr-xr-x  1 janipewter janipewter  80108 Jan 22 14:52 wire.so<br><br>Now run "make install" to install your bot.<br><br>janipewter@dedicated3:~/eggdrop1.6.17$ make install DEST=/home/janipewter/eggdrop1.6.17<br><br>Eggdrop v1.6.17 (C) 1997 Robey Pointer (C) 2004 Eggheads<br><br>Installing in directory: '/home/janipewter/eggdrop1.6.17'.<br><br>Renaming old 'eggdrop' executable to 'oeggdrop'.<br>Copying new 'eggdrop' executable and creating symlink.<br>/usr/bin/install: cannot stat `eggdrop': No such file or directory<br>make: *** [install-bin] Error 1</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7275">janipewter</a> — Mon Jan 23, 2006 3:46 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-01-22T21:12:39-04:00</updated>

		<published>2006-01-22T21:12:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59618#p59618</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59618#p59618"/>
		<title type="html"><![CDATA[Trouble Installing]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59618#p59618"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>tar zxvf eggdrop1.6.17.tar.gzcd eggdrop1.6.17./configuremake configmakemake install DEST=/home/name/botdir</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sun Jan 22, 2006 9:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[janipewter]]></name></author>
		<updated>2006-01-22T21:03:48-04:00</updated>

		<published>2006-01-22T21:03:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59616#p59616</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59616#p59616"/>
		<title type="html"><![CDATA[Trouble Installing]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59616#p59616"><![CDATA[
I've installed eggdrop before on another box, but I'm having some trouble doing it on this particular one. It keeps stubling at the make install stage.<br><blockquote class="uncited"><div>janipewter@dedicated3:~/eggdrop$ make install<br><br>Eggdrop v1.6.17 (C) 1997 Robey Pointer (C) 2004 Eggheads<br><br>Installing in directory: '/home/janipewter/eggdrop'.<br><br>Renaming old 'eggdrop' executable to 'oeggdrop'.<br>Copying new 'eggdrop' executable and creating symlink.<br>/usr/bin/install: cannot stat `eggdrop': No such file or directory<br>make: *** [install-bin] Error 1</div></blockquote>Any suggestions, bearing in mind I'm a total Linux noob?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7275">janipewter</a> — Sun Jan 22, 2006 9:03 pm</p><hr />
]]></content>
	</entry>
	</feed>
