Bug 111941 - symbol lookup error upon execution
Summary: symbol lookup error upon execution
Status: RESOLVED FIXED
Alias: None
Product: kftpgrabber
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Jernej Kos
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-02 19:43 UTC by Paulo Dias
Modified: 2005-09-04 01:28 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 Paulo Dias 2005-09-02 19:43:26 UTC
Version:           0.7.0 svn 02/09/2005 (using KDE KDE 3.4.2)
Installed from:    Compiled From Sources
Compiler:          gcc 3.3.4 --disable-debug --enable-new-ldflags
OS:                Linux

KFtpGrabber won't run:

slackware 10.1 costumized
qt 3.3.4 compiled from sources
kde 3.4.2 compiled from sources
gcc 3.3.4

error:
symbol lookup error: /opt/kde/lib/libkftpinterfaces.so.0: undefined symbol: _ZNK6KParts6Plugin7xmlFileEv

feel free to mail me :)
regards
Comment 1 Jernej Kos 2005-09-02 19:50:20 UTC
Please try uninstalling the old kftpgrabber version before installing the new one.
Comment 2 Thiago Macieira 2005-09-04 01:28:48 UTC
SVN commit 456883 by thiago:

Use -no-undefined so that that kind of bugs will not show up again.
BUG:111941


 M  +2 -1      Makefile.am  


--- trunk/extragear/network/kftpgrabber/src/misc/interfaces/Makefile.am #456882:456883
@@ -6,7 +6,8 @@
 
 lib_LTLIBRARIES = libkftpinterfaces.la
 libkftpinterfaces_la_SOURCES = kftpbookmarkimportplugin.cpp
-libkftpinterfaces_la_LDFLAGS = $(all_libraries) -version-info 0:0:0
+libkftpinterfaces_la_LDFLAGS = $(all_libraries) -version-info 0:0:0 -no-undefined
+libkftpinterfaces_la_LIBADD = $(LIB_KPARTS)
 
 kftpgrabberincludedir = $(includedir)/kftpgrabber
 kftpgrabberinclude_HEADERS = kftpbookmarkimportplugin.h