Hello Helmut.<br><br>You are right; I submitted that patch onto Makefile; i will backport.<br><br>Thanks and regards for the report.<br><br>Sergio Gutierrez<br><br><div class="gmail_quote">On Mon, Nov 3, 2008 at 10:02 AM, Helmut Kuper <span dir="ltr">&lt;<a href="mailto:helmut.kuper@ewetel.de">helmut.kuper@ewetel.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA1<br>
<br>
Hello,<br>
<br>
<br>
I downloaded and compiled opensips head today. During installing I got a<br>
permission denied:<br>
<br>
sed -e<br>
&quot;s#/usr/.*lib/opensips/modules/#/opt/app/voip/location/lib64/opensips/modules/#g&quot;<br>
\<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt; etc/opensips.cfg &gt;<br>
/opt/app/voip/location/etc/opensips/opensips.cfg.sample0<br>
/bin/sh: /opt/app/voip/location/etc/opensips/opensips.cfg.sample0:<br>
Permission denied<br>
make: *** [install-cfg] Error 1<br>
<br>
<br>
I found that in opensips 1.4 Makefiles the &nbsp;file persissions were set to<br>
&nbsp;644<br>
<br>
chmod 644 $(cfg-prefix)/$(cfg-dir)$(NAME).cfg.sample<br>
<br>
<br>
<br>
In opensips 1.5 Makefile around line 471 it is set to 500 ...<br>
<br>
chmod 500 $(cfg-prefix)/$(cfg-dir)$(NAME).cfg.sample<br>
chmod 500 $(cfg-prefix)/$(cfg-dir)<br>
<br>
<br>
5 means: read and execution, but not write access for owner.<br>
<br>
I changed that two lines to this:<br>
<br>
chmod 644 $(cfg-prefix)/$(cfg-dir)$(NAME).cfg.sample<br>
#chmod 500 $(cfg-prefix)/$(cfg-dir)<br>
<br>
Then &quot;make PREFIX=... install&quot; works.<br>
<br>
<br>
<br>
regards<br>
Helmut<br>
<br>
-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v1.4.9 (MingW32)<br>
Comment: Using GnuPG with Mozilla - <a href="http://enigmail.mozdev.org" target="_blank">http://enigmail.mozdev.org</a><br>
<br>
iEYEARECAAYFAkkPEpQACgkQ4tZeNddg3dxDqgCfTdHK/GIrp6aE2wGuRgsa7x+V<br>
oGYAoKTvA4uSRZB2b/k9eLPQP8nPZ+xh<br>
=Ibt9<br>
-----END PGP SIGNATURE-----<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote></div><br>