| Main Archive Page > Month Archives > engarde-users archives |
Yes, I have installed Ikonboard successfully with one twist. Most of the files you uploaded from a Windows client are not properly formatted for unix.
Login via ssh and navigate to the ikonboard cgi directory. Then run the following commands.
cat installer.cgi | sec 's/^M//g' > installer1.cgi
chmod 755 installer1.cgi
cp installer1.cgi installer.cgi
rm installer1.cgi
NOTE: ^M is displayed by keying Ctrl + v and then hitting Enter.
Then run your installation via a browser. You may have to run the same command on several files before your installation works.
Let me know if that clears up your problem. It should.
Sincerely,
Paul Rochford
Senior Technical Analyst
prochford@e-homenetworking.net
TECH TIP: Always accept the prompt to downlaod & install the latest virus updates for your anti virus software.
e-Home Networking Inc.
"Your home access to technology in the 21st century."
www.e-homenetworking.net
(416)-925-3166 / (866) EHN-HOME
This e-mail may be privileged and/or confidential, and the sender does not waive any related rights and obligations. Any distribution, use or copying of this e-mail or the information it contains by other than an intended recipient is unauthorized. If you received this e-mail in error, please advise me (by return e-mail or otherwise) immediately.
Ce courrier est confidentiel et protégé. L'expéditeur ne renonce pas aux droits et obligations qui s'y rapportent. Toute diffusion, utilisation ou copie de ce message ou des renseignements qu'il contient par une personne autre que le (les) destinataire(s) désigné(s) est interdite. Si vous recevez ce courriel par erreur, veuillez m'en aviser immédiatement, par retour de courriel ou par un autre moyen.
-----Original Message-----
From: engarde-users-bounce@engardelinux.org
[mailto:engarde-users-bounce@engardelinux.org] On Behalf Of Perciaccante,
Robert
Sent: August 21, 2002 9:34 AM
To: 'engarde-users@engardelinux.org'
Subject: [EnGarde] Questions with Ikonboard
Has anyone successfully installed Ikonboard on Engarde? Even after following all their directions, I am getting a 500 error, with the following in the error log:
[Wed Aug 21 08:24:05 2002] [error] (2)No such file or directory: exec of /home/httpd/www.foo.tld-80/cgi-bin/ikonboard/installer.cgi failed [Wed Aug 21 08:24:05 2002] [error] [client 208.144.114.4] Premature end of script headers: /home/httpd/www.foo.tld-80/cgi-bin/ikonboard/installer.cgi
<VirtualHost Valid.IP.Address:80>
<Directory "/home/httpd/www.foo.tld-80/html">
AllowOverride all
</Directory>
<Directory "/home/httpd/www.foo.tld-80/cgi-bin">
Options +ExecCGI
</Directory>
#### Allow specific directories to have browse access
<Directory "/home/httpd/www.foo.tld/html/dan">
Options +Indexes
</Directory>
<Directory "/home/httpd/www.foo.tld/html/bobware">
Options +Indexes
</Directory>
<Directory "/home/httpd/www.foo.tld/html/gallery/temp">
Options +Indexes
</Directory>
DocumentRoot /home/httpd/www.foo.tld-80/html
ServerName www.foo.tld
ServerAdmin root@server
ScriptAlias /cgi-bin/ /home/httpd/www.foo.tld-80/cgi-bin/
ErrorLog /home/httpd/www.foo.tld-80/logs/error_log
TransferLog /home/httpd/www.foo.tld-80/logs/access_log
Options IncludesNOEXEC Indexes
</VirtualHost>
Bob