Re: fp_extensions

2000-03-10 Thread Sven Gaerner



Beavis wrote:

i
am trying to run a script call fp_install.shbut my slink box says run is
not a command, what do i try install?

Is it right that you are trying to install Frontpage Extensions??
The script replaces your apache binary.
My note to this: compile Apache from the Debian source package or from
the original because the MS apache binary does not support loadable modules
and the logging support is also not useable... ;-)
Bye,
Sven
--
++
| Please reply only to [EMAIL PROTECTED] |
| Other email addresses may no longer be valid... |
++





fp_extensions

2000-03-09 Thread Beavis



i am trying to run a script call 
fp_install.sh
but my slink box says run is not a command, what do 
i try

install?


Re: fp_extensions

2000-03-09 Thread Adam Shand

 i am trying to run a script call fp_install.sh but my slink box says run
 is not a command, what do i try

change into the directory where the script is and then run:

# ./fp_install.sh

if that gives you an error like this:

bash: ./fp_install.sh: No such file or directory

check the first line of the script and it's most likely pointing to a bash
(or sh) that doesn't exist in that location.  eg. there will be a line that
looks something like this:

#!/bin/sh

you need to make sure that it's pointing to a copy of bash/sh that actually
exists there.  change the path and try again.

adam.