Search found 3 matches
- 2017-03-29T10:16:47-07:00
- Forum: Users
- Topic: Convert doesn't work as regular user when installing from Source
- Replies: 5
- Views: 3155
Re: Convert doesn't work as regular user when installing from Source
@snibgo, got it work. A restart was require for the convert to work without sudo.
- 2017-03-29T10:06:33-07:00
- Forum: Users
- Topic: Convert doesn't work as regular user when installing from Source
- Replies: 5
- Views: 3155
Re: Convert doesn't work as regular user when installing from Source
Code: Select all
/usr/local/bin$ pwd
/usr/local/bin
/usr/local/bin$ ls -trla convert
lrwxrwxrwx 1 root root 6 Mar 29 16:30 convert -> magick
@snibgo I was thinking permissions too, here is the output for the file permissions. Am i missing anything?
- 2017-03-29T09:45:00-07:00
- Forum: Users
- Topic: Convert doesn't work as regular user when installing from Source
- Replies: 5
- Views: 3155
Convert doesn't work as regular user when installing from Source
I installed from source using the steps mentioned here https://www.imagemagick.org/script/install-source.php. I am installing the latest version of Imagemagick on Ubuntu 16.04. The installation seems to work fine, but I can only run convert as a sudo and not as a regular user. Am I missing something ...