[Freeswitch-users] ESL problem

Paul Cupis paul at cupis.co.uk
Tue Jul 31 22:24:50 MSD 2012


On 31/07/12 17:50, David Villasmil wrote:
> Bringing up a very old post, when making perlmod-install I get:
>
> install -m 755 ESL.so /usr/local/share/perl/5.14.2
> install: cannot create regular file `/usr/local/share/perl/5.14.2': No
> such file or directory
> make: *** [install] Error 1
>
> I assume that's because make is trying to install to
> "/usr/local/share/perl/5.14.2" which doesn't exists in my wheezy/sid,
> but should be installed in "/usr/share/perl/5.14.2"
>
> How can I change the destination directory?

It should probably be installed in /usr/local, just run:

  mkdir -p /usr/local/share/perl/5.14.2

and then re-run your `make perlmod-install`.

Regards,



Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list