Bug 62480 - : undefined symbol: _ZN10KDevPlugin4coreEv (sources from 11.08.2003)
Summary: : undefined symbol: _ZN10KDevPlugin4coreEv (sources from 11.08.2003)
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-11 09:54 UTC by Tom Lueders
Modified: 2003-08-11 10:06 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Lueders 2003-08-11 09:54:56 UTC
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
Comment 1 Tom Lueders 2003-08-11 09:59:23 UTC
After reming /opt/kde3/lib/kde3/libkdevscripting.so it works, but maybe 
without CVS integration? 
 
Tom 
Comment 2 Tom Lueders 2003-08-11 09:59:47 UTC
After removing /opt/kde3/lib/kde3/libkdevscripting.so it works, but maybe 
without CVS integration? 
 
Tom 
Comment 3 Thiago Macieira 2003-08-11 10:06:56 UTC
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.