[Bug 1109597] New: CodeLite won't run after installing from repo
http://bugzilla.opensuse.org/show_bug.cgi?id=1109597 Bug ID: 1109597 Summary: CodeLite won't run after installing from repo Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: x86-64 OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Development Assignee: bnc-team-screening@forge.provo.novell.com Reporter: nixuser@mail.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- After installing CodeLite and trying to run it: zim$ codelite codelite: error while loading shared libraries: libplugin.so: cannot open shared object file: No such file or directory zim$ However the library is there: zim$ ls -l /usr/lib64/codelite/libplugin.so -rwxr-xr-x 1 root root 5218480 Aug 21 07:58 /usr/lib64/codelite/libplugin.so zim$ If I copy libplugin.so from /usr/lib64/codelite/ to /usr/lib64/ I get an error with a different library, so it looks like CodeLite isn't looking in the right place for the libraries. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1109597 http://bugzilla.opensuse.org/show_bug.cgi?id=1109597#c2 --- Comment #2 from Skip Mckenzie <nixuser@mail.com> --- The elegant solution proposed by jsmith64 (link posted above) works well and doesn't clutter up the lib directory with loads of unnecessary symlinks. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1109597 http://bugzilla.opensuse.org/show_bug.cgi?id=1109597#c3 Benjamin Sanchez <urnusdev@zohomail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |urnusdev@zohomail.com --- Comment #3 from Benjamin Sanchez <urnusdev@zohomail.com> --- solution sudo ln -sd /usr/lib64/codelite/* /usr/lib64/codelite/ OS: openSUSE 15.1 Kernel: x86_64 Linux 4.12.14-lp151.28.48-default -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1109597 http://bugzilla.opensuse.org/show_bug.cgi?id=1109597#c4 mushishi <mv.jordan@gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mv.jordan@gmx.com --- Comment #4 from mushishi <mv.jordan@gmx.com> --- At least on 15.1, the workaround by Benjamin does not work: # ln -sd /usr/lib64/codelite/* /usr/lib64/codelite/ ln: failed to create symbolic link '/usr/lib64/codelite/CMakePlugin.so': File exists ln: failed to create symbolic link '/usr/lib64/codelite/CallGraph.so': File exists ln: failed to create symbolic link '/usr/lib64/codelite/CodeFormatter.so': File exists ln: failed to create symbolic link '/usr/lib64/codelite/CodeLiteDiff.so': File exists ln: failed to create symbolic link '/usr/lib64/codelite/ContinuousBuild.so': File exists ln: failed to create symbolic link '/usr/lib64/codelite/Copyright.so': File exists ln: failed to create symbolic link '/usr/lib64/codelite/DatabaseExplorer.so': File exists ln: failed to create symbolic link '/usr/lib64/codelite/ExternalTools.so': File exists ln: failed to create symbolic link '/usr/lib64/codelite/HelpPlugin.so': File exists ln: failed to create symbolic link '/usr/lib64/codelite/LLDBDebugger.so': File exists ln: failed to create symbolic link '/usr/lib64/codelite/MemCheck.so': File exists ln: failed to create symbolic link '/usr/lib64/codelite/Outline.so': File exists ln: failed to create symbolic link '/usr/lib64/codelite/QMakePlugin.so': File exists ln: failed to create symbolic link '/usr/lib64/codelite/SFTP.so': File exists ln: failed to create symbolic link '/usr/lib64/codelite/SnipWiz.so': File exists ln: failed to create symbolic link '/usr/lib64/codelite/SpellCheck.so': File exists ln: failed to create symbolic link '/usr/lib64/codelite/Subversion.so': File exists ln: failed to create symbolic link '/usr/lib64/codelite/Tweaks.so': File exists ln: failed to create symbolic link '/usr/lib64/codelite/UnitTestsPP.so': File exists ln: failed to create symbolic link '/usr/lib64/codelite/WebTools.so': File exists ln: failed to create symbolic link '/usr/lib64/codelite/Wizards.so': File exists ln: failed to create symbolic link '/usr/lib64/codelite/WordCompletion.so': File exists ln: failed to create symbolic link '/usr/lib64/codelite/ZoomNavigator.so': File exists ln: failed to create symbolic link '/usr/lib64/codelite/abbreviation.so': File exists ln: failed to create symbolic link '/usr/lib64/codelite/codelitephp.so': File exists ln: failed to create symbolic link '/usr/lib64/codelite/cppchecker.so': File exists ln: failed to create symbolic link '/usr/lib64/codelite/cscope.so': File exists ln: failed to create symbolic link '/usr/lib64/codelite/debuggers': File exists ln: failed to create symbolic link '/usr/lib64/codelite/git.so': File exists ln: failed to create symbolic link '/usr/lib64/codelite/libdatabaselayersqlite.so': File exists ln: failed to create symbolic link '/usr/lib64/codelite/liblibcodelite.so': File exists ln: failed to create symbolic link '/usr/lib64/codelite/libplugin.so': File exists ln: failed to create symbolic link '/usr/lib64/codelite/libwxshapeframework.so': File exists ln: failed to create symbolic link '/usr/lib64/codelite/libwxsqlite3.so': File exists ln: failed to create symbolic link '/usr/lib64/codelite/resources': File exists ln: failed to create symbolic link '/usr/lib64/codelite/wxFormBuilder.so': File exists Trying to start codelite produces the same error message. -- You are receiving this mail because: You are on the CC list for the bug.
participants (2)
-
bugzilla_noreply@novell.com
-
bugzilla_noreply@suse.com