Welcome, Guest. Please login or register.
Did you miss your activation email?


Login with username, password and session length

Search

 
Advanced search

8018 Posts in 1850 Topics- by 2099 Members - Latest Member: roi
Pages: [1]   Go Down
Print
Author Topic: perl 5  (Read 202 times)
0 Members and 2 Guests are viewing this topic.
jkajfes
Guest
« on: April 10, 2004, 02:04:00 PM »

I would like to setup a calendar on my website but I'm having trouble figuring out how to do all this.

I can ftp into my website and see the relavent files and directories which were created there.

I don't have a perl5 subdirectory.

I do have a cgi-bin directory.

Why is a perl5 directory required? I don't know what perl 5 is. Where do I get it? I this something I have to download to my computr and then also upload to my website?

I'm on rogers.com

I tried running the install.bat with what I think were the proper switches but it doesn't place the calendarscript subdirectory under the cgi-bin directory on my site. It's puts that directory in my root and the files calendar.pl and calendar_admin.pl in the root...

I could fpt into my site and I suppose I could manually move them to the correct spot under cgi-bin... would this be the thing to do?

I guess my biggest concern is my lack of understanding of how you do all this stuff, but I'm willing to try! ;-)

Logged
DanO
Moderator
Full Member
*****

Karma: 13
Offline Offline

Posts: 218

Please don't PM me. Post in the open forum.


WWW
« Reply #1 on: April 11, 2004, 01:10:00 PM »

** I don't have a perl5 subdirectory. **

You won't normally. Perl is installed on the system, each and every user on that system does not usually have a separate installation.

** Why is a perl5 directory required? **

It isn't but Perl (version 5+) needs to be installed on the web server somewhere in order for that server to be able to run Perl scripts.

** I don't know what perl 5 is. **

Perl is a computer language which allow scripts written in it to run (execute) on the server. "5" is the version of Perl which needs to be installed.

** I'm on rogers.com **

If that is the free service included with your cable ISP service, I doubt its web space allows you to run CGI scripts written in Perl. Check your host's FAQs to see if they allow CGI scripts on your hosting plan. If not, you will not be able to use CalendarScript there.

** I do have a cgi-bin directory. **

Before or after the you attempted to install the script? If before, than your hosting package may allow CGI scripts. Check your host's FAQs.

** I could fpt into my site and I suppose I could manually move them to the correct spot under cgi-bin... **

The easiest way I've found to install the script is to extract the files locally (on your own computer), edit the first line of the calendar.pl and calendar_admin.pl files to point to the correct location to Perl on the server and then FTP the files (maintaining their directory structure) to the location on the web server you want them.

If you're hosted on a Unix based server you may also need to set proper permissions of the calendar.pl and calendar_admin.pl files.

Dan O.

------------------

Logged
Pages: [1]   Go Up
Print
Jump to: