Closed yekyau closed 6 years ago
Try building with this: make LIBS="-lssl -lcrypto"
, and see if that works.
Also post the output of the following command so I can see what ahoviewer is linking against:
grep "ahoviewer_LDADD" src/Makefile
That did make it build successfully, thank you!
the output of that command gives:
ahoviewer_LDADD = -lgtkmm-2.4 -latkmm-1.6 -lgtk-x11-2.0 -lgdkmm-2.4 -lgiomm-2.4 -lpangomm-1.4 -lglibmm-2.4 -lcairomm-1.0 -lsigc-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lgio-2.0 -lXrender -lXinerama -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -lXext -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lconfig++ -lcurl -lxml2 \
$(AM_V_CXXLD)$(ahoviewer_LINK) $(ahoviewer_OBJECTS) $(ahoviewer_LDADD) $(LIBS)
Same issue here on Ubuntu 17.10. The temporary fix works.
Hello, I've been trying to build from git and I am encountering an error. This does not occur with
--disable-ssl
, but I would rather keep SSL. OS: Solus 3 x64I noticed one of your commits mentions such a problem, but from my understanding it should only happen when the curl SSL backend and the ahoviewer SSL backend mismatch. My curl is certainly built with openssl, and its stated ahoviewer defaults to openssl too, so I don't know where the problem is occuring.