Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 57017 invoked by uid 500); 14 May 2003 14:18:06 -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 57004 invoked from network); 14 May 2003 14:18:06 -0000 Received: from rdesparc.homes.com (199.44.154.51) by daedalus.apache.org with SMTP; 14 May 2003 14:18:06 -0000 Received: from parramorej ([199.44.154.210]) by rdesparc.homes.com (8.9.3/8.9.3) with SMTP id KAA20985 for ; Wed, 14 May 2003 10:12:48 -0400 From: "Joel Parramore" To: Date: Wed, 14 May 2003 10:18:08 -0400 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.2910.0) In-Reply-To: X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4920.2300 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: RE: [users@httpd] 2.0.45 make fails on exports.c I ran into the same issue two or three weeks ago... I don't remember the exact query that I was using --- sorry. I did find another reference to it using a quick Google search: http://www.riverside.org/archive/html/new-httpd/2003-02/msg00380.html which should provide some assistance (I hope)... > -----Original Message----- > From: marcel.kuiper@nl.abnamro.com [mailto:marcel.kuiper@nl.abnamro.com] > Sent: Wednesday, May 14, 2003 9:39 AM > To: users@httpd.apache.org > Subject: RE: [users@httpd] 2.0.45 make fails on exports.c > > > thanks for the swift response though I found it already by trial and error. > What query strings are you using with the bug database though (in what > fields too), since I am not able to get anything out of that db that looks > related > > Regards > > Marcel > > > > > > "Joel Parramore" on 05/14/2003 03:18:53 PM > > Please respond to users@httpd.apache.org > > To: users@httpd.apache.org > cc: > Subject: RE: [users@httpd] 2.0.45 make fails on exports.c > > > > This is a known bug when building Apache --- search the Apache bugs > database for > the redefinition of function complaints. One cause is due to running the > make > in a directory which is symlinked to another directory, i.e., your sources > are > in /usr/sources/apache_2.0.45, you've a symlink to that directory, and you > used > the sumlink to cd to that direct before running configure and make. > Apaprently, > prototypes in exports will get written twice --- you'll need to cd to the > directory using the "real" path or remove the redundant prototypes by hand. > > Regards, > Joel > > > > > -----Original Message----- > > From: marcel.kuiper@nl.abnamro.com [mailto:marcel.kuiper@nl.abnamro.com] > > Sent: Wednesday, May 14, 2003 8:04 AM > > To: users@httpd.apache.org > > Subject: [users@httpd] 2.0.45 make fails on exports.c > > > > > > Hi > > > > I'm trying to build apache 2.0.45 on Solaris 2.7 with gcc 3.2.3 (tried > > 2.95.3 as well) and getting an error with make. These are the steps: > > > > - cd /usr/local/builds/httpd-2.0.45 > > - ./configure --prefix=/usr/local/apache2 > > - make > > > > > > /bin/ksh /opt/local/builds/httpd-2.0.45/srclib/apr/libtool --silent > > --mode=compi > > le gcc -g -O2 -pthreads -DSOLARIS2=7 -D_POSIX_PTHREAD_SEMANTICS > > -D_REENTRANT > > -DAP_HAVE_DESIGNATED_INITIALIZER > > -I/opt/local/builds/httpd-2.0.45/srclib/apr/ > > include -I/usr/local/builds/httpd-2.0.45/srclib/apr/include > > -I/opt/local/builds/ > > httpd-2.0.45/srclib/apr-util/include > > -I/usr/local/builds/httpd-2.0.45/srclib/apr > > -util/include > > -I/usr/local/builds/httpd-2.0.45/srclib/apr-util/xml/expat/lib -I. > > -I/usr/local/builds/httpd-2.0.45/os/unix > > -I/usr/local/builds/httpd-2.0.45/serve > > r/mpm/prefork -I/usr/local/builds/httpd-2.0.45/modules/http > > -I/usr/local/builds/ > > httpd-2.0.45/modules/filters > > -I/usr/local/builds/httpd-2.0.45/modules/proxy -I/u > > sr/local/builds/httpd-2.0.45/include > > -I/usr/local/builds/httpd-2.0.45/modules/da > > v/main -prefer-non-pic -static -c > > /usr/local/builds/httpd-2.0.45/server/exports. > > c && touch /usr/local/builds/httpd-2.0.45/server/exports.lo > > > > /usr/local/builds/httpd-2.0.45/server/exports.c:1549: redefinition of > > `ap_hack_a > > pr_base64_encode_len' > > /usr/local/builds/httpd-2.0.45/server/exports.c:175: > > `ap_hack_apr_base64_encode_ > > len' previously defined here > > > > > > There's a lot more complaints about the redefinition of functions > > after the first complaint > > > > Any help would be appreciated > > > > THNX > > > > Marcel > > > > > --------------------------------------------------------------------------- > > This message (including any attachments) is confidential and may be > > privileged. If you have received it by mistake please notify the > > sender by return > > e-mail and delete this message from your system. Any unauthorised use > > or dissemination of this message in whole or in part is strictly > prohibited. > > Please note that e-mails are susceptible to change. > > ABN AMRO Bank N.V. (including its group companies) shall not be > > liable for the improper or incomplete transmission of the information > > contained in > > this communication nor for any delay in its receipt or damage to your > > system. ABN AMRO Bank N.V. (or its group companies) does not > > guarantee that the > > integrity of this communication has been maintained nor that this > > communication is free of viruses, interceptions or interference. > > > --------------------------------------------------------------------------- > > > > > > > > > > > > > > --------------------------------------------------------------------- > > 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 > > > --------------------------------------------------------------------- > 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 > > > > > > > > > --------------------------------------------------------------------------- > > This message (including any attachments) is confidential and may be > privileged. If you have received it by mistake please notify the > sender by return e-mail and delete this message from your system. > Any unauthorised use or dissemination of this message in whole or in > part is strictly prohibited. Please note that e-mails are > susceptible to change. > > ABN AMRO Bank N.V. (including its group companies) shall not be liable for > the improper or incomplete transmission of the information contained > in this communication nor for any delay in its receipt or damage to > your system. ABN AMRO Bank N.V. (or its group companies) does not > guarantee that the integrity of this communication has been > maintained nor that this communication is free of viruses, > interceptions or interference. > > --------------------------------------------------------------------------- > > > > > > > --------------------------------------------------------------------- > 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 --------------------------------------------------------------------- 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