eduardogeike / ssl-vision

Automatically exported from code.google.com/p/ssl-vision
GNU General Public License v3.0
0 stars 0 forks source link

Ubuntu 13.10 - LINKER ERROR #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Dear all,

This issue was discussed before but i have not found a clear solution, I am 
currently using ubuntu 13.10 and i keep getting this error after 'make':

[ 57%] Built target sslvision
make[3]: Entering directory `/home/ssl-office/Desktop/ssl-vision/build'
make[3]: Leaving directory `/home/ssl-office/Desktop/ssl-vision/build'
make[3]: Entering directory `/home/ssl-office/Desktop/ssl-vision/build'
Linking CXX executable ../bin/client
/usr/bin/ld: cannot find -lcv
/usr/bin/ld: cannot find -lcxcore
/usr/bin/ld: cannot find -lml
collect2: error: ld returned 1 exit status
make[3]: *** [../bin/client] Error 1
make[3]: Leaving directory `/home/ssl-office/Desktop/ssl-vision/build'
make[2]: *** [CMakeFiles/client.dir/all] Error 2
make[2]: Leaving directory `/home/ssl-office/Desktop/ssl-vision/build'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/ssl-office/Desktop/ssl-vision/build'
make: *** [build] Error 2

Please provide me with clear steps of how to fix this issue! The previous 
closed issue#16 did not provide any solution!

Thanks for your concern. 

Original issue reported on code.google.com by mado.che...@gmail.com on 25 Oct 2013 at 11:07

GoogleCodeExporter commented 9 years ago
I have downgraded my OS to Ubuntu 12.10 LTS and i am still facing a linker 
error, the error is as follows:

[ 60%] Built target sslvision
make[3]: Entering directory `/home/ssl/Desktop/SSL/current/trunk/build'
make[3]: Leaving directory `/home/ssl/Desktop/SSL/current/trunk/build'
make[3]: Entering directory `/home/ssl/Desktop/SSL/current/trunk/build'
Linking CXX executable ../bin/client
/usr/bin/ld: cannot find -ljpeg
/usr/bin/ld: cannot find -lpng
collect2: ld returned 1 exit status
make[3]: *** [../bin/client] Error 1
make[3]: Leaving directory `/home/ssl/Desktop/SSL/current/trunk/build'
make[2]: *** [CMakeFiles/client.dir/all] Error 2
make[2]: Leaving directory `/home/ssl/Desktop/SSL/current/trunk/build'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/ssl/Desktop/SSL/current/trunk/build'
make: *** [build] Error 2

Any help would be appreciated.
Thanks

Original comment by mado.che...@gmail.com on 26 Oct 2013 at 12:45

GoogleCodeExporter commented 9 years ago
I have a fresh installation of 13.10 and have followed the instructions for 
compiling the read-only version of the repo and I was able to run make with no 
issues.

Original comment by henry.yh...@gmail.com on 28 Oct 2013 at 2:42

GoogleCodeExporter commented 9 years ago
Perhaps you are missing the required dependencies that were stated in the page 
here: https://code.google.com/p/ssl-vision/wiki/RequirementsInstallation

Original comment by henry.yh...@gmail.com on 28 Oct 2013 at 2:43

GoogleCodeExporter commented 9 years ago
Installing ljpeg and lpng libraries fixed the issue! Thanks anyways.

Original comment by mado.che...@gmail.com on 7 Nov 2013 at 12:37

GoogleCodeExporter commented 9 years ago

Original comment by joydeep....@gmail.com on 24 Nov 2013 at 4:50