Web Hosting Talk







View Full Version : Burst Net paths


carpman
08-06-2001, 07:34 AM
A quick post here as it might be quicker then support, which good but not quick.

what are the paths for

perl5

sendmail


i have them down as

/usr/bin/perl5

/usr/lib/sendmail

is this right

carpman
08-06-2001, 08:44 AM
sorted, they are getting faster :)

atiep
08-06-2001, 09:30 AM
why don't you type the following command on the shell account

whereis sendmail
whereis perl

:confused:

sitekeeper
08-06-2001, 09:45 AM
The correct path to perl is /usr/local bin/perl OR /usr/bin/perl either will work!

BOB:)

sitekeeper
08-06-2001, 09:50 AM
Sorry I forgot the rest!

perl5: /usr/bin/perl
perl5.003: /usr/bin/perl5.003
perl5.004: /usr/bin/perl5.004
sendmail: /usr/sbin/sendmail
date: /bin/date
java: /usr/bin/java
python: /usr/bin/python

Domain paths
using example if your domain was fred.com


Main dir: /home/fred/public_html/

Cgi-bin: /home/fred/public_html/cgi-bin

BOB :D

carpman
08-06-2001, 02:02 PM
Originally posted by atiep
why don't you type the following command on the shell account

whereis sendmail
whereis perl

:confused:


I did but was still getting errors, the script i was using referred to /perl5

changed it to /perl and all was ok, support also put in sym links to other common paths used should be any problems in future