<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1226" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>In the current CVS, there seems to be a bug with 
compiling of voicemail2</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Currently it's:</FONT></DIV>
<DIV><FONT face=Arial size=2>app_voicemail2.so : app_voicemail2.o<BR>&nbsp;$(CC) 
-shared -Xlinker -x -o $@ $(MLMFLAGS) $&lt;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Should be:</FONT></DIV>
<DIV><FONT face=Arial size=2>
<DIV><FONT face=Arial size=2>app_voicemail2.so : app_voicemail2.o<BR>&nbsp;$(CC) 
-shared -Xlinker -x -o $@ $(MLFLAGS) -lmysqlclient $&lt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>I assume this is where I send these problems?</DIV>
<DIV>&nbsp;</DIV>
<DIV>-Adam Hart</DIV></FONT></DIV></BODY></HTML>