[Asterisk-Users] cant compile app_meetme2

Dan Austin Dan_Austin at Phoenix.com
Sat Mar 5 11:41:23 MST 2005


The code is configured to allow use of either mysql or postgres, so you
will
need to install the postgres-dev package, or comment out all postgres
related
code.  

Once you have the postgres libraries installed you have two more changes
to make.
line 645 needs to become:
	AST_MUTEX_DEFINE_STATIC(conflock);
And line 1547 should be this:
	res = ast_say_number(chan, cnt, "", chan->language, (char *)
NULL);

Dan
 

-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Jer
Sent: Saturday, March 05, 2005 2:06 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] cant compile app_meetme2

At 04:34 AM 3/5/2005, you wrote:
>The error messages are Postgres related.
>You need to have a special postgres include file (postgres-dev files)
to make
>it compile or disable postpres support somehow.
>
>I'm using debian and the the concering include file resided in a
subdirectory
>of what asterisk was told.


if this is the case why dont i see a include file missing error
someplace?
or am I missing something......


>Jens
>_______________________________________________
>Asterisk-Users mailing list
>Asterisk-Users at lists.digium.com
>http://lists.digium.com/mailman/listinfo/asterisk-users
>To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users

_______________________________________________
Asterisk-Users mailing list
Asterisk-Users at lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



More information about the asterisk-users mailing list