<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small">Andrea,  gg says:<br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">You must have been building in the past with (and somehow this got dropped):</div><div class="gmail_default" style="font-size:small">    --with-single-user</div><div class="gmail_default" style="font-size:small">somewhere in your script.  If you look at bld.sh, you will see that line in there and that is why that works.<br></div><div class="gmail_default" style="font-size:small">The default is system build instead which requires root permission for /usr/bin .</div><div class="gmail_default" style="font-size:small">Solution: however you are doing the build, add the --with-single-user <br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">----------- copy of bld.sh is below -----------------<br></div><div class="gmail_default" style="font-size:small">#!/bin/bash<br>( ./autogen.sh<br>  ./configure --with-single-user --with-booby<br>  make && make install ) 2>&1 | tee log<br>mv Makefile Makefile.cfg<br>cp Makefile.devel Makefile<br><br></div><div class="gmail_default" style="font-size:small"><br></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Mar 9, 2019 at 9:14 AM Andrea paz <<a href="mailto:gamberucci.andrea@gmail.com">gamberucci.andrea@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I can't compile the last 2 release.<br>
The configuration and make steps are fine, but I have an error in the<br>
"make install" step:<br><span class="gmail_default" style="font-size:small">...</span><br>
cp: impossible to create the regular file '/usr/bin/zmpeg3cat':<br>
Permission denied<br>
make: *** [Makefile:977: zmp_install] Error 1<br>
<br>
If I compile using ./bld.sh instead, there are no errors.<br>
(All the installations I did were non-root.)<br><br>
</blockquote></div></div>