Solved Running Sublime Text 3 on FreeBSD

Hello! I have that a system:

Code:
user@localhost:/usr/home/user/Downloads/sublime_text_3# uname -a

FreeBSD localhost 11.1-RELEASE-p3 FreeBSD 11.1-RELEASE-p3 #1: Mon Dec  4 01:52:50 +05 2017     user@localhost:/usr/obj/usr/src/sys/user11  amd64

linux_base-c7, x11 and a gnome the ports installed and running.

trying download and run this package

Code:
https://download.sublimetext.com/sublime_text_3_build_3143_x64.tar.bz2

and got it:

Code:
user@localhost:/usr/home/user/Downloads/sublime_text_3# ldd sublime_text

sublime_text:

linux_vdso.so.1 =>  (0x00007ffffffff000)
libgobject-2.0.so.0 => /lib64/libgobject-2.0.so.0 (0x0000000800e00000)
librt.so.1 => /lib64/librt.so.1 (0x0000000801200000)
libglib-2.0.so.0 => /lib64/libglib-2.0.so.0 (0x0000000801600000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000000801a00000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000000801e00000)
libX11.so.6 => not found
libm.so.6 => /lib64/libm.so.6 (0x0000000802200000)
libc.so.6 => /lib64/libc.so.6 (0x0000000802600000)
/lib64/ld-linux-x86-64.so.2 (0x0000000800a05000)
libpcre.so.1 => /lib64/libpcre.so.1 (0x0000000802a00000)
libffi.so.6 => /lib64/libffi.so.6 (0x0000000802e00000)

user@localhost:/usr/home/user/Downloads/sublime_text_3#
where i can get libX11.so.6 for a sublime text?

thanx
 
But how to run sublime text now by root without any passwords for web folder editing - for this needed :)
 
Last edited by a moderator:
Back
Top