RE: [users@httpd] Error while installing Apache 1.3.33 on Solaris10

2005-05-12 Thread Steve Szabo
luthien [/opt/SUNWwbsvr/docs] # gcc -v Reading specs from /usr/sfw/lib/gcc/i386-pc-solaris2.10/3.4.3/specs Configured with: /builds/sfw10-gate/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as --with- ld=/usr/ccs/bin/ld --without-gnu-ld --enable-language

RE: [users@httpd] Error while installing Apache 1.3.33 on Solaris10

2005-05-12 Thread Rahul Kohli
Craig, Steve, I did both "make clean" and "gmake clean" and now on fresh set up execute "configure" command. Configure runs fine but on giving the command "gmake" I am still getting the error but it seems the gmake compiled a little extra than earlier. Steve, Please you tell me t

RE: [users@httpd] Error while installing Apache 1.3.33 on Solaris10

2005-05-12 Thread Craig Dunigan
In general, you should always 'make clean' (or 'make realclean' or 'make veryclean', if they exist) when re-running a compile. That is, run 'make clean' to clean up leftovers from other compilation attempts, then re-run the same configure command, and then re-run make (or 'gmake' in this case)

RE: [users@httpd] Error while installing Apache 1.3.33 on Solaris10

2005-05-12 Thread Steve Szabo
I was able to build 1.3.33 on my sol10 system with no such error did you install the sol10 patches? On Fri, 2005-05-13 at 00:29 +0530, Rahul Kohli wrote: > Craig, > > The results of gmake are also same (given below) > > # gmake > ===> src > gmake[1]: Entering directory `/test/self/INs/apache

RE: [users@httpd] Error while installing Apache 1.3.33 on Solaris10

2005-05-12 Thread Rahul Kohli
Craig, The results of gmake are also same (given below) # gmake ===> src gmake[1]: Entering directory `/test/self/INs/apache_1.3.33' gmake[2]: Entering directory `/test/self/INs/apache_1.3.33/src' ===> src/regex gmake[3]: Nothing to be done for `all'. <=== src/regex ===> src/os/unix gcc -c -I.

RE: [users@httpd] Error while installing Apache 1.3.33 on Solaris10

2005-05-12 Thread Craig Dunigan
The command name is gmake, not make. :) Craig On Fri, 13 May 2005, Rahul Kohli wrote: > Craig, > > > > Now I have installed gmake ver 3.80 even after this the error while executing > the "make" command remains the same. > > > > # make > > ===> src > > make[1]: Entering directory `/tes

RE: [users@httpd] Error while installing Apache 1.3.33 on Solaris10

2005-05-12 Thread Rahul Kohli
Craig, Now I have installed gmake ver 3.80 even after this the error while executing the "make" command remains the same. # make ===> src make[1]: Entering directory `/test/self/INs/apache_1.3.33' make[2]: Entering directory `/test/self/INs/apache_1.3.33/src' ===> src/regex make[3]: N