Hello Paul,<div><br></div><div>Yes, i thought of doing that of course, but I&#39;m not sure I want to install it in a non-standard path (for my setup)...</div><div><br></div><div>I&#39;ll do that anyway.</div><div><br></div>

<div>Thanks</div><div><br></div><div>David<br><br><div class="gmail_quote">On Tue, Jul 31, 2012 at 8:24 PM, Paul Cupis <span dir="ltr">&lt;<a href="mailto:paul@cupis.co.uk" target="_blank">paul@cupis.co.uk</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 31/07/12 17:50, David Villasmil wrote:<br>
&gt; Bringing up a very old post, when making perlmod-install I get:<br>
&gt;<br>
&gt; install -m 755 ESL.so /usr/local/share/perl/5.14.2<br>
&gt; install: cannot create regular file `/usr/local/share/perl/5.14.2&#39;: No<br>
&gt; such file or directory<br>
&gt; make: *** [install] Error 1<br>
&gt;<br>
&gt; I assume that&#39;s because make is trying to install to<br>
&gt; &quot;/usr/local/share/perl/5.14.2&quot; which doesn&#39;t exists in my wheezy/sid,<br>
&gt; but should be installed in &quot;/usr/share/perl/5.14.2&quot;<br>
&gt;<br>
&gt; How can I change the destination directory?<br>
<br>
</div>It should probably be installed in /usr/local, just run:<br>
<br>
  mkdir -p /usr/local/share/perl/5.14.2<br>
<br>
and then re-run your `make perlmod-install`.<br>
<br>
Regards,<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
Join Us At ClueCon - Aug 7-9, 2012<br>
<div class="HOEnZb"><div class="h5"><br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br></div>