Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache installation

Status
Not open for further replies.

hairie

Programmer
May 7, 2002
2
MY
When i try to run make, this error occur:

[root@cempaka /export/home/jemi/apache_1.3.19]$ make
===> src
===> src/os/unix
<=== src/os/unix
===> src/ap
gcc -c -I../os/unix -I../include -DSOLARIS2=280 -DUSE_EXPAT -I../lib/expat-li
te `../apaci` ap_snprintf.c
/usr/ccs/bin/as: &quot;/var/tmp/ccZDQS3I.s&quot;, line 3296: error: unknown opcode &quot;.subse
ction&quot;
/usr/ccs/bin/as: &quot;/var/tmp/ccZDQS3I.s&quot;, line 3296: error: statement syntax
/usr/ccs/bin/as: &quot;/var/tmp/ccZDQS3I.s&quot;, line 3420: error: unknown opcode &quot;.previ
ous&quot;
/usr/ccs/bin/as: &quot;/var/tmp/ccZDQS3I.s&quot;, line 3420: error: statement syntax
*** Error code 1
make: Fatal error: Command failed for target `ap_snprintf.o'
Current working directory /export/home/jemi/apache_1.3.19/src/ap
*** Error code 1
make: Fatal error: Command failed for target `subdirs'
Current working directory /export/home/jemi/apache_1.3.19/src
*** Error code 1
make: Fatal error: Command failed for target `build-std'
Current working directory /export/home/jemi/apache_1.3.19
*** Error code 1
make: Fatal error: Command failed for target `build'


Does someone know whats going on?

I use gcc 3.0.3 and Sun Workshop 5.0. OS=Solaris 8
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top