ubuntu - zainstaluj subversion ze źródła - brakuje APR


9

Ponieważ potrzebuję poprawki błędu, która nie jest dostępna w wersji subversion repozytorium Ubuntu, instaluję ją ze źródła.

Podczas pracy ./configurepojawia się błąd:

configure: WARNING: APR not found
The Apache Portable Runtime (APR) library cannot be found.
Please install APR on this system and supply the appropriate
--with-apr option to 'configure'

or

get it with SVN and put it in a subdirectory of this source:

   svn co \
    http://svn.apache.org/repos/asf/apr/apr/branches/1.2.x \
    apr

Run that right here in the top level of the Subversion tree.
Afterwards, run apr/buildconf in that subdirectory and
then run configure again here.

Whichever of the above you do, you probably need to do
something similar for apr-util, either providing both
--with-apr and --with-apr-util to 'configure', or
getting both from SVN with:

   svn co \
    http://svn.apache.org/repos/asf/apr/apr-util/branches/1.2.x \
    apr-util

configure: error: no suitable apr found

Uwagi:

1) Zainstalowałem już libapr1

2) Nie mogę zainstalować klienta svn, aby postępować zgodnie z instrukcjami zawartymi w komunikacie o błędzie (apt-get install svn - nie znaleziono pakietu - Mam plik main, universe, ograniczony, multiverse w pliku sources.list)

Odpowiedzi:


14

Aby skompilować program w zależności od biblioteki, na ogół potrzebujesz pakietu programisty. W tej sytuacji trzeba zrobić: apt-get install libapr1-dev. I nie zapomnij tego powtórzyć apt-get install libaprutil1-dev.


Dzięki. To zadziałało. Otrzymuję teraz kolejny błąd. Czy znasz jakąś paczkę? (Szukano w google, ale nie znaleziono pakietu apt-get) ............................... skonfiguruj: OSTRZEŻENIE: APRUTIL nie znaleziono Nie można znaleźć biblioteki Apache Portable Runtime Utility (APRUTIL). Zainstaluj APRUTIL w tym systemie i dostarcz odpowiedni
tanon

1
to samo zainstaluj pakiet o nazwie: libaprutil1-dev
slubman
Korzystając z naszej strony potwierdzasz, że przeczytałeś(-aś) i rozumiesz nasze zasady używania plików cookie i zasady ochrony prywatności.
Licensed under cc by-sa 3.0 with attribution required.