You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by grenoml <gr...@yahoo.com> on 2002/12/13 03:47:56 UTC

[users@httpd] httpd 2.0.43 - unable to compile with mod_ssl

  When trying to compile on Cygwin(1.3.17) I am getting an error when
I'm trying to configure Apache httpd 2.0.43 with mod_ssl.  My command
line looks like:
  $./configure --enable-ssl
and when it gets to mod_ssl it fails:
  checking whether to enable mod_ssl... checking dependencies
  checking for SSL/TLS toolkit base... /usr
  checking for SSL/TLS toolkit version... OpenSSL 0.9.6h  5 Dec 2002
  checking for SSL/TLS toolkit includes... configure: error: OpenSSL
headers not found

  The Cygwin installer put the source for openssl in
/usr/src/openssl-(version) and put the binaries in /usr/ssl and
apparently the httpd build process can't figure out where the source
is.  Is this a bug or can I fix this somehow?  Could I move the source?
 Exactly where should I move it?

Thanks,
Gerry Reno


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] httpd 2.0.43 - unable to compile with mod_ssl

Posted by grenoml <gr...@yahoo.com>.
  I keep studying the config.log and I really can't tell if the
undefined symbols are a problem or not.  When it went to make a
decision on enable mod_ssl it says yes so I now assume that it found
everything it needed.
  I'm starting httpd using 'apachectl startssl'.  What I'm seeing when
I try to access https://localhost or https://m.y.i.p is a page that
says "Cannot find server or DNS error" yet normal HTTP access
http://localhost is fine.
  Any suggestions as to how to further explore this problem would be
most welcome.

Thanks,
Gerry Reno


--- grenoml <gr...@yahoo.com> wrote:
>   Well, I still could not get SSL working and upon examining the
> config.log file I found references to undefined ssl symbols.  I've
> attached the config.log file and was hoping maybe someone could shed
> some light on why I'm getting these undefined symbols when running
> ./configure --enable-ssl.
> 
> Thanks,
> Gerry Reno
> 
> 
> --- grenoml <gr...@yahoo.com> wrote:
> > Found the problem.  Building and installing openssl first from the
> > source fixed it.
> > 
> > Gerry Reno
> > 
> > 
> > --- grenoml <gr...@yahoo.com> wrote:
> > >   When trying to compile on Cygwin(1.3.17) I am getting an error
> > when
> > > I'm trying to configure Apache httpd 2.0.43 with mod_ssl.  My
> > command
> > > line looks like:
> > >   $./configure --enable-ssl
> > > and when it gets to mod_ssl it fails:
> > >   checking whether to enable mod_ssl... checking dependencies
> > >   checking for SSL/TLS toolkit base... /usr
> > >   checking for SSL/TLS toolkit version... OpenSSL 0.9.6h  5 Dec
> > 2002
> > >   checking for SSL/TLS toolkit includes... configure: error:
> > OpenSSL
> > > headers not found
> > > 
> > >   The Cygwin installer put the source for openssl in
> > > /usr/src/openssl-(version) and put the binaries in /usr/ssl and
> > > apparently the httpd build process can't figure out where the
> > source
> > > is.  Is this a bug or can I fix this somehow?  Could I move the
> > > source?
> > >  Exactly where should I move it?
> > > 
> > > Thanks,
> > > Gerry Reno
> > > 
> > > 
> > > __________________________________________________
> > > Do you Yahoo!?
> > > Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> > > http://mailplus.yahoo.com
> > > 
> > >
> >
> ---------------------------------------------------------------------
> > > The official User-To-User support forum of the Apache HTTP Server
> > > Project.
> > > See <URL:http://httpd.apache.org/userslist.html> for more info.
> > > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> > >    
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com

> ATTACHMENT part 2 application/octet-stream name=config.log
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server
> Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] httpd 2.0.43 - unable to compile with mod_ssl

Posted by grenoml <gr...@yahoo.com>.
  Well, I still could not get SSL working and upon examining the
config.log file I found references to undefined ssl symbols.  I've
attached the config.log file and was hoping maybe someone could shed
some light on why I'm getting these undefined symbols when running
./configure --enable-ssl.

Thanks,
Gerry Reno


--- grenoml <gr...@yahoo.com> wrote:
> Found the problem.  Building and installing openssl first from the
> source fixed it.
> 
> Gerry Reno
> 
> 
> --- grenoml <gr...@yahoo.com> wrote:
> >   When trying to compile on Cygwin(1.3.17) I am getting an error
> when
> > I'm trying to configure Apache httpd 2.0.43 with mod_ssl.  My
> command
> > line looks like:
> >   $./configure --enable-ssl
> > and when it gets to mod_ssl it fails:
> >   checking whether to enable mod_ssl... checking dependencies
> >   checking for SSL/TLS toolkit base... /usr
> >   checking for SSL/TLS toolkit version... OpenSSL 0.9.6h  5 Dec
> 2002
> >   checking for SSL/TLS toolkit includes... configure: error:
> OpenSSL
> > headers not found
> > 
> >   The Cygwin installer put the source for openssl in
> > /usr/src/openssl-(version) and put the binaries in /usr/ssl and
> > apparently the httpd build process can't figure out where the
> source
> > is.  Is this a bug or can I fix this somehow?  Could I move the
> > source?
> >  Exactly where should I move it?
> > 
> > Thanks,
> > Gerry Reno
> > 
> > 
> > __________________________________________________
> > Do you Yahoo!?
> > Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> > http://mailplus.yahoo.com
> > 
> >
> ---------------------------------------------------------------------
> > The official User-To-User support forum of the Apache HTTP Server
> > Project.
> > See <URL:http://httpd.apache.org/userslist.html> for more info.
> > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> >    

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

Re: [users@httpd] httpd 2.0.43 - unable to compile with mod_ssl

Posted by grenoml <gr...@yahoo.com>.
Found the problem.  Building and installing openssl first from the
source fixed it.

Gerry Reno


--- grenoml <gr...@yahoo.com> wrote:
>   When trying to compile on Cygwin(1.3.17) I am getting an error when
> I'm trying to configure Apache httpd 2.0.43 with mod_ssl.  My command
> line looks like:
>   $./configure --enable-ssl
> and when it gets to mod_ssl it fails:
>   checking whether to enable mod_ssl... checking dependencies
>   checking for SSL/TLS toolkit base... /usr
>   checking for SSL/TLS toolkit version... OpenSSL 0.9.6h  5 Dec 2002
>   checking for SSL/TLS toolkit includes... configure: error: OpenSSL
> headers not found
> 
>   The Cygwin installer put the source for openssl in
> /usr/src/openssl-(version) and put the binaries in /usr/ssl and
> apparently the httpd build process can't figure out where the source
> is.  Is this a bug or can I fix this somehow?  Could I move the
> source?
>  Exactly where should I move it?
> 
> Thanks,
> Gerry Reno
> 
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server
> Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org