Newbie: Having trouble compiling Apache 2.0.46 on Solaris 8

  • Follow


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
0
Reply rauc (1) 6/27/2003 3:31:19 PM


0 Replies
64 Views

(page loaded in 0.855 seconds)

Similiar Articles:








7/25/2012 8:40:30 AM


Reply: