> On Apr 29, 2020, at 15:50, Grant Bowling <
gbow...@usc.edu> wrote:
>
> Hello,
>
> I got an error trying to use sage -i openssl to get openssl on my sage so that I can use -pip install packagename. I have the required xtools command line tools. Apologies if this is a duplicate post. It seems the main error I got is [openssl-1.1.1b] ccache: error: Failed to create directory /Users/grant/.ccache/f/2: Permission denied.
It’s possible that somewhere along the line, you ran something as root that changed permissions somewhere in the path to ~/.ccache/f/2.
Check the permissions with “ls -ld” using the arguments ~/.ccache, ~/.ccache/f, and ~/.ccache/f/2.
Make sure nothing in the path is owned by root.
HTH,
Justin