You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Bill OConnor <wt...@mmrsoftware.com> on 2001/12/06 23:47:25 UTC

Problem with Expat trying to Build 1.3.22 on Solaris 7

Been trying to update from 1.3.19 to 1.3.22.

Keep getting this error.

ckpass.o ap_base64.o ap_ebcdic.o
ranlib libap.a
<=== src/ap
===> src/main
gcc -c  -I../os/unix -I../include   -DSOLARIS2=270 -DNO_DL_NEEDED
`../apaci` gen_test_char.c
gcc  -DSOLARIS2=270 -DNO_DL_NEEDED `../apaci`   -o gen_test_char
gen_test_char.o  -lsocket -lnsl -lexpat
./gen_test_char >test_char.h
ld.so.1: ./gen_test_char: fatal: libexpat.so.0: open failed: No such
file or directory
*** Error code 137
make: Fatal error: Command failed for target `test_char.h'
Current working directory /webserver/zips/apache_1.3.22/src/main
*** Error code 1
make: Fatal error: Command failed for target `subdirs'
Current working directory /webserver/zips/apache_1.3.22/src
*** Error code 1
make: Fatal error: Command failed for target `build-std'
Current working directory /webserver/zips/apache_1.3.22
*** Error code 1
make: Fatal error: Command failed for target `build'

I cannot seem to get it configured correctly even to do the out of the
box build.  The CHANGE file mentions that changes where  made to the
EXPAT rule but I cannot get it build regardless of how I set it.

Any suggests would be appreciated.


---------------------------------------------------------------------
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: Problem with Expat trying to Build 1.3.22 on Solaris 7

Posted by Owen Boyle <ob...@bourse.ch>.
Bill OConnor wrote:
> 
> Been trying to update from 1.3.19 to 1.3.22.
> 
> Keep getting this error.
>
> ===> src/main
> gcc -c  -I../os/unix -I../include   -DSOLARIS2=270 -DNO_DL_NEEDED
> `../apaci` gen_test_char.c
> ... Fatal error: Command failed for target `test_char.h'

Building on Solaris 8, I get:

===> src/main
/usr/local/bin/gcc -c  -I../os/unix -I../include   -DSOLARIS2=280
-DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED `../apaci`
gen_test_char.c
... smooth compile

The differences (apart from the Soalris version) are that you don't have
"-DUSE_EXPAT" or "-I../lib/expat-lite".

You will have to see why this is (check in "configure" for a start).

Rdgs,

Owen Boyle.

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