Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
10-20-2003, 03:58 PM
|
#1
|
|
Member
Registered: Feb 2003
Location: hampton va
Distribution: ArchLinux, FreeBSD
Posts: 501
Rep:
|
i am looking for testers and feedback on my project.
true testers and real feed back only please.
here is my project site.
http://members.cox.net/joes_box/
the program is a perl/cgi script that runs on *nix only as of now but i am looking to port to windows soon. This program is a Journal (hense the name, Journal 0.1.0) that allows you to keep a daily log of your thoughts.
let me know what you think.
|
|
|
|
10-20-2003, 04:04 PM
|
#2
|
|
Member
Registered: Oct 2002
Location: Lower Alabama
Distribution: Slackware, OpenBSD 3.9
Posts: 344
Rep:
|
It's kinda hard to download:
"The requested URL /joes_box/journal_0.1.0.zip was not found on this server."
Ian
Last edited by green_dragon37; 10-20-2003 at 04:13 PM.
|
|
|
|
10-20-2003, 04:14 PM
|
#3
|
|
Member
Registered: Feb 2003
Location: hampton va
Distribution: ArchLinux, FreeBSD
Posts: 501
Original Poster
Rep:
|
sorry about that the site had a misspelling.
|
|
|
|
10-20-2003, 04:25 PM
|
#4
|
|
Member
Registered: Oct 2002
Location: Lower Alabama
Distribution: Slackware, OpenBSD 3.9
Posts: 344
Rep:
|
ok, I get a 500 when I try and run it. Dou you have any absolute paths in it?
|
|
|
|
10-20-2003, 04:32 PM
|
#5
|
|
Member
Registered: Feb 2003
Location: hampton va
Distribution: ArchLinux, FreeBSD
Posts: 501
Original Poster
Rep:
|
Code:
place the following file as so:
journal.cgi......................../var/www/cgi-bin
subparseform.lib............../var/www/cgi-bin
yellopaper_bkgrnd.png..../var/www/images
titleimage.png................../var/www/images
Journal_logo0.1.0.jpg...../var/www/images
index.html......................./var/www/html
|
|
|
|
10-20-2003, 04:33 PM
|
#6
|
|
Member
Registered: Oct 2002
Location: Lower Alabama
Distribution: Slackware, OpenBSD 3.9
Posts: 344
Rep:
|
well, I don't use any of those directories. How about a set of vars where we can define the path to the files?
|
|
|
|
10-20-2003, 04:39 PM
|
#7
|
|
Member
Registered: Feb 2003
Location: hampton va
Distribution: ArchLinux, FreeBSD
Posts: 501
Original Poster
Rep:
|
i will work on it. i didn't realize that this would be a prob.
what part are you having the prob on. is it from the get go or when you submit or what?? i am going to change the absoluts of /var/www/cgi-bin to 127.0.0.1/cgi-bin/ and see if that works.
|
|
|
|
10-20-2003, 04:44 PM
|
#8
|
|
Member
Registered: Oct 2002
Location: Lower Alabama
Distribution: Slackware, OpenBSD 3.9
Posts: 344
Rep:
|
from the get-go. I fixed the index page to point to the right place, but then, I get my error 500 page on trying to load the journal.cgi.
Ian
|
|
|
|
10-20-2003, 04:50 PM
|
#9
|
|
Member
Registered: Feb 2003
Location: hampton va
Distribution: ArchLinux, FreeBSD
Posts: 501
Original Poster
Rep:
|
well i guess that i made this for my system. i guess i am back to the drawing board.
|
|
|
|
10-20-2003, 04:51 PM
|
#10
|
|
Member
Registered: Oct 2002
Location: Lower Alabama
Distribution: Slackware, OpenBSD 3.9
Posts: 344
Rep:
|
I ran it through "perl -w" and got:
syntax error at journal.cgi line 82, near "){"
Execution of journal.cgi aborted due to compilation errors.
|
|
|
|
10-20-2003, 05:02 PM
|
#11
|
|
Member
Registered: Oct 2002
Location: Lower Alabama
Distribution: Slackware, OpenBSD 3.9
Posts: 344
Rep:
|
Hey, I just fixed it. You left out the spaces in some of the "if ()(this space) { }" statements.
It looks good, too. Nice and clean, and simple.
Ian
Last edited by green_dragon37; 10-20-2003 at 05:05 PM.
|
|
|
|
10-20-2003, 05:36 PM
|
#12
|
|
Member
Registered: Feb 2003
Location: hampton va
Distribution: ArchLinux, FreeBSD
Posts: 501
Original Poster
Rep:
|
so it wasn't my coding just my syntax. so my coding was the prob to the whole 500 error?? i am glad you found it. i didn't think that i had that problem in the released version. cause all of my scripts on the home puter work.
thanks.
joesbox
|
|
|
|
10-22-2003, 10:31 AM
|
#13
|
|
Member
Registered: Feb 2003
Location: hampton va
Distribution: ArchLinux, FreeBSD
Posts: 501
Original Poster
Rep:
|
anyone else want to give it a try??
|
|
|
|
10-22-2003, 10:45 AM
|
#14
|
|
Member
Registered: Oct 2002
Location: Lower Alabama
Distribution: Slackware, OpenBSD 3.9
Posts: 344
Rep:
|
To make it work under more situations, I made some changes on lines 214, 217, 252, and 324. I changed the paths on journal.txt to relative (./journal.txt). I also fixed the spaces, re-zipped it. here it is. I guess you could call it v.0.1.1. I also changed all of the urls relative to /.
Ian
|
|
|
|
10-22-2003, 10:52 AM
|
#15
|
|
Moderator
Registered: Nov 2002
Location: Kent, England
Distribution: Lubuntu
Posts: 19,088
|
Green_dragon37, I tried your link and got this:
Quote:
Error 404 -- Not Found
The page you requested, journal-0.1.1.tar.bz2, is not here. Check the link and try again.
Request: journal-0.1.1.tar.bz2
|
Will the program run on a stand alone desktop with no apache or server stuff at all?
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 11:07 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|