[kde-freebsd] kio_file still have error while trying to get loaded
Bartosz Fabianowski
freebsd at chillt.de
Sat Jun 16 13:39:50 CEST 2007
I hit a very similar problem last August when first trying to compile
KDE4 on FreeBSD. I added lots of debug outputs and found out that the
problem was as follows:
* Some Qt3/KDE 3 libraries have the same names and version numbers as
their Qt4/KDE4 counterparts
* /usr/local/lib, where Qt3 and KDE 3 reside, is near the front of ldd's
search path and these libraries get located first
* Thus, the dynamic linker links a Qt4-based library against Qt3
I remember we had a discussion on kde-buildsystem at kde.org about getting
CMake to set up -rpath correctly to work around this issue, but then
real life got in the way and I never got time to finish investigating
this. Maybe you are being bitten by a similar thing?
- Bartosz
More information about the kde-freebsd
mailing list