Re: [apache-ssl] compilation problems...still
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [apache-ssl] compilation problems...still



Hello again,

Any more ideas why compiling ssl_module.c gives syntax and parsing errors?
(I'm using Solaris 2.6, and gcc 2.7.2.3)


> > 2. "need to create the file Makefile.libdir in src/modules/ssl"
> 
> Someone just told me it must be non-empty. Does that help?

It did not work.  It looks like make is not paying any atenttion at
all to the variable:

SSL_BASE=/somedirectory/SSLeay-0.9.0b

It only looks on these directories:

#include "..." search starts here:
#include <...> search starts here:
 ../../os/unix
 ../../include
 /usr/local/include
 /usr/local/sparc-sun-solaris2.6/include
 /usr/local/lib/gcc-lib/sparc-sun-solaris2.6/2.7.2.3/include
 /usr/include
End of search list.

-juan