PDA

View Full Version : Missing SSL configuration



Oceanwatcher
Jan 22nd 2011, 09:31 PM
I got a tip that there is a configuration option for SSL cert. in the Systems Settings, but I am not able to find it. Eventually, someone said that I need to find the package that contains the following file:

/usr/lib/kde4/kcm_ssl.so

Can anyone point me in the direction of this package so I can install/re-install it?

Snowhog
Jan 22nd 2011, 09:59 PM
apt-file find kcm_ssl.so returns nothing here (Kubuntu 10.10 KDE 4.5.5), and openssl is installed. That tells me that kcm_ssl.so doesn't exist within any of the packages installed here. A 'double-blind' check using locate kcm_ssl.so also returns nothing.

Are you using OpenSSL or something else?

wizard10000
Jan 22nd 2011, 10:10 PM
apt-file find kcm_ssl.so returns nothing here (Kubuntu 10.10 KDE 4.5.5), and openssl is installed. That tells me that kcm_ssl.so doesn't exist within any of the packages installed here. A 'double-blind' check using locate kcm_ssl.so also returns nothing.

Are you using OpenSSL or something else?


It's in the kde4libs source package, Snowhog ;)

Snowhog
Jan 22nd 2011, 10:13 PM
kde4libs (as a package name) doesn't exist here. A simulate install of kde4libs returns E: Unable to locate package kde4libs. Are you sure about the package name?

Go old Google finds:

1) Package kde4libs (http://www.ubuntuupdates.org/packages/show/294904)
on which I can link to:
Search Package kde4libs (http://www.ubuntuupdates.org/pm/kde4libs)
which shows two versions for Maverick, both in PPAs:

4:4.5.95-0ubuntu1~maverick1~ppa1 (This package belongs to a PPA: Kubuntu-ppa Beta (http://www.ubuntuupdates.org/ppa/kubuntu-ppa_beta?dist=maverick))
4:4.5.5-0ubuntu1.1ppa1 (This package belongs to a PPA: Kubuntu Updates (http://www.ubuntuupdates.org/ppa/kubuntu_updates?dist=maverick))

And the description for kde4libs says "This package is just an umbrella for a group of other packages,"

Packages in group

kdelibs-bin kdelibs5 kdelibs5-data kdelibs5-dbg kdelibs5-dev kdelibs5-plugins kdoctools libkatepartinterfaces4 libkde3support4
libkdecore5 libkdesu5 libkdeui5 libkdewebkit5 libkdnssd4 libkfile4 libkhtml5 libkimproxy4 libkio5 libkjsapi4 libkjsembed4 libkmediaplayer4
libknewstuff2-4 libknewstuff3-4 libknotifyconfig4 libkntlm4 libkparts4 libkpty4 libkrosscore4 libkrossui4 libktexteditor4 libkunitconversion4
libkutils4 libnepomuk4 libnepomukquery4a libplasma3 libsolid4 libthreadweaver4

So, kde4libs isn't a package at all, not even a meta-package.

wizard10000
Jan 22nd 2011, 10:32 PM
kde4libs (as a package name) doesn't exist here. A simulate install of kde4libs returns E: Unable to locate package kde4libs. Are you sure about the package name?


Nope. I found the file in rpm2find but it is in Narwhal.

http://changelogs.ubuntu.com/changelogs/pool/main/k/kde4libs/kde4libs_4.5.85a-0ubuntu2/changelog

Text search the page for ssl and you'll find it - but they're recommending moving it to kdebase.

Found this in irc -

http://irclogs.ubuntu.com/2010/12/23/%23kubuntu-devel.html


shadeslayer hmm .. no usr/lib/kde4/kcm_ssl.so as well 15:02
apachelogger frosty the snow pimp... 15:02
Riddell shadeslayer: I haven't included that in packages, it's in the wrong place 15:02
shadeslayer Riddell: oh kcm? 15:03
shadeslayer what about krecentdirs.h? 15:03
Riddell mm, dunno 15:03
shadeslayer well .. i adjusted that into kdelibs5-dev 15:03
Riddell ok 15:03
shadeslayer kdelibs done then

Oceanwatcher
Jan 23rd 2011, 01:42 AM
So it means I will have to wait for 11.04 to have this? (or go for a beta...).