Mailing List Archive

configure error
Trying to run configure for 1.2.3pre2 on solaris, I get the error;

checking for OpenSSL/SSLeay directory... ./configure: test: argument
expected

Thx

Mate
Re: configure error [ In reply to ]
In a message dated 3/13/00 5:16:15 PM Eastern Standard Time,
mw@moni.msci.memphis.edu writes:

> checking for OpenSSL/SSLeay directory... ./configure: test: argument
> expected
>

Yes, this is the bug I was talking about the other day. Edit configure, on
line 2008, and add quotes around the $RSAREF.
Re: configure error [ In reply to ]
On Mon, 13 Mar 2000, Mate Wierdl wrote:

> Trying to run configure for 1.2.3pre2 on solaris, I get the error;
>
> checking for OpenSSL/SSLeay directory... ./configure: test: argument
> expected

Replace

if test ! -z $WANTS_RSAREF ; then

With

if test ! -z "$WANTS_RSAREF" ; then

-d

--
| "Bombay is 250ms from New York in the new world order" - Alan Cox
| Damien Miller - http://www.mindrot.org/
| Email: djm@mindrot.org (home) -or- djm@ibs.com.au (work)