optipng

optipng

Posted by: Manacit2
Posted on: 2007-08-10 18:04:00

I keep getting cp: cannot create regular file `/usr/local/bin/optipng': Permission denied
make: *** [install] Error 1

I know that people have gotten it working before, any chance someone could share the knowledge? :)

Re: optipng

Posted by: matttail
Posted on: 2007-08-10 18:19:00

you only have write access to your home directory, so you'll have to set a custom install directory. Here's an example from the wiki on how to install aspell in your home directory:

cd aspell-0.60.5
./configure --prefix=$HOME/usr
make
make install
make clean



--Matttail
art.googlies.net - personal website

Tags: permission deniedusr