* Sasa STUPAR ([EMAIL PROTECTED]) wrote:
> No, It doesn't. I have compiled it with prefix /usr/include and
> openssldir /usr/include/openssl and there are no headers. I haven't
> noticed it on first but when I wanted to compile apache with mod_ssl it
> returns an error that it was unable to find headers for ssl.
> Is there someone else reporting the same problem ? Maybe is this related
> to the RedHat8 distrubution only.

Well RH8 has openssl bundled though probably not with the headers, and I
can't say much else about what RH might be doing because I don't use it.
However, trying to install to a prefix of /usr/include would be pretty
terrible - as it will install all binaries, libraries, and include files
in *sub-directories* of /usr/include! Are you sure you did this, or did
you mean /usr/local?

Anyway, I'd be interested to see a log of this problem if you wouldn't
mind? If there's an openssl bug inside it, I'll try and get it
identified and fixed for the next release (0.9.7a). Eg. could you please
repeat your steps and send me the logs as;
  # ./config [...] 1> c1.log 2> c2.log
  # make [...] 1> m1.log 2> m2.log
  # make install 1> i1.log 2> i2.log
or something like that?

Cheers,
Geoff

-- 
Geoff Thorpe
[EMAIL PROTECTED]
http://www.geoffthorpe.net/

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to