Version: (using KDE KDE 3.1.3) Installed from: SuSE RPMs Compiler: gcc (GCC) 3.3 20030226 (prerelease) (SuSE Linux) OS: Linux Gideon crashes while staring. Last messages while starting up are: kdevelop (core): SPLASH: message=Loading plugin: CVS Integration kdevelop (core): Registering Version Control System: CVS kdevelop (core): SPLASH: message=Loading plugin: gideon: relocation error: /opt/kde3/lib/kde3/libkdevscripting.so : undefined symbol: _ZN10KDevPlugin4coreEv Thanks, Tom
After reming /opt/kde3/lib/kde3/libkdevscripting.so it works, but maybe without CVS integration? Tom
After removing /opt/kde3/lib/kde3/libkdevscripting.so it works, but maybe without CVS integration? Tom
No. You probably had two versions of this library installed. You built against one and ran against the other. If you're building from sources, because it compiled, all symbols were resolved. It means then that at least one library has changed between compilation and running. If you're not building from sources, then it's a packaging bug.