Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mailspring not launching in Fedora 26 #55

Closed
mthomos opened this issue Oct 6, 2017 · 3 comments
Closed

Mailspring not launching in Fedora 26 #55

mthomos opened this issue Oct 6, 2017 · 3 comments
Labels

Comments

@mthomos
Copy link

mthomos commented Oct 6, 2017

I am using Fedora 26 and when i try to execute Mailspring this message appears:
"We encountered a problem with your local email database. Error: /usr/share/mailspring/resources/app.asar.unpacked/mailsync.bin: error while loading shared libraries: libsasl2.so.2: cannot open shared object file: No such file or directory "
My installation includes cyrus-sasl-2 package.

@fearful-symmetry
Copy link

Ran Same problem, same OS:

ldd mailsync.bin                                                                                                                                                                  
	linux-vdso.so.1 (0x00007ffcccfdc000)
	libglib-2.0.so.0 => /lib64/libglib-2.0.so.0 (0x00007fb82b998000)
	libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fb82b779000)
	libsasl2.so.2 => not found
	libdl.so.2 => /lib64/libdl.so.2 (0x00007fb82b575000)
	libm.so.6 => /lib64/libm.so.6 (0x00007fb82b25f000)
	libc.so.6 => /lib64/libc.so.6 (0x00007fb82ae8e000)
	/lib64/ld-linux-x86-64.so.2 (0x00007fb82bcab000)
	libpcre.so.1 => /lib64/libpcre.so.1 (0x00007fb82ac1b000)

Found the package that provides that lib, then just had to symlink it:

ln -s /usr/lib64/libsasl2.so /usr/lib64/libsasl2.so.2

@mthomos
Copy link
Author

mthomos commented Oct 7, 2017

I have the libsasl2.so.3 file, but when i symlink it, i have failure when i try to create a account

@bengotow
Copy link
Collaborator

bengotow commented Oct 8, 2017

Hey folks! Merging this in to #63 which should resolve this issue when it's closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants