[asterisk-dev] Error compile asterisk 11
Matthew Jordan
mjordan at digium.com
Wed Aug 29 15:58:20 CDT 2012
----- Original Message -----
> From: "Paul Belanger" <paul.belanger at polybeacon.com>
> To: asterisk-dev at lists.digium.com
> Sent: Wednesday, August 29, 2012 3:47:13 PM
> Subject: Re: [asterisk-dev] Error compile asterisk 11
>
> On 12-08-29 11:23 AM, Giuseppe Longo wrote:
> > Ok, now it's work.
> > This is the fix:
> >
> > go to the lua directory
> > nano -w src/Makefile
> >
> > find the line:
> > CFLAGS= -O2 -Wall $(MYCFLAGS)
> >
> > and change to
> > CFLAGS= -O2 -Wall -fPIC $(MYCFLAGS
> >
> > recompile lua:
> >
> > make clean
> > make linux
> > make install
> >
> > go to asterisk directory, and make ;)
> >
> Please open an issue on JIRA. Be sure to add your Operating system
> and
> attach a patch how you fixed it.
>
That doesn't appear to be a bug with Asterisk. It appears as if he had
to modify the Makefile for his lua libraries.
--
Matthew Jordan
Digium, Inc. | Engineering Manager
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
Check us out at: http://digium.com & http://asterisk.org
More information about the asterisk-dev
mailing list