Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 15064 invoked by uid 500); 3 Apr 2002 20:12:14 -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: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 15025 invoked from network); 3 Apr 2002 20:12:14 -0000 Received: from ns1.jhanna.net (HELO www.jhanna.com) (216.188.0.67) by daedalus.apache.org with SMTP; 3 Apr 2002 20:12:14 -0000 Received: from iranihamaster (adsl-64-171-96-158.dsl.sndg02.pacbell.net [64.171.96.158]) by www.jhanna.com (8.11.1/8.11.1) with SMTP id g33KCfS31453 for ; Wed, 3 Apr 2002 12:12:41 -0800 (PST) (envelope-from soheils@jhanna.com) Reply-To: From: "Soheil Shaghaghi" To: Subject: RE: Apache, mod_ssl and DSO support -failing Date: Wed, 3 Apr 2002 12:13:41 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20020403200329.62687.qmail@web9304.mail.yahoo.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Thanks, but that's not the problem. I did try that, and still the same problem. by the way, if I install Apache by itself, and run make it doesn't give me any errors. Soheil -----Original Message----- From: Radhika Sambamurti [mailto:radhika_narendran@yahoo.com] Sent: Wednesday, April 03, 2002 12:03 PM To: users@httpd.apache.org Subject: RE: Apache, mod_ssl and DSO support -failing hi, This looks like make is not in your path. do a find on make and put it in the path or use the absolute pathname. radhika --- Soheil Shaghaghi wrote: > Hello, > I just tried this same method, and when I try to do a > make, I get this > error: > /usr/src/apache_1.3.24 >make > ===> src > make[1]: Entering directory `/usr/src/apache_1.3.24' > make[2]: Entering directory `/usr/src/apache_1.3.24/src' > make[2]: *** No rule to make target `all'. Stop. > make[2]: Leaving directory `/usr/src/apache_1.3.24/src' > make[1]: *** [build-std] Error 2 > make[1]: Leaving directory `/usr/src/apache_1.3.24' > make: *** [build] Error 2 > > Any ideas? > > > -----Original Message----- > From: Radhika Sambamurti > [mailto:radhika_narendran@yahoo.com] > Sent: Wednesday, April 03, 2002 8:48 AM > To: users@httpd.apache.org > Subject: Re: Apache, mod_ssl and DSO support -failing > > > Thank you so much. It works!!! > > -radhika > > --- Joshua Slive wrote: > > > > On Wed, 3 Apr 2002, Radhika Sambamurti wrote: > > > > > Hi, > > > I am trying to build apache + mod_ssl + openssl + mm > > > on Solaris 8 with DSO enabled. > > > > > > The script is: > > > ./configure \ > > > "--with-apache=/export/home/apache/src/apache_1.3.23" > \ > > > "--with-ssl=/export/home/apache/src/openssl-0.9.6b" \ > > > "--with-mm=/export/home/apache/src/mm-1.1.3" \ > > > "--prefix=/export/home/apache/apache" \ > > > "--enable-shared=so" \ > > > "$@" > > > > > Configure:Error: Module mod_so cannot be made a DSO > > itselt > > > ./configureError: APACI failed > > > > Yep, that seems pretty clear, other than the typo in > the > > error. Change > > the --enable-shared=so to --enable-module=so. Since > > mod_so is the thing > > that makes "shared" possible, it can't be shared > itself. > > > > Joshua. > > > > > > > --------------------------------------------------------------------- > > 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 > > For additional commands, e-mail: > > users-help@httpd.apache.org > > > > > ===== > It's all a matter of perspective. You can choose your > view by choosing where > to stand. > --Larry Wall > > __________________________________________________ > Do You Yahoo!? > Yahoo! Tax Center - online filing with TurboTax > http://taxes.yahoo.com/ > > --------------------------------------------------------------------- > 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 > For additional commands, e-mail: > users-help@httpd.apache.org > > > > --------------------------------------------------------------------- > 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 > For additional commands, e-mail: > users-help@httpd.apache.org > ===== It's all a matter of perspective. You can choose your view by choosing where to stand. --Larry Wall __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ --------------------------------------------------------------------- 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 For additional commands, e-mail: users-help@httpd.apache.org --------------------------------------------------------------------- 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 For additional commands, e-mail: users-help@httpd.apache.org