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

pre-built nightly Servo snapshot couldn't run on Fedora 24 #12090

Closed
NTMan opened this issue Jul 1, 2016 · 5 comments
Closed

pre-built nightly Servo snapshot couldn't run on Fedora 24 #12090

NTMan opened this issue Jul 1, 2016 · 5 comments

Comments

@NTMan
Copy link

@NTMan NTMan commented Jul 1, 2016

$ ./runservo.sh
./servo: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory

@friesoft
Copy link

@friesoft friesoft commented Jul 1, 2016

[friedreb@thor servo]$ uname -a
Linux thor 4.5.7-300.fc24.x86_64 #1 SMP Wed Jun 8 18:12:45 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
[friedreb@thor servo]$ ldd servo | grep "not found"
    libssl.so.1.0.0 => not found
    libcrypto.so.1.0.0 => not found
[friedreb@thor servo]$ ls -la /usr/lib64/libssl.so*
lrwxrwxrwx. 1 root root     16  3. Mai 18:32 /usr/lib64/libssl.so.10 -> libssl.so.1.0.2h
-rwxr-xr-x. 1 root root 467680  3. Mai 18:32 /usr/lib64/libssl.so.1.0.2h
[friedreb@thor servo]$ ls -la /usr/lib64/libcrypto.so.*
lrwxrwxrwx. 1 root root      19  3. Mai 18:32 /usr/lib64/libcrypto.so.10 -> libcrypto.so.1.0.2h
-rwxr-xr-x. 1 root root 2485120  3. Mai 18:32 /usr/lib64/libcrypto.so.1.0.2h
@jbriggs-zvelo
Copy link

@jbriggs-zvelo jbriggs-zvelo commented Jul 1, 2016

And when I tried to make it use Fedora's newer version it failed with:

./servo: /usr/local/lib64/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./servo)

./servo: /usr/local/lib64/libcrypto.so.1.0.0: version `OPENSSL_1.0.1d' not found (required by ./servo)

./servo: /usr/local/lib64/libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./servo)

@moosingin3space
Copy link

@moosingin3space moosingin3space commented Jul 1, 2016

I am planning on contributing a flatpak builder for Servo sometime this weekend, which should resolve this for Fedora >= 23.

#12102

@lhirlimann
Copy link

@lhirlimann lhirlimann commented Jul 2, 2016

this is a dup of 12015

@jdm
Copy link
Member

@jdm jdm commented Jul 2, 2016

Duplicate of #12015. Thanks for reporting it!

@jdm jdm closed this Jul 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
6 participants
You can’t perform that action at this time.