Apache newbie - cannot install Apache 2.0.46

Apache newbie - cannot install Apache 2.0.46

Post by Wilfred J G Franc » Thu, 10 Jul 2003 22:20:16



I am trying to install Apache 2.0.46 running Solaris 2.8

Whilst inside the directory created during the uncompression of the
tarball file, I ran the command './configure
--prefix=/usr/local/apache2',
this did not show up any problems, if there were, the scrolling up on
screen made it impossible to spot. The last line of the 'configure'
command was 'configure exit 0'

Then I ran the command 'make'
and got the message 'make: not found'

Tried to move to the directory /usr/local/apache2,
'apache2' does not exist.

Had a look at the 'config.log' file (my eyes glazed over at this
point) to see if I could spot anything, needless to say, I did not.

I am doing all this as root

Could anyone please point out my failings.

Any help would be much appreciated

Wilfred

 
 
 

Apache newbie - cannot install Apache 2.0.46

Post by melissa_benk » Fri, 11 Jul 2003 03:30:02


hi wilfred! I think the problem is that you weren't able to install
apache since make was not found. try to find and install make if you
don't have one. type in which make to check if you have any make in
the path settings or set up the path environment to include the
directory for the make. if you went past the procedure for make and
still encounter problems then it would have something to do with the
settings. check it then.

good luck!


Quote:> I am trying to install Apache 2.0.46 running Solaris 2.8

> Whilst inside the directory created during the uncompression of the
> tarball file, I ran the command './configure
> --prefix=/usr/local/apache2',
> this did not show up any problems, if there were, the scrolling up on
> screen made it impossible to spot. The last line of the 'configure'
> command was 'configure exit 0'

> Then I ran the command 'make'
> and got the message 'make: not found'

> Tried to move to the directory /usr/local/apache2,
> 'apache2' does not exist.

> Had a look at the 'config.log' file (my eyes glazed over at this
> point) to see if I could spot anything, needless to say, I did not.

> I am doing all this as root

> Could anyone please point out my failings.

> Any help would be much appreciated

> Wilfred


 
 
 

1. Newbie: Having trouble compiling Apache 2.0.46 on Solaris 8

I am sure that I don't have my environment setup properly so your help
is greatly appreciated.  How should I configure my environment?  What
packages did you download make apache?  Which version of gcc? What
should my path be? Anything else? I installed the full distribution of
Solaris 8.  I downloaded apache 2.0.46.  Then ran the following
commands:

#!/bin/sh

make clean

./configure \
        --prefix=/usr/local/apachetest \
        --enable-layout=Apache \
        --enable-mods-shared=max

The following are the errors:
 gcc -DHAVE_CONFIG_H -DPACKAGE=\"expat\" -DVERSION=\"expat_1.95.2\"
-I/U0/incoming/httpd-2.0.46/srclib/apr-util/xml/expat/lib -I..
-I/U0/incoming/httpd-2.0.46/srclib/apr-util/xml/expat/lib -g -O2 -c
xmlrole.c -o xmlrole.o >/dev/null 2>&1
/bin/bash ../libtool --mode=link  gcc -version-info 1:0:1 -g -O2  -o
libexpat.la -rpath /usr/local/apachetest/lib  xmlparse.lo xmltok.lo
xmlrole.lo
gcc -shared -Wl,-h -Wl,libexpat.so.0 -o .libs/libexpat.so.0.1.0
.libs/xmlparse.o .libs/xmltok.o .libs/xmlrole.o  -lc
(cd .libs && rm -f libexpat.so.0 && ln -s libexpat.so.0.1.0
libexpat.so.0)
(cd .libs && rm -f libexpat.so && ln -s libexpat.so.0.1.0 libexpat.so)
false cru .libs/libexpat.a  xmlparse.o xmltok.o xmlrole.o
*** Error code 1
make: Fatal error: Command failed for target `libexpat.la'
Current working directory
/U0/incoming/httpd-2.0.46/srclib/apr-util/xml/expat/lib
*** Error code 1
make: Fatal error: Command failed for target `build-subdirs'
Current working directory
/U0/incoming/httpd-2.0.46/srclib/apr-util/xml/expat
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory
/U0/incoming/httpd-2.0.46/srclib/apr-util/xml
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /U0/incoming/httpd-2.0.46/srclib/apr-util
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /U0/incoming/httpd-2.0.46/srclib
*** Error code 1

2. stdout from shellscript

3. Apache 2.0.46 newbie problem

4. HELP WANTED TO CREATE SHELL.

5. installing apache 2.0.46

6. oops messages and wait queue declaration

7. cannot install apache after installed frontpage 2000 patch apache

8. RedHat Linux 4--Easy PPP Setup?

9. Apache 2.0.46 won't start

10. Apache 2.0.46 and Apr 0.9.2

11. Compilation problem with Solaris 7/8/9 and apache 2.0.45 / 2.0.46

12. Problems with Apache 2.0.46

13. Compling Apache 2.0.46 on Solaris 8 (sparc)