• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Problem bei Konfiguration von OpenXchange ?

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:

Code:
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???
 
Hallo, ich hab zwar auch noch nicht richtig viel Ahnung, aber die Meldung
> checking whether make sets $(MAKE)... yes
> configure: error: no acceptable C compiler found in $PATH
bedeutet, das du noch keinen entsprechenden Compiler installiert hast. Mit dem Befehl
"apt-get install autoconf automake gcc gcc-c++ make "
müsste er dann installiert werden.
viel Glück! Hänge grad noch an anderer Stelle fest!

:wink:
 
Danke schön, aber da kommt ne Fehlermeldung wenn ich das so eingebe:

Code:
Package autoconf has no available version, but exists in the database. This  typically means that the package was mentioned in a depency and never uploaded, has been obsoleted or is not available with the contents of sources.list
E: Package autoconf has no installation candidate

Was soll ich machen???
 
Oben