Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 34911 invoked from network); 29 Sep 2005 10:27:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Sep 2005 10:27:30 -0000 Received: (qmail 9902 invoked by uid 500); 29 Sep 2005 10:27:17 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 9874 invoked by uid 500); 29 Sep 2005 10:27:16 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 9860 invoked by uid 99); 29 Sep 2005 10:27:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Sep 2005 03:27:16 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=DNS_FROM_RFC_ABUSE,EXTRA_MPART_TYPE,HTML_FONT_BIG,HTML_MESSAGE,HTML_TEXT_AFTER_BODY,HTML_TEXT_AFTER_HTML X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [216.251.50.9] (HELO SFOVWL03.infosys.com) (216.251.50.9) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Sep 2005 03:27:22 -0700 Received: from indhubbhs01.ad.infosys.com ([192.168.200.81]) by SFOVWL03.infosys.com with InterScan Messaging Security Suite; Thu, 29 Sep 2005 03:24:21 -0700 Received: from BLRKECIMR01.ad.infosys.com ([192.168.200.58]) by indhubbhs01.ad.infosys.com with Microsoft SMTPSVC(5.0.2195.6713); Thu, 29 Sep 2005 15:54:30 +0530 Received: from BLRKECMSG04.ad.infosys.com ([172.25.213.134]) by BLRKECIMR01.ad.infosys.com with Microsoft SMTPSVC(5.0.2195.6713); Thu, 29 Sep 2005 15:54:30 +0530 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/related; type="multipart/alternative"; boundary="----_=_NextPart_001_01C5C4DF.F9E620E6" Date: Thu, 29 Sep 2005 15:54:29 +0530 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: problem in compiling Apache 2.0.54 with openssl 0.9.8 Thread-Index: AcXE3/nYLoWetiaGQH+/PJpJFQ8Vkw== From: "Perminder Singh Vohra" To: X-OriginalArrivalTime: 29 Sep 2005 10:24:30.0069 (UTC) FILETIME=[F9FB8A50:01C5C4DF] X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] problem in compiling Apache 2.0.54 with openssl 0.9.8 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C5C4DF.F9E620E6 Content-Type: multipart/alternative; boundary="----_=_NextPart_002_01C5C4DF.F9E620E6" ------_=_NextPart_002_01C5C4DF.F9E620E6 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, I am trying to compile Apache 2.0.54 with openssl 0.9.8 on Solaris 10 but encounter errors during "make" of httpd 2.0.54. The details of the problem are as given below:- =0D 1. Environment of Solaris 10:- =0D -bash-3.00$ echo $PATH /usr/sfw/bin:/usr/local/bin/:/usr/bin::/usr/ccs/bin:/usr/local/:/usr/ucb :/etc:/usr/local/lib:/usr/bin::/usr/ccs/bin:/usr/local/ -bash-3.00$ echo $CC /usr/sfw/bin/gcc -bash-3.00$ =0D =0D 2. Open SSL built successfully by executing the following commands:- # cd openssl-0.9.8 # ./config --prefix=3D/home/agent6qa/apache2054worker/openssl --openssldir=3D/home//agent6qa/apache2054worker/openssl/openssl # make=0D # make test # make install =0D =0D 3. httpd2.0.54 configured successfully by executing the following command from httpd.2.054 directory:- # ./configure --prefix=3D/home/agent6qa/apache2054worker/ --enable-proxy=3Dshared --enable-so -enable-ssl --with-ssl=3D/home/agent6qa/apache2054worker/openssl --with-mpm=3Dworker =0D 4. After ./configure, "make" command gives the following errors:- home/agent6qa/install/httpd-2.0.54/srclib/apr/libtool --silent --mode=3Dcompile /usr/sfw/bin/gcc -g -O2 -DSOLARIS2=3D10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DAP_HAVE_DESIGNATED_INITIALIZER -I/home/agent6qa/install/httpd-2.0.54/srclib/apr/include -I/home/agent6qa/install/httpd-2.0.54/srclib/apr-util/include -I/usr/local/include -I. -I/home/agent6qa/install/httpd-2.0.54/os/unix -I/home/agent6qa/install/httpd-2.0.54/server/mpm/worker -I/home/agent6qa/install/httpd-2.0.54/modules/http -I/home/agent6qa/install/httpd-2.0.54/modules/filters -I/home/agent6qa/install/httpd-2.0.54/modules/proxy -I/home/agent6qa/install/httpd-2.0.54/include -I/home/agent6qa/install/httpd-2.0.54/modules/generators -I/home/agent6qa/apache2054-worker/openssl/include/openssl -I/home/agent6qa/apache2054-worker/openssl/include -I/usr/sfw/include -I/home/agent6qa/install/httpd-2.0.54/modules/dav/main -prefer-non-pic -static -c ssl_engine_pphrase.c && touch ssl_engine_pphrase.lo ssl_engine_pphrase.c: In function `ssl_pphrase_Handle_CB': ssl_engine_pphrase.c:684: error: `PEM_F_DEF_CALLBACK' undeclared (first use in this function) ssl_engine_pphrase.c:684: error: (Each undeclared identifier is reported only once ssl_engine_pphrase.c:684: error: for each function it appears in.) make[3]: *** [ssl_engine_pphrase.lo] Error 1 make[3]: Leaving directory `/home/agent6qa/install/httpd-2.0.54/modules/ssl' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/agent6qa/install/httpd-2.0.54/modules/ssl' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/agent6qa/install/httpd-2.0.54/modules' make: *** [all-recursive] Error 1 =0D =0D Please suggest a possible solution. =0D =0D =0D Perminder Vohra Project Manager =0D Extn: 6235=0D =0D =0D **************** CAUTION - Disclaimer ***************** This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended= solely for the use of the addressee(s). If you are not the intended= recipient, please notify the sender by e-mail and delete the original= message. Further, you are not to copy, disclose, or distribute this e-mail= or its contents to any other person and any such actions are unlawful.= This e-mail may contain viruses. Infosys has taken every reasonable= precaution to minimize this risk, but is not liable for any damage you may= sustain as a result of any virus in this e-mail. You should carry out your= own virus checks before opening the e-mail or attachment. Infosys reserves= the right to monitor and review the content of all messages sent to or= from this e-mail address. Messages sent to or from this e-mail address may= be stored on the Infosys e-mail system. ***INFOSYS******** End of Disclaimer ********INFOSYS*** ------_=_NextPart_002_01C5C4DF.F9E620E6 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hi,

   I am trying to compile Apache 2.0.54 with openssl 0.9.8 on Solaris 10 but encounter errors during “make”= of httpd 2.0.54. The details of the problem are as given= below:-

 

  1. Environment of Solaris= 10:-

 

-bash-3.00$ echo= $PATH

/usr/sfw/bin:/usr/local/bin/:/usr/b= in::/usr/ccs/bin:/usr/local/:/usr/ucb:/etc:/usr/local/lib:/usr/bin::/usr/cc= s/bin:/usr/local/

-bash-3.00$ echo= $CC

/usr/sfw/bin/gcc<= /font>

-bash-3.00$

 

 

  1. Open SSL built= successfully by executing the following commands:-

# cd openssl-0.9.8

# ./config --prefix= =3D/home/agent6qa/apache2054worker/openssl --openssldir= =3D/home//agent6qa/apache2054worker/openssl/openssl

# make

# make test

# make install

 

 

  1. httpd2.0.54 configured successfully by executing the following command from httpd.2.054= directory:-

# ./configure --prefix= =3D/home/agent6qa/apache2054worker/ --enable-proxy=3Dshared --enable-so –enable-ssl --with-ssl= =3D/home/agent6qa/apache2054worker/openssl --with-mpm=3Dworker

 

  1. After ./configure,= “make” command gives the following errors:-

home/agent6qa/install/httpd-2.0.54/= srclib/apr/libtool --silent --mode=3Dcompile /usr/sfw/bin/gcc  -g -O2    -DSOLARIS2=3D10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DAP_HAVE_DESIGNATED_INITIALIZER  = -I/home/agent6qa/install/httpd-2.0.54/srclib/apr/include -I/home/agent6qa/install/httpd-2.0.54/srclib/apr-util/include -I/usr/local/include -I. -I/home/agent6qa/install/httpd-2.0.54/os/unix -I/home/agent6qa/install/httpd-2.0.54/server/mpm/worker -I/home/agent6qa/install/httpd-2.0.54/modules/http= -I/home/agent6qa/install/httpd-2.0.54/modules/filters -I/home/agent6qa/install/httpd-2.0.54/modules/proxy -I/home/agent6qa/install/httpd-2.0.54/include -I/home/agent6qa/install/httpd-2.0.54/modules/generators -I/home/agent6qa/apache2054-worker/openssl/include/openssl= -I/home/agent6qa/apache2054-worker/openssl/include -I/usr/sfw/include -I/home/agent6qa/install/httpd-2.0.54/modules/dav/main -prefer-non-pic -static -c ssl_engine_pphrase.c && touch ssl_engine_pphrase.lo

ssl_engine_pphrase.c: In= function `ssl_pphrase_Handle_CB':

ssl_engine_pphrase.c:684:= error: `PEM_F_DEF_CALLBACK' undeclared (first use in this= function)

ssl_engine_pphrase.c:684:= error: (Each undeclared identifier is reported only= once

ssl_engine_pphrase.c:684:= error: for each function it appears in.)

make[3]: ***= [ssl_engine_pphrase.lo] Error 1

make[3]: Leaving directory `/home/agent6qa/install/httpd-2.0.54/modules/ssl'<= /p>

make[2]: *** [all-recursive]= Error 1

make[2]: Leaving directory `/home/agent6qa/install/httpd-2.0.54/modules/ssl'<= /p>

make[1]: *** [all-recursive]= Error 1

make[1]: Leaving directory `/home/agent6qa/install/httpd-2.0.54/modules'

make: *** [all-recursive]= Error 1

 

 

Please suggest a possible= solution.

 

 

 

Perminder Vohra

Project= Manager

Extn:= 6235 

 

 

****************= CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended= solely for the use of the addressee(s). If you are not the intended= recipient, please notify the sender by e-mail and delete the original= message. Further, you are not to copy, disclose, or distribute this e-mail= or its contents to any other person and any such actions are unlawful.= This e-mail may contain viruses. Infosys has taken every reasonable= precaution to minimize this risk, but is not liable for any damage you may= sustain as a result of any virus in this e-mail. You should carry out your= own virus checks before opening the e-mail or attachment. Infosys reserves= the right to monitor and review the content of all messages sent to or= from this e-mail address. Messages sent to or from this e-mail address may= be stored on the Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***
------_=_NextPart_002_01C5C4DF.F9E620E6-- ------_=_NextPart_001_01C5C4DF.F9E620E6 Content-Type: image/jpeg; name="image001.jpg" Content-Transfer-Encoding: base64 Content-ID: Content-Description: image001.jpg Content-Location: image001.jpg /9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0a HBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIy MjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCAAnAH4DASIA AhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQA AAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3 ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWm p6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEA AwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSEx BhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElK U1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3 uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD3qKKM xISi/dHalKwA4IjB9CBSxf6lP90Vx+oWouvE+pqdJ/tAiKLH70J5eQf5/wBKYjsPKj/55r+VHlR/ 881/KuUguNY00xacZoj9lsvtExZS7EBj8oP04zT313UbK0s7+4aCeG8ViIY0wYztLDBzyOOaAOo8 uIEAomT04FHlR/8APNfyrjrm61AXGk3tzcW8jNBNPGI0xsPl5x15HSrl34iurS00242xv51m88q4 6sFBGPQZNAHS+VH/AM81/Kjyo/8Anmv5VyesT6quhzGbULVvMjjkAiUq4BYAgDP3eRzXV26yrbxr M6ySAfMyrtBP07UDF8qP/nmv5UeVH/zzX8qfRSAZ5Uf/ADzX8qyb/WrCz+RfKeUSrGyEEYycE5x2 rZryTxlqItry+OAyxzH5CceY3XbnsAOTWNSpUVSEKavzOxFRPkbWlkdjbeLtOnt5zIIoZVQFAimT krnnC8YPFUB4n3oQt9b+YEJwbfBztTt/vF/yrydodb1V0e28826SeW7I2yNTuwAeQM4qVrq90tsX xbyvvFZecAknKn1xtAr2lgq0W2uV+X/Dnk1cSnCKu+b18+ySPf7W8sLx2S3eORlGSAuKteVH/wA8 1/KuK8B3gu5ZiH3gwq6P/fQngn36g+4ruK8PC1Z1KfNUVnqe1KLi7MZF/qU/3RWJLqAt9dvI7PSJ ri5CR+dKjqMjB29T9a24v9Sn+6K5TUrB28Q3lxNpV5dwyJGI2t5QmCBzn5h7V0iNxJbJZBfXaR2l 20IR1lkG5Uz0POOtRxafodhcJKq20UkgPl7pOCD12gnAB9qzoNNa51QTy6c6QDTvKRZ8MVbceDye cVkWtrJZRNFeWaXEracqbHkTMGN2cgngd8igRv2llosN65jtYY0iA8uYzAq28EYAzwPbp6VNbabo ECG4gW22RBkL+buVQeCDk4x7VzFnpN3c6bGVtGeKQWZHTDKud35Cr2p6LdnVbqa2tSLVZoJNkar+ 8AUgkKeCQexoA2F0zQILGVwluLWdQjSNLlSM8AMTwM9hV+OaxsraKJJ4kjC/uw0oOR9Sea5M6Pep 5F2tvc+SLiSRoDHGzLlQAwT7v4dqn07QZBqFm1zZM0CQSttm2kRszggYHA7nHagDorfVIJLRJ7h4 7YsCxSSVeBnGcg4qd7y1jEZe5hXzPuZcDd9PWuX0bRZ1uLI3tj8kdnIh8wAhXMhIH1wapWVpJYvH HeWSTu1iYxC7pmHDMckE8KeORQM7driMWrXCN5kYUtmP5sgenrXhXjiVptR85VIja5n3rKdh+bGO vfFeweGYlk8J2MUiBkeHDKRwQc1xXiXwpcSyXhhs5Y7VycPAuTFjowA5IxwRUqvToVadSabs+iv0 sZ1IVaidOFtf6/rzOVlcR6TZyojC1aPK7V4kfOGxycsTx+VaOuWV/wCEPD2n38umwXmoXbsJGuYf OSzTGRGq9ATk5Pcg+1SeDtEj0TUf7R8TahEtrG6myUyh0lk5+fAzjb79Ca9Ze8SbT5LixKXRwdgR gQzdhXq4nMYO0YaxWr8zhweUywspV5p3l1PKdP0zUNQ12z0/TQ+lW9/YR3WpQwkqbUFslU7pvwDj tk17ABtUAdhjmuV8JaTf2F3eXOoqzXd1+8nmIxvbPQegA4A9K6uvM9uq2sVZXfz8/meim2tRhBUl l6dxTftMP9/9DRRTSuDdg+0w/wB/9DVW6ttMvXV7q3hmZehePJH6UUU+VCuWVuIFUKrAKBgAKeKX 7TD/AH/0NFFHKguH2mH+/wDoaPtMP9/9DRRRyoLh9ph/v/oaq3Vvpl8ytdQQzFful48kfpRRRyoL lhZ7dECIQqgYAC4AFO+0w/3/ANDRRRyoLnJ+J/CNjr9zDdQzpbTx53ARfLLznnHf3966HTvLs7GO F2QOOW2AkZ/KiipVKKfMjepi61SnGlN3Udi39ph/v/oaPtMP9/8AQ0UVXKjC5//Z ------_=_NextPart_001_01C5C4DF.F9E620E6--