[Asterisk-Dev] Bug in apps/Makefile

Adam Hart work at adamhart.net
Wed Aug 27 17:43:18 MST 2003


> > > Should be:
> > > app_voicemail2.so : app_voicemail2.o
> > >  $(CC) -shared -Xlinker -x -o $@ $(MLFLAGS) -lmysqlclient $<
> > >
> > > I assume this is where I send these problems?
> >
> > related topic:
> >
> > Is there a reason that the -shared -Xlinker, etc.. flags
> > aren't part of some other variable?
> >
> > same goes for the -lmysqlclient
> >
> > that should probally be some LIBS=-lmysqlclient or similar I would
think..?
>
> since when does VoiceMail require mysqlclient?
> I have no traces of MYSQL installed on this system, and never had compile
> issues (unless of course, this is all part of a conditional #define
>
Voicemail2 has a mysql option, the -lmysqlclient should actually be part of
the conditional defines @ the top.




More information about the asterisk-dev mailing list