* [gentoo-dev] KDE 2.2 questions
@ 2001-08-19 15:47 Viktor Lakics
2001-08-20 0:18 ` AW: " Sebastian Werner
2001-08-20 10:15 ` Dan Armak
0 siblings, 2 replies; 3+ messages in thread
From: Viktor Lakics @ 2001-08-19 15:47 UTC (permalink / raw
To: gentoo-dev
Dear Gentoers,
I have just emerged KDE2.2 (kdebase and kdenetwork) and konqi does not know
about SSL. It says (at the config options) this module was not linked with
OpenSSL. I have openssl installed, KDE2.1.1 worked with it just fine. How
can I make KDE2.2 aware of my openssl?
Also, is the object-file prelinking enabled after installation? How can I
enable it? My "senior" machine needs some faster KDE program startup badly...
Thanks in advance for any help...
Viktor
^ permalink raw reply [flat|nested] 3+ messages in thread
* AW: [gentoo-dev] KDE 2.2 questions
2001-08-19 15:47 [gentoo-dev] KDE 2.2 questions Viktor Lakics
@ 2001-08-20 0:18 ` Sebastian Werner
2001-08-20 10:15 ` Dan Armak
1 sibling, 0 replies; 3+ messages in thread
From: Sebastian Werner @ 2001-08-20 0:18 UTC (permalink / raw
To: gentoo-dev
I think it's not enables - the prelinking. You need the program objprelink
and
must patch all objects with this. While this program does't support
many files at the commandline i would try with a small script extension
between
'make' and 'make install' in the kde ebuild files:
for obj in `find . -name "*.o"`; do
objprelink $obj
touch $obj
done
When ebuild executes make install, make will detect that the objects have
changed
and will relink all the files.
I like that we can enable/disable this with a USE-flag
Thanks,
Sebastian
-----Ursprüngliche Nachricht-----
Von: gentoo-dev-admin@cvs.gentoo.org
[mailto:gentoo-dev-admin@cvs.gentoo.org]Im Auftrag von Viktor Lakics
Gesendet: Sonntag, 19. August 2001 23:42
An: gentoo-dev@cvs.gentoo.org
Betreff: [gentoo-dev] KDE 2.2 questions
Dear Gentoers,
I have just emerged KDE2.2 (kdebase and kdenetwork) and konqi does not know
about SSL. It says (at the config options) this module was not linked with
OpenSSL. I have openssl installed, KDE2.1.1 worked with it just fine. How
can I make KDE2.2 aware of my openssl?
Also, is the object-file prelinking enabled after installation? How can I
enable it? My "senior" machine needs some faster KDE program startup
badly...
Thanks in advance for any help...
Viktor
_______________________________________________
gentoo-dev mailing list
gentoo-dev@cvs.gentoo.org
http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-dev] KDE 2.2 questions
2001-08-19 15:47 [gentoo-dev] KDE 2.2 questions Viktor Lakics
2001-08-20 0:18 ` AW: " Sebastian Werner
@ 2001-08-20 10:15 ` Dan Armak
1 sibling, 0 replies; 3+ messages in thread
From: Dan Armak @ 2001-08-20 10:15 UTC (permalink / raw
To: gentoo-dev
Hi,
Maybe you don't have USE ssl set. If you don't, KDE won't link against it,
even if openssl is installed.
--
Dan Armak
Gentoo Linux Developer, Desktop Team
Matan, Israel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2001-08-20 16:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-19 15:47 [gentoo-dev] KDE 2.2 questions Viktor Lakics
2001-08-20 0:18 ` AW: " Sebastian Werner
2001-08-20 10:15 ` Dan Armak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox