Re: [cgiirc-general] Permission error when opening socket
Brought to you by:
dgl
From: David L. <dg...@dg...> - 2005-12-20 20:51:21
|
On 19 Dec 2005, at 22:28, Invalid Name wrote: > Hello, I'm new to CGI:IRC and have just installed it smoothly enough. > Unfortunately when the script loads I receive the following error: "An > error occurred: Error opening socket: Permission denied" Anyone have > any ideas on fixing this? All the files are chmod 755 so I'm not sure > what the problem would be. > > Thanks in advance. That's odd, for some reason it is allowed to create a directory in /tmp but not open a socket, you could try creating your own tmp directory somewhere other than /tmp maybe. You'll have to change socket_prefix in both the config file and in client-perl.cgi for CGI:IRC to recognise the new path. David |