Closed GoogleCodeExporter closed 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
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
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
Installing ljpeg and lpng libraries fixed the issue! Thanks anyways.
Original comment by mado.che...@gmail.com
on 7 Nov 2013 at 12:37
Original comment by joydeep....@gmail.com
on 24 Nov 2013 at 4:50
Original issue reported on code.google.com by
mado.che...@gmail.com
on 25 Oct 2013 at 11:07