View Single Post
Halftux's Avatar
Posts: 862 | Thanked: 2,511 times | Joined on Feb 2012 @ Germany
#1632
Originally Posted by biketool View Post
Is there an easy way to hunt down the version of libqt4?
find / -name libqt4* | more has associated libqt4 files but the big one I dont find easily(I have also been awake for 36hrs).
Thanks for trying. The package libqt4 is devided in several packages. The important package for ssl is libqt4-network and with:

Code:
dpkg -s libqt4-network
you will get the installed version.

community-devel: libqt4-network_4.7.4~git20110505+cssu15_armel.deb

For community-testing there is a updated libqt4-network which has a redirection fix. This one should work with packages from extras. But when you want to try out my recompiled packages you need to have newer openssl and the libqt4-* packages from community-devel. But this is not a guarantor that it will work. It could be that the login process has changed or maybe the api from youtube.

The openmediaplayer has no login process thats maybe why it is working, or it does not use ssl.