Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 12336 invoked from network); 29 Sep 2005 13:38:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Sep 2005 13:38:57 -0000 Received: (qmail 57381 invoked by uid 500); 29 Sep 2005 13:38:45 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 57368 invoked by uid 500); 29 Sep 2005 13:38:45 -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 57355 invoked by uid 99); 29 Sep 2005 13:38:45 -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 06:38:45 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.107.45.100] (HELO poseidon.rider.edu) (192.107.45.100) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Sep 2005 06:38:49 -0700 Received: from [10.61.0.90] (suave.rider.edu [10.61.0.90]) by poseidon.rider.edu (8.12.10+Sun/8.12.9) with ESMTP id j8TDcLFj025461 for ; Thu, 29 Sep 2005 09:38:21 -0400 (EDT) Message-ID: <433BEDD5.6010000@rider.edu> Date: Thu, 29 Sep 2005 09:36:21 -0400 From: Ricardo Stella User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: users@httpd.apache.org References: In-Reply-To: X-Enigmail-Version: 0.92.0.0 Content-Type: multipart/mixed; boundary="------------090001090000030103060802" X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [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 --------------090001090000030103060802 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Are you sure your openssl install works and that it's not defaulted to shared mode ? If so, LD_LIBRARY_PATH must be set ahead of time or put the libs location via crle... Also, if you use GCC you should use -fPIC for openssl Also, openssl is installed by default in /usr/sfw as well (though earlier version, but should be patched by Sun). My .02... Perminder Singh Vohra wrote: > 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/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$ > > 2. Open SSL built successfully by executing the following commands:- > > # cd openssl-0.9.8 > > # ./config --prefix=/home/agent6qa/apache2054worker/openssl > --openssldir=/home//agent6qa/apache2054worker/openssl/openssl > > # make > > # make test > > # make install > > 3. httpd2.0.54 configured successfully by executing the following > command from httpd.2.054 directory:- > > # ./configure --prefix=/home/agent6qa/apache2054worker/ > --enable-proxy=shared --enable-so �enable-ssl > --with-ssl=/home/agent6qa/apache2054worker/openssl --with-mpm=worker > > 4. After ./configure, �make� command gives the following errors:- > > home/agent6qa/install/httpd-2.0.54/srclib/apr/libtool --silent > --mode=compile /usr/sfw/bin/gcc -g -O2 -DSOLARIS2=10 > -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 > > 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*** > -- �(((=((===���(((=========================================== --------------090001090000030103060802 Content-Type: text/x-vcard; charset=utf-8; name="stella.vcf" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="stella.vcf" begin:vcard fn:Ricardo Stella n:Stella;Ricardo org:Rider University adr;dom:;;2083 Lawrenceville Rd;Lawrenceville;NJ;08648 version:2.1 end:vcard --------------090001090000030103060802 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See 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 --------------090001090000030103060802--