<div class="im">&gt;&gt; You need to link against libpq when you link the asterisk binary (the<br>
&gt;&gt; gcc -o / ld stage), e.g. -lpq.<br>
&gt;&gt;<br><br>
</div>&gt; And the way to do this is to place the following comment within your C source<br>
&gt; file:<br>
&gt;<br>&gt;/*** MODULEINFO<br>&gt;  &lt;depend&gt;pgsql&lt;/depend&gt;<br>


&gt; ***/<br>
<br>
<br>Thanks everyone for your help.  I did add the following to my code, but I am still getting the exact error message.  I also made sure I deleted my old module and made sure the new module that was created is the one with  &lt;depend&gt;pgsql&lt;/depend&gt;.<br>
<br>

/*** MODULEINFO<br>

    &lt;depend&gt;pgsql&lt;/depend&gt;<br>

 ***/<br><br>Is there something else that I am doing wrong?<br><br>Thanks<br>Joel<br><br><br><div class="gmail_quote">On Fri, May 22, 2009 at 2:18 AM, Tilghman Lesher <span dir="ltr">&lt;<a href="mailto:tilghman@mail.jeffandtilghman.com">tilghman@mail.jeffandtilghman.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
On Thursday 21 May 2009 23:07:47 Alex Balashov wrote:<br>
<div class="im">&gt; Joel Jn-Francois wrote:<br>
&gt; &gt; The problem arises when I try to load my app within asterisk &quot;module<br>
&gt; &gt; load app_callingcard.so&quot;. I get the following error message:<br>
&gt; &gt; WARNING[31732]: loader.c:417 load_dynamic_module: Error loading module<br>
&gt; &gt; &#39;app_callingcard.so&#39;: /usr/lib/asterisk/modules/app_<br>
&gt; &gt; callingcard.so: undefined symbol: PQsetdbLogin.<br>
&gt;<br>
</div><div class="im">&gt; You need to link against libpq when you link the asterisk binary (the<br>
&gt; gcc -o / ld stage), e.g. -lpq.<br>
<br>
</div>And the way to do this is to place the following comment within your C source<br>
file:<br>
<br>
/*** MODULEINFO<br>
    &lt;depend&gt;pgsql&lt;/depend&gt;<br>
 ***/<br>
<br>
--<br>
<font color="#888888">Tilghman<br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--</a><br>
<br>
asterisk-dev mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br>
</div></div></blockquote></div><br>