ไม่พบ -lwebsock


2

ฉันกำลังติดตั้งเกตเวย์ janus เพื่อติดตั้ง webrtc ใน Ubuntu 14.04
ฉันได้ติดตั้งการอ้างอิงทั้งหมดตามเอกสารเมื่อฉันเรียกใช้สคริปต์โดยใช้sh install.sh ฉันได้รับข้อผิดพลาดต่อไปนี้:

gcc -fstack-protector-all -g -ggdb -rdynamic  -o test test.o -lwebsock
/usr/bin/ld: cannot find -lwebsock
collect2: error: ld returned 1 exit status
make[1]: *** [test] Error 1
make[1]: Leaving directory `/home/gayan/MyDetails/MyApplications/virtualClassRoomTest/janus-gateway/wstest'
make: *** [wstest] Error 2

The installer couldn't find the libwebsock lib, which is needed for WebSockets
You can install version 1.0.4 (required!) with the following steps:
    wget http://paydensutherland.com/libwebsock-1.0.4.tar.gz
    tar xfv libwebsock-1.0.4.tar.gz
    cd libwebsock-1.0.4
    ./configure --prefix=/usr && make && sudo make install

    [Note: you may need to pass --libdir=/usr/lib64 to the configure script if you're installing on a x86_64 distribution]

ฉันยังติดตั้ง libwebsock โดยใช้ขั้นตอนข้างต้น ความช่วยเหลือใด ๆ ที่ชื่นชม

[ https://github.com/meetecho/janus-gateway.git]

คำตอบ:


1

ดูเหมือนว่าคุณยังไม่ได้ติดตั้งไลบรารี libwebsock อย่างถูกต้อง ลองลิงค์ต่อไปนี้เพื่อติดตั้งไลบรารี libwebsock https://github.com/payden/libwebsock/wiki/Installation

หลังจากการติดตั้งตรวจสอบว่าไลบรารีที่แบ่งใช้ libwebsock.so เป็น availabale หรือไม่ ถ้าเป็นเช่นนั้นคุณติดตั้งไลบรารี libwebsock สำเร็จ

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