miguelangel-nubla / videoP2Proxy

Proxy to enable P2P only cameras to work with standard protocols.
MIT License
171 stars 47 forks source link

/opt/bin/ld: cannot find -lIOTCAPIs/-lAVAPIs #26

Open miklosandras opened 3 years ago

miklosandras commented 3 years ago

I have a problem with the installation. Synology DSM 6.2 (DS214Plus) with opkg

./autogen.sh --with-p2plibpath=/opt/lib/ run without problems.

I got the following error when I issued command 'make'

root@DS214Plus:/volume1/homeassistant/videoP2Proxy# make
make  all-am
make[1]: Entering directory '/volume1/homeassistant/videoP2Proxy'
  CXXLD    videop2proxy
/opt/bin/ld: cannot find -lIOTCAPIs
/opt/bin/ld: cannot find -lAVAPIs
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:485: videop2proxy] Error 1
make[1]: Leaving directory '/volume1/homeassistant/videoP2Proxy'
make: *** [Makefile:388: all] Error 2

Anyone has a solution for this? Thank you in advance.

Meanwhile, I see I missed the command: --with-p2plibpath which should I use for armv7l-unknown-linux-gnueabi?