[Gss-users] Re: Gss-users digest, Vol 1 #6 - 3 msgs
Lori Homsher
lhomsher@jjsheeran.com
Tue, 27 Mar 2001 06:43:11 +0100
At 12:00 PM 3/26/01 -0500, you wrote:
>Message: 3
>
>I'm trying to install Grand Salmar Station, but I get the following error:
>
>Grand Salmar Station Install
>Press Return to Continue or Control-C to abort
>
>Found perl
>ln: /usr/local/bin/perl: File exists
>./insdirs: pidof: command not found
>You must have postgreSQL installed and running to continue
>Script Installation Failed
>[root@appian installintra]#
Hi all, I figured out the problem above -- I just needed /sbin in my path
to find pidof. Sorry for bothering you with that.
Now I have another problem with install. I get the following errors when
running ./install:
Copying necessary files . . .
mkdir: cannot create directory `/usr/include/apache/cgi-bin/sciphb': No
such fil
e or directory
mkdir: cannot create directory `/usr/include/apache/htdocs/sciphb': No such
file
or directory
cp: copying multiple files, but last argument
`/usr/include/apache/cgi-bin/sciph
b' is not a directory
Try `cp --help' for more information.
cp: copying multiple files, but last argument
`/usr/include/apache/htdocs/sciphb
' is not a directory
My sciintra_conf.pl file looks like this:
$apache_path="/usr/include/apache";
$apache_doc_root="/var/www/html";
$apache_cgi_bin="/var/www/cgi-bin";
Shouldn't the install program use the directories I've specified in
sciintra_conf.pl? What am I doing wrong?
Thanks!
Lori