PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : apache unter Solaris 2.7



mayas
25.09.03, 12:04
Hallo Zusammen
Kann mir da mal helfen ich wollte Apache unter sun und betriebssystem solaris zu installieren, wenn ich ./configure --prefix=/opt/apache/ ausführe sieht es so wie unten dargestellt aus:
---------------------------
# ./configure --prefix=/opt/apache/
Configuring for Apache, Version 1.3.26
+ using installation path layout: Apache (config.layout)
Creating Makefile
Creating Configuration.apaci in src
Creating Makefile in src
+ configured for Solaris 270 platform
+ setting C compiler to cc
+ setting C pre-processor to cc -E
+ checking for system header files
+ adding selected modules
+ using builtin Expat
+ checking sizeof various data types
+ doing sanity check on compiler and options
** A test compilation with your Makefile configuration
** failed. The below error output from the compilation
** test will give you an idea what is failing. Note that
** Apache requires an ANSI C Compiler, such as gcc.

======== Error Output for sanity check ========
cd ..; cc -DSOLARIS2=270 -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci` -o helpers/dummy helpers/dummy.c -lsocket -lnsl -lpthread
/usr/ucb/cc: language optional software package not installed
*** Error code 1
make: Fatal error: Command failed for target `dummy'
============= End of Error Report =============

Aborting!
----------------------------------------------------------------------------------------------------

kann mir da jemand helfen
danke und gruss
mayas

Liberace
25.09.03, 12:20
Folge mal dem Link: :)

LINK (http://www.brandonhutchinson.com/usr_ucb_cc.html)

Liberace