Hello Paul,<div><br></div><div>Yes, i thought of doing that of course, but I'm not sure I want to install it in a non-standard path (for my setup)...</div><div><br></div><div>I'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"><<a href="mailto:paul@cupis.co.uk" target="_blank">paul@cupis.co.uk</a>></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>
> Bringing up a very old post, when making perlmod-install I get:<br>
><br>
> install -m 755 ESL.so /usr/local/share/perl/5.14.2<br>
> install: cannot create regular file `/usr/local/share/perl/5.14.2': No<br>
> such file or directory<br>
> make: *** [install] Error 1<br>
><br>
> I assume that's because make is trying to install to<br>
> "/usr/local/share/perl/5.14.2" which doesn't exists in my wheezy/sid,<br>
> but should be installed in "/usr/share/perl/5.14.2"<br>
><br>
> 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>