Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 58725 invoked by uid 500); 10 May 2002 13:18:38 -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 58714 invoked from network); 10 May 2002 13:18:38 -0000 Received: from mail6.burlee.com (199.93.70.32) by daedalus.apache.org with SMTP; 10 May 2002 13:18:38 -0000 Received: from velociraptor.4lane.com [12.34.105.10] by mail6.burlee.com (SMTPD32-6.00) id A8ADCA510264; Fri, 10 May 2002 09:18:37 -0400 Received: from no.name.available by velociraptor.4lane.com via smtpd (for mail6.burlee.com [199.93.70.32]) with SMTP; 10 May 2002 13:20:38 UT Subject: Re: apache compilation error "still not working" From: Lee Fellows To: users@httpd.apache.org In-Reply-To: <20020510043251.38035.qmail@web11005.mail.yahoo.com> References: <20020510043251.38035.qmail@web11005.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution/1.0.2 Date: 10 May 2002 09:15:28 -0400 Message-Id: <1021036528.26554.170.camel@linux> Mime-Version: 1.0 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Faisal, Try compiling a small c or c++ program: i.e., #include #include void main () { printf ("Hello, World!\n"); exit; } (Simple minded, I know, but trust me, it works) Attempt to compile it with the command 'gcc `. This should produce a file named a.out which you can then attempt to run by ./a.out. My suspicion is that your build system (gcc, as, ld, etc) is broken/missing components. I say this because I have=20 encountered the same problem on one of my Ultra 10's running=20 solaris 8. Unfortunately, I have not yet been able to track down the source of my problem due to other demands on my time. If the test fails, at least you know the problem lies with your build environment, not the apache source. HTH On Fri, 2002-05-10 at 00:32, faisal gillani wrote: > Well i did what you told me but still same error .. > although i must tell you that there are no file in > /usr/ccs/bin i am using gcc & used a precompiled > package for it which is in the path > /usr/local/bin/gcc/ ... this i already have in my path > but still this error coming up .. >=20 > hope you can help me=20 > thanks >=20 > --- Rabea Husseis wrote: > > Check if /usr/local/bin and /usr/ccs/bin (for make) > > in ur UNIX PATH > > #echo $PATH > >=20 > > if not u have to add it: > > #PATH=3D$PATH:/usr/local/bin:/usr/ccs/bin > > #export PATH > >=20 > > >From: faisal gillani > > >Reply-To: users@httpd.apache.org > > >To: users@httpd.apache.org > > >Subject: apache compilation error "still not > > working" > > >Date: Thu, 9 May 2002 20:54:33 -0700 (PDT) > > > > > >Well now i did define the PATH of the gcc file > > which > > >was in /usr/local/bin/gcc but still the error here > > is > > >what it says > > > > > >"loading cache ./config.cache > > >checking for chosen layout... Apache > > >checking host system type... i386-pc-solaris2.8 > > >checking target system type... i386-pc-solaris2.8 > > >checking build system type... i386-pc-solaris2.8 > > > > > >Configuring Apache Portable Runtime library ... > > > > > >configuring package in srclib/apr now > > >loading cache > > /usr/local/httpd-2.0.35/./config.cache > > >checking host system type... i386-pc-solaris2.8 > > >checking target system type... i386-pc-solaris2.8 > > >checking build system type... i386-pc-solaris2.8 > > >Configuring APR library > > >Platform: i386-pc-solaris2.8 > > >checking for gcc... (cached) gcc > > >checking whether the C compiler (gcc ) works... no > > >configure failed for srclib/apr > > >" > > > > > >plz help me out here > > >thanks > > > > > > > > > > > >=3D=3D=3D=3D=3D > > >*=BA=A4., =B8=B8,.=A4=BA*=A8=A8=A8*=A4 Allah-hu-Akber*=BA=A4., =B8=B8,= .=A4=BA*=A8=A8*=A4 > > > > > >__________________________________________________ > > >Do You Yahoo!? > > >Yahoo! Shopping - Mother's Day is May 12th! > > >http://shopping.yahoo.com > > > > > > >--------------------------------------------------------------------- > > >To unsubscribe, e-mail: > > users-unsubscribe@httpd.apache.org > > >For additional commands, e-mail: > > users-help@httpd.apache.org > >=20 > >=20 > > > _________________________________________________________________ > > Chat with friends online, try MSN Messenger: > > http://messenger.msn.com > >=20 > >=20 > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > > users-unsubscribe@httpd.apache.org > > For additional commands, e-mail: > > users-help@httpd.apache.org > >=20 >=20 >=20 > =3D=3D=3D=3D=3D > *=BA=A4., =B8=B8,.=A4=BA*=A8=A8=A8*=A4 Allah-hu-Akber*=BA=A4., =B8=B8,.= =A4=BA*=A8=A8*=A4 >=20 > __________________________________________________ > Do You Yahoo!? > Yahoo! Shopping - Mother's Day is May 12th! > http://shopping.yahoo.com >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org >=20 >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org