Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Apr 2001 11:38:09 -0700
From:      Drew Tomlinson <drewt@writeme.com>
To:        lucas@slb.to
Cc:        freebsd-questions@freebsd.org
Subject:   RE: OT: FrontPage Extensions on Apache
Message-ID:  <BA5D0CE1CBB2D411B6AA00A0CC3F02390AF92C@ldcmsx01.lc.ca.gov>
In-Reply-To: <20010404132804.B8238@billygoat.slb.to>

next in thread | previous in thread | raw e-mail | index | archive | help
> -----Original Message-----
> From: Lucas Bergman [mailto:lucas@slb.to]
> Sent: Wednesday, April 04, 2001 11:28 AM
> To: Drew Tomlinson
> Cc: freebsd-questions@freebsd.org
> Subject: Re: OT: FrontPage Extensions on Apache
>
>
> > [blah, blah, blah...]
> >
> > EAPI_MM="/path/to/mm-1.1.3" SSL_BASE="/path/to/openssl-0.9.6"
> > ./configure \ --"then continue with various options"
> >
> > When I attempted to run such a command, I received an error stating
> > "EAPI_MM="/path/to/mm-1.1.3: Command not found."
>
> I don't know anything about FrontPage (mostly since it's a security
> nightmare), but I think your problem lies in the failed command above.
>
> You're using csh, right?  (By default, root does.)  The command above
> works for Bourne-derived shells, but not for csh-derived shells.  Try
> the equivalent:
>
>   env EAPI_MM="/path/to/mm-1.1.3" SSL_BASE="/path/to/openssl-0.9.6" \
>     ./configure \
>     # configure options...
>

Yes, I'm using tcsh.  I tried your example above and it's working.  I'll
continue from here and try again.  Thanks!

Drew

> That should work with any shell.
>
> Lucas
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BA5D0CE1CBB2D411B6AA00A0CC3F02390AF92C>