ubuntu - ติดตั้งการโค่นล้มจากแหล่ง - ขาด APR


9

เนื่องจากฉันต้องการการแก้ไขข้อบกพร่องซึ่งไม่สามารถใช้งานได้ในรุ่นที่เก็บของการโค่นล้มของ Ubuntu ฉันกำลังติดตั้งจากแหล่งที่มา

เมื่อใช้งาน./configureฉันได้รับข้อผิดพลาด:

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

หมายเหตุ:

1) ฉันได้ติดตั้ง libapr1 แล้ว

2) ฉันไม่สามารถติดตั้งไคลเอนต์ svn, ทำตามคำแนะนำในข้อความแสดงข้อผิดพลาด (apt-get install svn - ไม่พบแพ็คเกจ - ฉันมีหลัก, จักรวาล, ถูก จำกัด , ลิขสิทธิ์ในแหล่งที่มา)

คำตอบ:


14

ในการคอมไพล์โปรแกรมขึ้นอยู่กับไลบรารี่คุณจำเป็นต้องมีแพ็คเกจนักพัฒนาซอฟต์แวร์ apt-get install libapr1-devในสถานการณ์ของคุณที่คุณต้องทำ: apt-get install libaprutil1-devและไม่ลืมที่จะทำซ้ำได้ด้วย


ขอบคุณ สิ่งนี้ใช้ได้ผล รับข้อผิดพลาดอื่นในขณะนี้ คุณมีความรู้เกี่ยวกับแพ็คเกจนี้หรือไม่? (ค้นหาใน google แต่ไม่พบแพ็คเกจ apt-get) ............................... กำหนดค่า: คำเตือน: ไม่พบ APRUTIL ไม่พบไลบรารี Apache Portable Runtime Utility (APRUTIL) ทั้งติดตั้ง APRUTIL ในระบบนี้และอุปทานที่เหมาะสม
tanon

1
สิ่งเดียวกันติดตั้งแพคเกจที่เรียกว่า: libaprutil1-dev
slubman
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.