* Re: [Re: [gentoo-dev] https protocol is not supported in KDE2.2?!]
@ 2001-09-10 5:48 Viktor Lakics
2001-09-10 11:12 ` Dan Armak
0 siblings, 1 reply; 5+ messages in thread
From: Viktor Lakics @ 2001-09-10 5:48 UTC (permalink / raw
To: gentoo-dev
Well, my troubles are with RC5, and kde2.2. When I had RC5 with kde2.1.1,
https was working just fine (but that was a pre-compiled binary kde from the
CD). My problems arose when I emerged kde2.2 on RC5.
Viktor
Dan Armak <danarmak@gentoo.org> wrote:
> > Do you have the https protocol working? Is it just me?
> I do have https working in konq, but that's rc5. I'm setting up rc6 now.
>
> --
>
> Dan Armak
> Gentoo Linux Developer, Desktop Team
> Matan, Israel
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@cvs.gentoo.org
> http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
----Viktor Lakics----
Through the Internet:
lakicsv@usa.net
____________________________________________________________________
Get free email and a permanent address at http://www.amexmail.com/?A=1
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Re: [gentoo-dev] https protocol is not supported in KDE2.2?!]
2001-09-10 5:48 [Re: [gentoo-dev] https protocol is not supported in KDE2.2?!] Viktor Lakics
@ 2001-09-10 11:12 ` Dan Armak
2001-09-10 11:47 ` Viktor Lakics
0 siblings, 1 reply; 5+ messages in thread
From: Dan Armak @ 2001-09-10 11:12 UTC (permalink / raw
To: gentoo-dev
On Monday 10 September 2001 15:49, you wrote:
> Well, my troubles are with RC5, and kde2.2. When I had RC5 with kde2.1.1,
> https was working just fine (but that was a pre-compiled binary kde from
> the CD). My problems arose when I emerged kde2.2 on RC5.
Well, all I can say is, I do have ssl working with kde2.2 on rc5, and the
kcontrol openssl test completes successfully. Are other programs that use
openssl working on your system?
--
Dan Armak
Gentoo Linux Developer, Desktop Team
Matan, Israel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Re: [gentoo-dev] https protocol is not supported in KDE2.2?!]
2001-09-10 11:12 ` Dan Armak
@ 2001-09-10 11:47 ` Viktor Lakics
2001-09-10 12:08 ` Dan Armak
0 siblings, 1 reply; 5+ messages in thread
From: Viktor Lakics @ 2001-09-10 11:47 UTC (permalink / raw
To: gentoo-dev
On Monday 10 September 2001 6:10 pm, you wrote:
> On Monday 10 September 2001 15:49, you wrote:
> > Well, my troubles are with RC5, and kde2.2. When I had RC5 with kde2.1.1,
> > https was working just fine (but that was a pre-compiled binary kde from
> > the CD). My problems arose when I emerged kde2.2 on RC5.
>
> Well, all I can say is, I do have ssl working with kde2.2 on rc5, and the
> kcontrol openssl test completes successfully. Are other programs that use
> openssl working on your system?
Hi Dan, I found config.log, it was not under /var/tmp/portage... but
/tmp/portage/... Here it is, you might see something I missed (BTW, mozilla,
galeon works fine with openssl):
----------------------------------------------------
configure:10044: checking for OpenSSL
configure: 10081: NO/openssl/ssl.h
configure: 10081: /usr/include/openssl/ssl.h
taking that
configure:10131: gcc -o conftest -O2 -mcpu=i686 -march=i686 -O3 -pipe
-I/usr/include -I/opt/kde2.2/include -I/usr/X11R6/lib/qt/include
-I/usr/X11R6/include -L/usr/lib -L/usr/X11R6/lib -L/usr/X11R6/lib/qt/lib
-L/opt/kde2.2/lib conftest.c -lssl -lcrypto -lRSAglue -lrsaref 1>&5
/usr/i686-pc-linux-gnu/bin/ld: cannot find -lRSAglue
collect2: ld returned 1 exit status
configure: failed program was:
#line 10124 "configure"
#include "confdefs.h"
int main() {
void RSAPrivateEncrypt(void);RSAPrivateEncrypt();
; return 0; }
configure:10187: checking whether OpenSSL uses rsaref
configure:10258: checking for long long
----------------------------------------------------------
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Re: [gentoo-dev] https protocol is not supported in KDE2.2?!]
2001-09-10 11:47 ` Viktor Lakics
@ 2001-09-10 12:08 ` Dan Armak
2001-09-11 0:42 ` AW: " Sebastian Werner
0 siblings, 1 reply; 5+ messages in thread
From: Dan Armak @ 2001-09-10 12:08 UTC (permalink / raw
To: gentoo-dev
Hm. No immediate idea. I know my way around kde, but not around openssl so
much. I don't have time to look into this until tomorrow. Does anyone else
know what lib is supposed to provide -lRSAglue? Checking should be easy
enough, but I really have to go.
--
Dan Armak
Gentoo Linux Developer, Desktop Team
Matan, Israel
^ permalink raw reply [flat|nested] 5+ messages in thread
* AW: [Re: [gentoo-dev] https protocol is not supported in KDE2.2?!]
2001-09-10 12:08 ` Dan Armak
@ 2001-09-11 0:42 ` Sebastian Werner
0 siblings, 0 replies; 5+ messages in thread
From: Sebastian Werner @ 2001-09-11 0:42 UTC (permalink / raw
To: gentoo-dev
Hello,
i was the guy how told you the LD_BIND_NOW problem. ;-)
Now i used gcc-3.01 to compile kde-2.2 with objprelink. It works with all
features... AA, ALSA everything. I use this flags:
"-march=i686 -mcpu=i686 -O3 -pipe"
I have send the ebuild for gcc-3.0.1
to the build list one week ago.
Sebastian
-----Ursprüngliche Nachricht-----
Von: gentoo-dev-admin@cvs.gentoo.org
[mailto:gentoo-dev-admin@cvs.gentoo.org]Im Auftrag von Dan Armak
Gesendet: Montag, 10. September 2001 20:06
An: gentoo-dev@cvs.gentoo.org
Betreff: Re: [Re: [gentoo-dev] https protocol is not supported in
KDE2.2?!]
Hm. No immediate idea. I know my way around kde, but not around openssl so
much. I don't have time to look into this until tomorrow. Does anyone else
know what lib is supposed to provide -lRSAglue? Checking should be easy
enough, but I really have to go.
--
Dan Armak
Gentoo Linux Developer, Desktop Team
Matan, Israel
_______________________________________________
gentoo-dev mailing list
gentoo-dev@cvs.gentoo.org
http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2001-09-11 6:41 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-10 5:48 [Re: [gentoo-dev] https protocol is not supported in KDE2.2?!] Viktor Lakics
2001-09-10 11:12 ` Dan Armak
2001-09-10 11:47 ` Viktor Lakics
2001-09-10 12:08 ` Dan Armak
2001-09-11 0:42 ` AW: " Sebastian Werner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox