Do someone have a solution for this issue?
[ 94%] Linking CXX executable ../../../bin/socketiopoco_example
/usr/bin/ld: warning: libPocoNet.so.80, needed by /home/donavanmartin/Desktop/test/socket.io/c++/socket.io-poco/src/../third_party/local/lib/libPocoNetSSL.so, may conflict with libPocoNet.so.64
/usr/bin/ld: warning: libPocoFoundation.so.80, needed by /home/donavanmartin/Desktop/test/socket.io/c++/socket.io-poco/src/../third_party/local/lib/libPocoNetSSL.so, may conflict with libPocoFoundation.so.64
/usr/bin/ld: CMakeFiles/socketiopoco_example.dir/main.cpp.o: undefined reference to symbol '_ZN4Poco6Logger10setChannelENS_6RefPtrINS_7ChannelEEE'
//home/donavanmartin/Desktop/test/socket.io/c++/socket.io-poco/src/../third_party/local/lib/libPocoFoundation.so.80: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
src/examples/CMakeFiles/socketiopoco_example.dir/build.make:147: recipe for target '../bin/socketiopoco_example' failed
make[2]: *** [../bin/socketiopoco_example] Error 1
CMakeFiles/Makefile2:181: recipe for target 'src/examples/CMakeFiles/socketiopoco_example.dir/all' failed
make[1]: *** [src/examples/CMakeFiles/socketiopoco_example.dir/all] Error 2
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2
Do someone have a solution for this issue?