libssl.so.9 missing on a new free BSD system when using pkg
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
BSD newbie here.
I just installed a fresh FreeBSD but when I try to install emacs with pkg install emacs
, I've the following error.
ld-elf.so.1: Shared object "libssl.so.9" not found, required by "pkg".
The only thing I've done is portsnap fetch extract
Aside ls
, cd
and man
, it's the second command on this system.
Any idea?
freebsd
migrated from serverfault.com 9 mins ago
This question came from our site for system and network administrators.
add a comment |Â
up vote
0
down vote
favorite
BSD newbie here.
I just installed a fresh FreeBSD but when I try to install emacs with pkg install emacs
, I've the following error.
ld-elf.so.1: Shared object "libssl.so.9" not found, required by "pkg".
The only thing I've done is portsnap fetch extract
Aside ls
, cd
and man
, it's the second command on this system.
Any idea?
freebsd
migrated from serverfault.com 9 mins ago
This question came from our site for system and network administrators.
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
BSD newbie here.
I just installed a fresh FreeBSD but when I try to install emacs with pkg install emacs
, I've the following error.
ld-elf.so.1: Shared object "libssl.so.9" not found, required by "pkg".
The only thing I've done is portsnap fetch extract
Aside ls
, cd
and man
, it's the second command on this system.
Any idea?
freebsd
BSD newbie here.
I just installed a fresh FreeBSD but when I try to install emacs with pkg install emacs
, I've the following error.
ld-elf.so.1: Shared object "libssl.so.9" not found, required by "pkg".
The only thing I've done is portsnap fetch extract
Aside ls
, cd
and man
, it's the second command on this system.
Any idea?
freebsd
freebsd
asked 4 hours ago
John
migrated from serverfault.com 9 mins ago
This question came from our site for system and network administrators.
migrated from serverfault.com 9 mins ago
This question came from our site for system and network administrators.
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
You need to install openssl
:
pkg install openssl
That will provide you with libssl.so.9
which will be located here:
/usr/local/lib/libssl.so.9
After that, you can:
pkg install emacs
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
You need to install openssl
:
pkg install openssl
That will provide you with libssl.so.9
which will be located here:
/usr/local/lib/libssl.so.9
After that, you can:
pkg install emacs
add a comment |Â
up vote
0
down vote
You need to install openssl
:
pkg install openssl
That will provide you with libssl.so.9
which will be located here:
/usr/local/lib/libssl.so.9
After that, you can:
pkg install emacs
add a comment |Â
up vote
0
down vote
up vote
0
down vote
You need to install openssl
:
pkg install openssl
That will provide you with libssl.so.9
which will be located here:
/usr/local/lib/libssl.so.9
After that, you can:
pkg install emacs
You need to install openssl
:
pkg install openssl
That will provide you with libssl.so.9
which will be located here:
/usr/local/lib/libssl.so.9
After that, you can:
pkg install emacs
answered 1 hour ago
Nasir Riley
1,884139
1,884139
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f478189%2flibssl-so-9-missing-on-a-new-free-bsd-system-when-using-pkg%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password