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

	<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>2002-01-29T14:14:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-01-29T14:14:00-04:00</updated>

		<published>2002-01-29T14:14:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4156#p4156</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4156#p4156"/>
		<title type="html"><![CDATA[Permission denied]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4156#p4156"><![CDATA[
basically your system isnt POSIX complient. The gnu configure script (and the makefiles it produces) assumes that the os can do certain things. firstly i suggest compiling a posix version of sh and using that to configure. if that doesnt work then you'll probably have to rewrite the sections of the script that fail with whatever equivalents the os you're using has.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Tue Jan 29, 2002 2:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-01-29T13:22:00-04:00</updated>

		<published>2002-01-29T13:22:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4155#p4155</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4155#p4155"/>
		<title type="html"><![CDATA[Permission denied]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4155#p4155"><![CDATA[
That got me a little further. It turned out that I had to type /bin/sh ./configure. So thanksk for that.<br>But now it is complaining about 'Bad for loop variable'<br>It seems to have a problem with line 196, which is 'for $ac_option'.<br>I have found some articles in newsgroups relating to this issue, but couldn't find the right answer unfortunately.<br>In general I get the feeling that there is something not right with my system, since the install doesn't go extremely smooth.<br><br>Anyone?<br><br>Thanks,<br><br>Chef<p>Statistics: Posted by Guest — Tue Jan 29, 2002 1:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-01-29T11:08:00-04:00</updated>

		<published>2002-01-29T11:08:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4150#p4150</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4150#p4150"/>
		<title type="html"><![CDATA[Permission denied]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4150#p4150"><![CDATA[
your os either doesnt support the #! operator (which means it must be pretty old), or /bin/sh is missing. Execute the configure script by executing it as an argument to a bourne style shell (eg sh configure, or bash configure, or /usr/bin/sh configure etc). If it is caused by /bin/sh being non-existant, I suggest you get that fixed.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Tue Jan 29, 2002 11:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-01-29T10:36:00-04:00</updated>

		<published>2002-01-29T10:36:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4149#p4149</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4149#p4149"/>
		<title type="html"><![CDATA[Permission denied]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4149#p4149"><![CDATA[
Hi,<br><br>I'm not sure whether this is a eggdrop question or more unix-related, but I'll try anyway:<br>I'm trying to install Eggdrop 1.6.8 on a Unix-server. The installation notes from (on this site) tell me to first key in: ./configure<br>When I do this, I get a message 'Permission denied'. Then I changed to permissions to this file to 777, because it wasn't on 'execute'. When I then type the command again, the system tells me 'Command not found'.<br>So I am puzzled, since first I had not enough permissions, and then all of a sudden the system coudn't find the file anymore.<br><br>I know I am doing something wrong here, question is 'What?'.<br><br>And yes, I did read the readme-files all the way, but no luck in there relating to this issue.<br><br>Can anyone help me with this?<br><br>Thanks,<br><br>Chef<p>Statistics: Posted by Guest — Tue Jan 29, 2002 10:36 am</p><hr />
]]></content>
	</entry>
	</feed>
