Mailing List Archive

Could not build 1.3.22 on solaris 2.6
I'm having trouble configuring apache, running make3.76.1 and gcc2.8.1
gets the following error
seems to me that there's a make problem even though I'm using a version
above the one suggested
in README file
Any help will be appreciated. vasile



Creating Makefile in src/support
Creating Makefile in src/os/unix
Creating Makefile in src/ap
Creating Makefile in src/main
Creating Makefile in src/lib/expat-lite
Creating Makefile in src/modules/standard
# make
===> src
make[1]: Entering directory `/dat0/apache/apache_1.3.22'
make[2]: Entering directory `/dat0/apache/apache_1.3.22/src'
===> src/os/unix
gcc -c -I../../os/unix -I../../include -DSOLARIS2=260 -DUSE_EXPAT
-I../../lib
/expat-lite -DNO_DL_NEEDED `../../apaci` os.c
gcc -c -I../../os/unix -I../../include -DSOLARIS2=260 -DUSE_EXPAT
-I../../lib
/expat-lite -DNO_DL_NEEDED `../../apaci` os-inline.c
rm -f libos.a
ar cr libos.a os.o os-inline.o
make[3]: ar: Command not found
make[3]: *** [libos.a] Error 127
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/dat0/apache/apache_1.3.22/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/dat0/apache/apache_1.3.22'
make: *** [build] Error 2


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Could not build 1.3.22 on solaris 2.6 [ In reply to ]
It says "make[3]: ar: Command not found". Set your $PATH to include ar.


On Mon, 17 Dec 2001 12:17:29 -0500
vasile.curelea@cgi.ca wrote:

> I'm having trouble configuring apache, running make3.76.1 and gcc2.8.1
> gets the following error
> seems to me that there's a make problem even though I'm using a version
> above the one suggested
> in README file
> Any help will be appreciated. vasile
>
>
>
> Creating Makefile in src/support
> Creating Makefile in src/os/unix
> Creating Makefile in src/ap
> Creating Makefile in src/main
> Creating Makefile in src/lib/expat-lite
> Creating Makefile in src/modules/standard
> # make
> ===> src
> make[1]: Entering directory `/dat0/apache/apache_1.3.22'
> make[2]: Entering directory `/dat0/apache/apache_1.3.22/src'
> ===> src/os/unix
> gcc -c -I../../os/unix -I../../include -DSOLARIS2=260 -DUSE_EXPAT
> -I../../lib
> /expat-lite -DNO_DL_NEEDED `../../apaci` os.c
> gcc -c -I../../os/unix -I../../include -DSOLARIS2=260 -DUSE_EXPAT
> -I../../lib
> /expat-lite -DNO_DL_NEEDED `../../apaci` os-inline.c
> rm -f libos.a
> ar cr libos.a os.o os-inline.o
> make[3]: ar: Command not found
> make[3]: *** [libos.a] Error 127
> make[2]: *** [subdirs] Error 1
> make[2]: Leaving directory `/dat0/apache/apache_1.3.22/src'
> make[1]: *** [build-std] Error 2
> make[1]: Leaving directory `/dat0/apache/apache_1.3.22'
> make: *** [build] Error 2
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server
Project.
> See <URL:http://httpd.apache.org/userslist.html> 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 <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
RE: Could not build 1.3.22 on solaris 2.6 [ In reply to ]
> From: vasile.curelea@cgi.ca [mailto:vasile.curelea@cgi.ca]

> I'm having trouble configuring apache, running make3.76.1 and gcc2.8.1
> gets the following error
> seems to me that there's a make problem even though I'm using a version
> above the one suggested
> in README file
> Any help will be appreciated. vasile
>
> make[3]: ar: Command not found

make is looking for the command "ar", which it can't find. Try including
/usr/ccs/bin/ in your path.

Joshua.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
RE: Could not build 1.3.22 on solaris 2.6 [ In reply to ]
Great! Added it to my path and works fine.
Thank you all for your prompt response! vasile




"Joshua
Slive" To: <users@httpd.apache.org>
<joshua@slive cc:
.ca> Subject: RE: Could not build 1.3.22 on
solaris 2.6
12/17/01
12:22 PM
Please
respond to
users







> From: vasile.curelea@cgi.ca [mailto:vasile.curelea@cgi.ca]

> I'm having trouble configuring apache, running make3.76.1 and gcc2.8.1
> gets the following error
> seems to me that there's a make problem even though I'm using a version
> above the one suggested
> in README file
> Any help will be appreciated. vasile
>
> make[3]: ar: Command not found

make is looking for the command "ar", which it can't find. Try including
/usr/ccs/bin/ in your path.

Joshua.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> 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 <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org