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

Prepare PhantomJS 2.0 binaries with statically-linked libraries. #540

Closed
macbre opened this issue Jul 2, 2015 · 1 comment
Closed

Prepare PhantomJS 2.0 binaries with statically-linked libraries. #540

macbre opened this issue Jul 2, 2015 · 1 comment
Assignees
Milestone

Comments

@macbre
Copy link
Owner

macbre commented Jul 2, 2015

See #488 and #531

@macbre macbre self-assigned this Jul 2, 2015
@macbre macbre added this to the v1.12 milestone Jul 2, 2015
@macbre
Copy link
Owner Author

macbre commented Jul 3, 2015

Prepared the following binary with statically-linked libraries (compiled using Docker running Ubuntu 14.04):

$ ldd phantomjs2-static 
    linux-vdso.so.1 (0x00007ffee9154000)
    libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f79f9c66000)
    librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f79f9a5e000)
    libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f79f9841000)
    libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f79f9536000)
    libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f79f9235000)
    libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f79f901f000)
    libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f79f8c76000)
    /lib64/ld-linux-x86-64.so.2 (0x00007f79f9e6a000)

$ ls -lh  phantomjs2-static 
-rwxr-xr-x 1 macbre macbre 94M lip  3 11:50 phantomjs2-static

$ cat /etc/debian_version 
8.1

https://github.com/macbre/phantomjs/releases/tag/2.0.0

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

No branches or pull requests

1 participant