S
Shlyakh
Guest
Ich habe Linux Mint (Maya), dann habe ich subversion 1.7.7 heruntergeaden und ausgepackt. Dann bin ich das VZ gewechselt und habe ./configure in die Kommandozeile eingegeben.
Das Resultat war diese Meldung:
Also habe ich apr 1.4.6 hier Download - The Apache Portable Runtime Project runtergeladen, ich bin dort wieder ins VZ gewechselt, habe dann ./configure eingegeben, dann make dann sudo make install. Das scheint funktioniert zu haben - nur dass ich bei ./configure für subversion immer noch denselben Fehler kriege - Was soll ich also tun?
Ich hoffe, der Beitrag is hier nich ganz fehl am Platze.
Das Resultat war diese Meldung:
configure: Configuring Subversion 1.7.7
configure: creating config.nice
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for a sed that does not truncate output... /bin/sed
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether ln -s works... yes
checking for a BSD-compatible install... /usr/bin/install -c
configure: Apache Portable Runtime (APR) library configuration
checking for APR... yes
checking APR version... 1.4.6
configure: Apache Portable Runtime Utility (APRUTIL) library configuration
checking for APR-util... no
configure: WARNING: APRUTIL not found
The Apache Portable Runtime Utility (APRUTIL) library cannot be found.
Either install APRUTIL on this system and supply the appropriate
--with-apr-util option
or
get it with SVN and put it in a subdirectory of this source:
svn co \
asf - Revision 1404164: /apr/apr-util/branches/1.3.x \
apr-util
Run that right here in the top level of the Subversion tree.
Afterwards, run apr-util/buildconf in that subdirectory and
then run configure again here.
configure: error: no suitable APRUTIL found
Also habe ich apr 1.4.6 hier Download - The Apache Portable Runtime Project runtergeladen, ich bin dort wieder ins VZ gewechselt, habe dann ./configure eingegeben, dann make dann sudo make install. Das scheint funktioniert zu haben - nur dass ich bei ./configure für subversion immer noch denselben Fehler kriege - Was soll ich also tun?
Ich hoffe, der Beitrag is hier nich ganz fehl am Platze.