[Kroupware] KMail libkorganizer.so

Stephan Buys kroupware@mail.kde.org
Tue, 1 Apr 2003 16:17:39 +0200


Is it a requirement for me to have the whole of KDE installed in that users'
folder or can I build the RC1 files with the Kde 3.1.1 installation that Gentoo
installs?



On Tuesday 01 April 2003 13:40, Bo Thorsen wrote:
> On Monday 31 March 2003 19:56, Stephan Buys wrote:
> > Hi Bo,
> >
> > A "ldd korganizer" shows the correct path. I am unsure of how exaclty
> > Kmail invokes Korganizer, libkorganizer.so doens't show up with a
> > "ldd kmail"
> >
> > When I built the projects I had KDEDIR and KDEDIRS (not sure which
> > one is redundant) set to /usr/kde/3.1 (Gentoo Box) and used the
> > following:
> >
> > ./configure --prefix=/home/kdedev/kroupware --with-qtdir=/usr/qt/3
> >
> > should I set any enviroment variables?
> >
> > I basically added /home/kdedev/kroupware/bin to the start of my PATH
> > and run kmail.
>
> KMail doesn't use normal library loading, so ldd doesn't tell you which
> part gets loaded.
>
> When I have more than one KDE on my system, I make sure that KDEDIR,
> QTDIR, LD_LIBRARY_PATH and PATH all point to the same one. That does the
> trick for me.
>
> Bo.