Web Hosting Talk







View Full Version : Perl Problem


battuss
02-20-2001, 07:23 PM
Anybody have a clue where perl is located at the Raq3?
Im installing a script and it needs the perl dir.

Another (stupid) question.
I have to fill in some dirs and it asks for this
# i.e. /home/sites/yourdomain/gallery (no trailing slash)

That directory is located at

/home/sites/home/web/gallery'
Do i have to replace /web with my domain name?
Or with http://www....com
Or what?

Thx people

syanet
02-20-2001, 09:30 PM
Perl is at usr/bin/perl

/home/sites/home/web/gallery looks like your path. 'home' in this case would be aliased as http://www.yourdomain.com. Don't know why they give each site 2 names like that.
You can leave it as 'home'.

battuss
02-20-2001, 09:35 PM
Thx

Chicken
02-21-2001, 03:15 AM
That path might not be right. That path is the path to the server's home site, which may or may not be what you want. If you set up a virtual site on the machine, it would be in the form of:

/home/sites/siteX/web

(where siteX would actually be the site number eg: site5)

If this is for the server site then it is fine however...

absolute
03-04-2001, 01:57 PM
Does anyone know what version of perl is pre-installed on the RAQ4i servers.

Chicken
03-04-2001, 07:17 PM
I have 5.00503 on 4r (not that that answers your question, but maybe it is the same, I really don't know).