PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Problem bei Konfiguration von OpenXchange



hartkorn
17.11.04, 09:21
Hallo,

ich habe folgendes Problem:
Ich gehe nach der Anleitung von cutmasta vor (http://ox.cutmasta.org/HOWTOS/ROOT-ServerHOWTO.txt) und bin an der Stelle "Configure the OX:".

Hier meine Ein- und Ausgaben:


linux:/home/build_the_ox/open-xchange.0.7.4 # ./configure --prefix=/opt/openexchange \
> --with-mailjar=/usr/lib/java/lib/mail.jar \
> --with-activationjar=/usr/lib/java/lib/activation.jar \
> --with-jdomjar=/usr/lib/java/lib/jdom.jar \
> --with-jsdkjar=/usr/lib/java/lib/jsdk.jar \
> --with-jdbcjar=/usr/lib/java/lib/jdbc.jar \
> make ; make install
configure: WARNING: you should use --build, --host, --target
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/build_the_ox/open-xchange.0.7.4/missing: Unknown `--run' option
Try `/home/build_the_ox/open-xchange.0.7.4/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make sets $(MAKE)... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for java... /usr/lib/java/bin/java
checking for jikes... /usr/bin/jikes
checking for jar... /usr/bin/jar
checking for ant... /usr/bin/ant
checking for javah... /usr/lib/java/bin/javah
checking for sudo... /usr/bin/sudo
checking for make-gcc... no
checking for gcc... no
checking for make-cc... no
checking for cc... no
checking for cc... no
checking for make-cl... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
make: *** No rule to make target `install'. Stop.

Danach soll man ja ins PREFIX wechseln, also "/opt/openexchange", das hat er mir aber nicht angelegt.

Was habe ich falsch gemacht???

leon
17.11.04, 10:41
Dir fehlt der gcc und ausserdem das Programm make



Leon

hartkorn
17.11.04, 13:03
Danke!!! Aber das wars nicht. Habe jetzt make und gcc installiert und es kommt folgendes:


linux:/home/build_the_ox/open-xchange.0.7.4 # ./configure --prefix=/opt/openexchange \
> --with-mailjar=/usr/lib/java/lib/mail.jar \
> --with-activationjar=/usr/lib/java/lib/activation.jar \
> --with-jdomjar=/usr/lib/java/lib/jdom.jar \
> --with-jsdkjar=/usr/lib/java/lib/jsdk.jar \
> --with-jdbcjar=/usr/lib/java/lib/jdbc.jar \
> make ; make install
configure: WARNING: you should use --build, --host, --target
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/build_the_ox/open-xchange.0.7.4/missing: Unknown `--run' option
Try `/home/build_the_ox/open-xchange.0.7.4/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make sets $(MAKE)... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for java... /usr/lib/java/bin/java
checking for jikes... /usr/bin/jikes
checking for jar... /usr/bin/jar
checking for ant... /usr/bin/ant
checking for javah... /usr/lib/java/bin/javah
checking for sudo... /usr/bin/sudo
checking for make-gcc... no
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... Invalid configuration `make': machine `make' not recognized
configure: error: /bin/sh config/config.sub make failed
make: *** No rule to make target `install'. Stop.

Irgend ne Ahnung???