RVM – Error attempted “Brew Link AutoConf”

When I try to “brew link autoconf” in the terminal, I keep getting this error.

Error: Unable to symlink file: /usr/local/Cellar/autoconf/2.69/share/emacs/site-lisp
/usr/local/share/emacs is not writable. You should change its permissions.

Anyone have any ideas how to solve this problem? Thanks!

You need to ensure that all files and folders in /usr/local are writable. You can do this by typing the following command

chown -R yourusername /usr/local
chmod -R u+w /usr/local< /pre>

You may need to use sudo to make the command work.

After performing this operation, try to connect again.

When I try to "brew link autoconf" in the terminal, I keep getting this error.

Error: Unable to symlink file: /usr/local/Cellar/autoconf/2.69/share/emacs/site-lisp
/usr/local/share/emacs is not writable. You should change its permissions.

Anyone have any ideas how to solve this problem? Thanks!

You need to make sure that all files and folders in /usr/local are writable. You can do this by typing the following command

chown -R yourusername /usr/local
chmod -R u+w /usr/local< /pre>

You may need to use sudo to make the command work.

After performing this operation, try to connect again.

WordPress database error: [Table 'yf99682.wp_s6mz6tyggq_comments' doesn't exist]
SELECT SQL_CALC_FOUND_ROWS wp_s6mz6tyggq_comments.comment_ID FROM wp_s6mz6tyggq_comments WHERE ( comment_approved = '1' ) AND comment_post_ID = 5205 ORDER BY wp_s6mz6tyggq_comments.comment_date_gmt ASC, wp_s6mz6tyggq_comments.comment_ID ASC

Leave a Comment

Your email address will not be published.