> To support the https protocol in Konqueror(KDE2) I need the > libssl095a.deb file, it isn't in kde.tdyc.com site, someone knows where > I can find?
libssl095a is a non-US package (due to export restrictions). You'll have to grab it from one of the non-US sites, like ftp.de.debian.org I would suggest adding a non-US mirror to your sources.list just for convenience sake. Insert a line like this: deb ftp://ftp.de.debian.org/debian-non-US stable/non-US main contrib non-free You can then 'apt-get libssl095a' to grab the package. Cheng