Skip to content

Instantly share code, notes, and snippets.

@tvlooy
Created September 27, 2012 17:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tvlooy/3795348 to your computer and use it in GitHub Desktop.
Save tvlooy/3795348 to your computer and use it in GitHub Desktop.
SensioLabsDesktop segfault
[tvl@orion ~]
$ uname -a
Linux orion 3.2.0-31-generic #50-Ubuntu SMP Fri Sep 7 16:16:45 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
[tvl@orion ~]
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.1 LTS
Release: 12.04
Codename: precise
[tvl@orion ~]
$ sensiolabs-desktop
Unable to load library icui18n "Cannot load library icui18n: (libicui18n.so.48: wrong ELF class: ELFCLASS64)"
QGtkStyle was unable to detect the current GTK+ theme.
QSslSocket: cannot call unresolved function d2i_X509
/usr/bin/sensiolabs-desktop: line 2: 6417 Segmentation fault (core dumped) LD_LIBRARY_PATH=/opt/SensioLabsDesktop/lib/SensioLabsDesktop /opt/SensioLabsDesktop/bin/SensioLabsDesktop "${@}"
@deguif
Copy link

deguif commented Oct 11, 2012

Should be fixed now.
Need to reinstall the package (sudo apt-get install sensiolabs-desktop)

@tvlooy
Copy link
Author

tvlooy commented Nov 7, 2012

Jep, it works now. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment