[Sunhelp] Apache Install

Gwyn Price gwyn.price at solect.com
Mon Apr 10 06:22:58 CDT 2000


or just get the apache package from sunfreeware.com

>-----Original Message-----
>From: sunhelp-admin at sunhelp.org [mailto:sunhelp-admin at sunhelp.org]On
>Behalf Of Ben Dougherty
>Sent: Wednesday, April 19, 2000 7:23 AM
>To: sunhelp at sunhelp.org
>Subject: Re: [Sunhelp] Apache Install
>
>
>It's trying to find a c library which is not on you system or in a
>different location. How did you create the Makefile? you may need
>to modify it.
>
>Ben.
>Gang Ren wrote:
>>
>> Hi, Can any friend tell me why I have following problem for installing
>> Apache and how to fix it? I will be really appreciate it.
>>
>> # make
>> ===> regex
>>         sh ./mkh  -p regcomp.c >regcomp.ih
>>         gcc -I.  -I../os/unix -I../include   -DHPUX -DUSE_HSREGEX
>> -DUSE_EXPAT -I
>> ../lib/expat-lite  -DPOSIX_MISTAKE -c regcomp.c
>>         sh ./mkh  -p engine.c >engine.ih
>>         gcc -I.  -I../os/unix -I../include   -DHPUX -DUSE_HSREGEX
>> -DUSE_EXPAT -I
>> ../lib/expat-lite  -DPOSIX_MISTAKE -c regexec.c
>>         gcc -I.  -I../os/unix -I../include   -DHPUX -DUSE_HSREGEX
>> -DUSE_EXPAT -I
>> ../lib/expat-lite  -DPOSIX_MISTAKE -c regerror.c
>>         gcc -I.  -I../os/unix -I../include   -DHPUX -DUSE_HSREGEX
>> -DUSE_EXPAT -I
>> ../lib/expat-lite  -DPOSIX_MISTAKE -c regfree.c
>>         rm -f libregex.a
>>         ar cr libregex.a regcomp.o regexec.o regerror.o regfree.o
>>         /bin/true libregex.a
>> <=== regex
>> ===> os/unix
>>         gcc -c  -I../../os/unix -I../../include   -DHPUX -DUSE_HSREGEX
>> -DUSE_EXP
>> AT -I../../lib/expat-lite  os.c
>>         gcc -c  -I../../os/unix -I../../include   -DHPUX -DUSE_HSREGEX
>> -DUSE_EXP
>> AT -I../../lib/expat-lite  os-inline.c
>>         rm -f libos.a
>>         ar cr libos.a os.o os-inline.o
>>         /bin/true libos.a
>> <=== os/unix
>> ===> ap
>>         gcc -c  -I../os/unix -I../include   -DHPUX -DUSE_HSREGEX
>> -DUSE_EXPAT -I.
>> ./lib/expat-lite  ap_cpystrn.c
>>         gcc -c  -I../os/unix -I../include   -DHPUX -DUSE_HSREGEX
>> -DUSE_EXPAT -I.
>> ./lib/expat-lite  ap_execve.c
>>         gcc -c  -I../os/unix -I../include   -DHPUX -DUSE_HSREGEX
>> -DUSE_EXPAT -I.
>> ./lib/expat-lite  ap_fnmatch.c
>>         gcc -c  -I../os/unix -I../include   -DHPUX -DUSE_HSREGEX
>> -DUSE_EXPAT -I.
>> ./lib/expat-lite  ap_getpass.c
>>         gcc -c  -I../os/unix -I../include   -DHPUX -DUSE_HSREGEX
>> -DUSE_EXPAT -I.
>> ./lib/expat-lite  ap_md5c.c
>>         gcc -c  -I../os/unix -I../include   -DHPUX -DUSE_HSREGEX
>> -DUSE_EXPAT -I.
>> ./lib/expat-lite  ap_signal.c
>>         gcc -c  -I../os/unix -I../include   -DHPUX -DUSE_HSREGEX
>> -DUSE_EXPAT -I.
>> ./lib/expat-lite  ap_slack.c
>>         gcc -c  -I../os/unix -I../include   -DHPUX -DUSE_HSREGEX
>> -DUSE_EXPAT -I.
>> ./lib/expat-lite  ap_snprintf.c
>>         gcc -c  -I../os/unix -I../include   -DHPUX -DUSE_HSREGEX
>> -DUSE_EXPAT -I.
>> ./lib/expat-lite  ap_sha1.c
>>         gcc -c  -I../os/unix -I../include   -DHPUX -DUSE_HSREGEX
>> -DUSE_EXPAT -I.
>> ./lib/expat-lite  ap_checkpass.c
>>         gcc -c  -I../os/unix -I../include   -DHPUX -DUSE_HSREGEX
>> -DUSE_EXPAT -I.
>> ./lib/expat-lite  ap_base64.c
>>         rm -f libap.a
>>         ar cr libap.a ap_cpystrn.o ap_execve.o ap_fnmatch.o ap_getpass.o
>> ap_md5c
>> .o ap_signal.o  ap_slack.o ap_snprintf.o ap_sha1.o ap_checkpass.o
>> ap_base64.o
>>         /bin/true libap.a
>> <=== ap
>> ===> main
>>         gcc -c  -I../os/unix -I../include   -DHPUX -DUSE_HSREGEX
>> -DUSE_EXPAT -I.
>> ./lib/expat-lite  gen_test_char.c
>>         gcc  -DHPUX -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite    -o
>> gen_test
>> _char gen_test_char.o  -lm
>>         ./gen_test_char >test_char.h
>>         gcc -c  -I../os/unix -I../include   -DHPUX -DUSE_HSREGEX
>> -DUSE_EXPAT -I.
>> ./lib/expat-lite  gen_uri_delims.c
>>         gcc  -DHPUX -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite    -o
>> gen_uri_
>> delims gen_uri_delims.o  -lm
>>         ./gen_uri_delims >uri_delims.h
>>         gcc -c  -I../os/unix -I../include   -DHPUX -DUSE_HSREGEX
>> -DUSE_EXPAT -I.
>> ./lib/expat-lite  alloc.c
>>         gcc -c  -I../os/unix -I../include   -DHPUX -DUSE_HSREGEX
>> -DUSE_EXPAT -I.
>> ./lib/expat-lite  buff.c
>>         gcc -c  -I../os/unix -I../include   -DHPUX -DUSE_HSREGEX
>> -DUSE_EXPAT -I.
>> ./lib/expat-lite  http_config.c
>> as: /usr/tmp/cca03860.s @line#3450 [err#13]
>>   (warning) Use of GR3 when frame>=8192 may cause conflict
>>         gcc -c  -I../os/unix -I../include   -DHPUX -DUSE_HSREGEX
>> -DUSE_EXPAT -I.
>> ./lib/expat-lite  http_core.c
>> as: /usr/tmp/cca03864.s @line#4512 [err#13]
>>   (warning) Use of GR3 when frame>=8192 may cause conflict
>> as: /usr/tmp/cca03864.s @line#4791 [err#13]
>>   (warning) Use of GR3 when frame>=8192 may cause conflict
>>         gcc -c  -I../os/unix -I../include   -DHPUX -DUSE_HSREGEX
>> -DUSE_EXPAT -I.
>> ./lib/expat-lite  http_log.c
>> as: /usr/tmp/cca03868.s @line#1002 [err#13]
>>   (warning) Use of GR3 when frame>=8192 may cause conflict
>>         gcc -c  -I../os/unix -I../include   -DHPUX -DUSE_HSREGEX
>> -DUSE_EXPAT -I.
>> ./lib/expat-lite  http_main.c
>> as: /usr/tmp/cca03872.s @line#982 [err#13]
>>   (warning) Use of GR3 when frame>=8192 may cause conflict
>>         gcc -c  -I../os/unix -I../include   -DHPUX -DUSE_HSREGEX
>> -DUSE_EXPAT -I.
>> ./lib/expat-lite  http_protocol.c
>> as: /usr/tmp/cca03876.s @line#749 [err#13]
>>   (warning) Use of GR3 when frame>=8192 may cause conflict
>> as: /usr/tmp/cca03876.s @line#2629 [err#13]
>>   (warning) Use of GR3 when frame>=8192 may cause conflict
>> as: /usr/tmp/cca03876.s @line#2938 [err#13]
>>   (warning) Use of GR3 when frame>=8192 may cause conflict
>> as: /usr/tmp/cca03876.s @line#6775 [err#13]
>>   (warning) Use of GR3 when frame>=8192 may cause conflict
>> as: /usr/tmp/cca03876.s @line#7051 [err#13]
>>   (warning) Use of GR3 when frame>=8192 may cause conflict
>> as: /usr/tmp/cca03876.s @line#7461 [err#13]
>>   (warning) Use of GR3 when frame>=8192 may cause conflict
>>         gcc -c  -I../os/unix -I../include   -DHPUX -DUSE_HSREGEX
>> -DUSE_EXPAT -I.
>> ./lib/expat-lite  http_request.c
>>         gcc -c  -I../os/unix -I../include   -DHPUX -DUSE_HSREGEX
>> -DUSE_EXPAT -I.
>> ./lib/expat-lite  http_vhost.c
>> as: /usr/tmp/cca03884.s @line#876 [err#13]
>>   (warning) Use of GR3 when frame>=8192 may cause conflict
>>         gcc -c  -I../os/unix -I../include   -DHPUX -DUSE_HSREGEX
>> -DUSE_EXPAT -I.
>> ./lib/expat-lite  util.c
>> as: /usr/tmp/cca03888.s @line#748 [err#13]
>>   (warning) Use of GR3 when frame>=8192 may cause conflict
>> as: /usr/tmp/cca03888.s @line#2340 [err#13]
>>   (warning) Use of GR3 when frame>=8192 may cause conflict
>>         gcc -c  -I../os/unix -I../include   -DHPUX -DUSE_HSREGEX
>> -DUSE_EXPAT -I.
>> ./lib/expat-lite  util_date.c
>>         gcc -c  -I../os/unix -I../include   -DHPUX -DUSE_HSREGEX
>> -DUSE_EXPAT -I.
>> ./lib/expat-lite  util_script.c
>> as: /usr/tmp/cca03896.s @line#2276 [err#13]
>>   (warning) Use of GR3 when frame>=8192 may cause conflict
>>         gcc -c  -I../os/unix -I../include   -DHPUX -DUSE_HSREGEX
>> -DUSE_EXPAT -I.
>> ./lib/expat-lite  util_uri.c
>>         gcc -c  -I../os/unix -I../include   -DHPUX -DUSE_HSREGEX
>> -DUSE_EXPAT -I.
>> ./lib/expat-lite  util_md5.c
>>         gcc -c  -I../os/unix -I../include   -DHPUX -DUSE_HSREGEX
>> -DUSE_EXPAT -I.
>> ./lib/expat-lite  rfc1413.c
>>         rm -f libmain.a
>>         ar cr libmain.a alloc.o buff.o  http_config.o http_core.o
>> http_log.o  ht
>> tp_main.o http_protocol.o http_request.o http_vhost.o  util.o util_date.o
>> util_s
>> cript.o util_uri.o util_md5.o  rfc1413.o
>>         /bin/true libmain.a
>> <=== main
>> ===> lib
>> ===> lib/expat-lite
>>         gcc -c  -I../../os/unix -I../../include   -DHPUX -DUSE_HSREGEX
>> -DUSE_EXP
>> AT -I../../lib/expat-lite  -DAPACHE xmltok.c
>>         gcc -c  -I../../os/unix -I../../include   -DHPUX -DUSE_HSREGEX
>> -DUSE_EXP
>> AT -I../../lib/expat-lite  -DAPACHE xmlrole.c
>>         gcc -c  -I../../os/unix -I../../include   -DHPUX -DUSE_HSREGEX
>> -DUSE_EXP
>> AT -I../../lib/expat-lite  -DAPACHE xmlparse.c
>>         gcc -c  -I../../os/unix -I../../include   -DHPUX -DUSE_HSREGEX
>> -DUSE_EXP
>> AT -I../../lib/expat-lite  -DAPACHE hashtable.c
>>         rm -f libexpat.a
>>         ar cr libexpat.a xmltok.o xmlrole.o xmlparse.o hashtable.o
>>         /bin/true libexpat.a
>> <=== lib/expat-lite
>> <=== lib
>> ===> modules
>> <=== modules
>>         gcc -c  -I./os/unix -I./include   -DHPUX -DUSE_HSREGEX
>-DUSE_EXPAT
>> -I./l
>> ib/expat-lite  modules.c
>>         gcc -c  -I./os/unix -I./include   -DHPUX -DUSE_HSREGEX
>-DUSE_EXPAT
>> -I./l
>> ib/expat-lite  buildmark.c
>>         gcc  -DHPUX -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite     \
>>               -o httpd buildmark.o modules.o
>> modules/standard/libstandard.a  ma
>> in/libmain.a  ./os/unix/libos.a  ap/libap.a regex/libregex.a
>> lib/expat-lite/libe
>> xpat.a  -lm
>> gcc: modules/standard/libstandard.a: No such file or directory
>> *** Error code 1
>>
>> Stop.
>> #
>>
>> _______________________________________________
>> SunHELP maillist  -  SunHELP at sunhelp.org
>> http://www.sunhelp.org/mailman/listinfo/sunhelp
>
>_______________________________________________
>SunHELP maillist  -  SunHELP at sunhelp.org
>http://www.sunhelp.org/mailman/listinfo/sunhelp
>






More information about the SunHELP mailing list