Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Apache2 OpenSSL config problem

 
   Web Hosting Problem Solving Community! (Home) -> Apache RSS
Next:  user agent + URL rewriting in HTTPS  
Author Message
user2659

External


Since: Jan 28, 2004
Posts: 2



(Msg. 1) Posted: Wed Jan 28, 2004 5:18 pm
Post subject: Apache2 OpenSSL config problem
Archived from groups: alt>apache>configuration (more info?)

I'm trying to configure the lates version of Apache on my server with these
parameters
../configure --enable-headers --enable-cgi --enable-speling --enable-so --ena
ble-ssl --with-mpm=prefork

And i get this error:

checking for SSL/TLS toolkit base... /usr
checking for SSL/TLS toolkit version... OpenSSL 0.9.7c 30 Sep 2003
checking for SSL/TLS toolkit includes... configure: error: OpenSSL headers
not found

I tryed alsowhith:
../configure --enable-headers --enable-cgi --enable-speling --enable-ssl --w
ith-ssl=/usr/bin/openssl --with-mpm=prefork
../configure --enable-headers --enable-cgi --enable-speling --enable-ssl --w
ith-ssl=/usr/lib --with-mpm=prefork
../configure --enable-headers --enable-cgi --enable-speling --enable-ssl --w
ith-ssl=/usr/bin --with-mpm=prefork
../configure --enable-headers --enable-cgi --enable-speling --enable-ssl --w
ith-ssl=/usr/lib/ssl --with-mpm=prefork
../configure --enable-headers --enable-cgi --enable-speling --enable-ssl --w
ith-ssl=/etc/ssl

but i have always this error:
checking whether to enable mod_ssl... checking dependencies
checking for SSL/TLS toolkit base... /usr/bin
checking for SSL/TLS toolkit version... unknown
checking for SSL/TLS toolkit includes... configure: error: OpenSSL headers
not found

OpenSSL is installed in the system (OpenSSL 0.9.7c)
and if i try "whereis openssl"
i get" openssl: /usr/bin/openssl"

Any idea on how to solve it?
Thanks in advance

 >> Stay informed about: Apache2 OpenSSL config problem 
Back to top
Login to vote
davideyeahsure

External


Since: Nov 03, 2003
Posts: 2994



(Msg. 2) Posted: Wed Jan 28, 2004 5:43 pm
Post subject: Re: Apache2 OpenSSL config problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Juz <juji_juz[do_not_use_this]@hotmail.com> wrote:
 > checking for SSL/TLS toolkit includes... configure: error: OpenSSL headers
 > not found

Do you have openssl sources? is your openssl installation correct?

 > and if i try "whereis openssl"

yeah, fine, it will tell you where the openssl binary is, not the
headers.

Davide

--
| It used to be said [...] that AIX looks like one space alien
| discovered Unix, and described it to another different space alien
| who then implemented AIX. But their universal translators were
| broken and they'd had to gesture a lot. --Paul Tomblin
|
|<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Apache2 OpenSSL config problem 
Back to top
Login to vote
user2659

External


Since: Jan 28, 2004
Posts: 2



(Msg. 3) Posted: Wed Jan 28, 2004 5:48 pm
Post subject: Re: Apache2 OpenSSL config problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Unfortunately the initial installation of Debian included OpenSSL by default
so i dont have a lot of info about this installation.
I can get the sources from openssl website.... and then? Should i reinstall
Openssl?
( parli italiano?)
 >> Stay informed about: Apache2 OpenSSL config problem 
Back to top
Login to vote
davideyeahsure

External


Since: Nov 03, 2003
Posts: 2994



(Msg. 4) Posted: Wed Jan 28, 2004 5:51 pm
Post subject: Re: Apache2 OpenSSL config problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Juz <juji_juz[do_not_use_this]@hotmail.com> wrote:
 > Unfortunately the initial installation of Debian included OpenSSL by default
 > so i dont have a lot of info about this installation.

If is 'out of the box' I guess you only have the binaries and not the
headers file, but you need them if you want to compile Apache.

 > I can get the sources from openssl website.... and then?

Follow the installation instructions, I guess you'll need also
mod_ssl...

 > ( parli italiano?)

Yes, but since this is an _international_ newsgroup I think that
maybe someone else is interested. Remove 'yeahsure' from my
address for direct mail.

Davide

--
| Q: Does Bill Gates use public domain software? A: Yes, as all of the
| public has become Bill Gates' domain.
|
|
|
|<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Apache2 OpenSSL config problem 
Back to top
Login to vote
no_mail

External


Since: Jul 15, 2003
Posts: 26



(Msg. 5) Posted: Thu Jan 29, 2004 7:21 am
Post subject: Re: Apache2 OpenSSL config problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Juz wrote...
 > Unfortunately the initial installation of Debian included OpenSSL by default
 > so i dont have a lot of info about this installation.
 > I can get the sources from openssl website.... and then? Should i reinstall
 > Openssl?
 > ( parli italiano?)
 >
 >
 >
You can have two copies of OpenSSL installed. Leave the default
installation of OpenSSL for the system and install a new copy from
source in /usr/local/ssl for use with Apache.

Then use --with-ssl=/usr/local/ssl<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Apache2 OpenSSL config problem 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Apache 2 + openssl + prngd compilation problem - Hi, I cannot get my Apache 2 + mod_ssl to compile on Solaris 7. I use prngd-0.9.27 server with /var/run/egd-pool socket. and openssl-0.9.7b I first trid : --enable-mods-shared=all configure failed : "You need APR random support to use mod_auth_dig...

The Apache - OpenSSL - Internet Explorer 5 problem - I am using mod_ssl with openssl 0.9.7c and I am using the workaround in my ssl.conf that permits the buggy Internet Explorer 5.x browsers to access my https pages. The problem has been around for a while and is detailed here: ..

Config problem (upgrade 1.3 to 2.x :) - In my old configuration it was possible to call a url like that. http://localhost/somedirectory/somefile and he opened somefile.html, even if i didn't specified the suffix. now I upgraded to apache 2.x and this doesn't work any more :( I couldn't..

apache 2.0.47 on windows - vhost config problem - I've got a problem with configuration of vhost it's my http.config: NameVirtualHost * #---------------------------- VHosts ------------ <VirtualHost *> ServerAdmin webmaster@samba.local.pl DocumentRoot "C:/http/vhost0/htdocs" ...

apache2 virtual host problem - Hi Gro&#118;p, A while ago I did a small site to display pict&#118;res from o&#118;r family re&#118;nion in England (mostly to see some pict&#118;res since I didn't get to go). Anyway, Speakeasy, my ISP in addition to providing DNS po...
   Web Hosting Problem Solving Community! (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]