Mailing List Archive

Anyone please, wants to help a begginer with Apache HTTP Server?
Hi!
I'm trying to build Apache_1.3.23. I downloaded the source and executed configure with
the following parameters:

# /usr/local/apache_1.3.23/configure --with-layout=Apache --prefix=/usr/local --enable-rule=SHARED_CORE --enable-module=so

Then I execute the make command but I get the following error:

# make
===> src
make[1]: Entering directory `/usr/local/apache_1.3.23'
make[2]: Entering directory `/usr/local/apache_1.3.23/src'
===> src/os/unix
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 `/usr/local/apache_1.3.23/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/usr/local/apache_1.3.23'
make: *** [build] Error 2

I downloaded both "gcc" and "make" as packages for my Sparc&Solaris2.7 Box.
Any clues?
Thanks a lot,
Julia from Spain.

---------------------------------------------------------------------
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: Anyone please, wants to help a begginer with Apache HTTP Server? [ In reply to ]
> ar cr libos.a os.o os-inline.o
> make[3]: ar: Command not found

try putting /usr/ccs/bin at the end of your PATH.

pietro.

---------------------------------------------------------------------
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