Hi,<br><br>I&#39;m trying to install spandsp from source in a Debian Lenny system.<br>I did :<br><br>cd /usr/src<br>wget <a href="http://www.soft-switch.org/downloads/spandsp/spandsp-0.0.6pre5.tgz">http://www.soft-switch.org/downloads/spandsp/spandsp-0.0.6pre5.tgz</a><br>
tar xvf spandsp-0.0.6pre5.tgz<br>cd spandsp-0.0.6<br>./configure<br>make<br>make install<br><br>When doing this, spandsp warns me that librairies are installed in /usr/local/lib  with this message :<br>&quot;Libraries have been installed in:<br>
   /usr/local/lib<br><br>If you ever happen to want to link against installed libraries<br>in a given directory, LIBDIR, you must either use libtool, and<br>specify the full pathname of the library, or use the `-LLIBDIR&#39;<br>
flag during linking and do at least one of the following:<br>   - add LIBDIR to the `LD_LIBRARY_PATH&#39; environment variable<br>     during execution<br>   - add LIBDIR to the `LD_RUN_PATH&#39; environment variable<br>     during linking<br>
   - use the `-Wl,--rpath -Wl,LIBDIR&#39; linker flag<br>   - have your system administrator add LIBDIR to `/etc/ld.so.conf&#39;<br><br>See any operating system documentation about shared libraries for<br>more information, such as the ld(1) and ld.so(8) manual pages.&quot;<br>
<br><br>While this message should be perfectly clear for many, I don&#39;t feel too confident that this /usr/local/lib is the right location (as I&#39;m quite new to this).<br><br>Anyway, whenever I&#39;m typing make menuselect, app-fax is greyed out as in my opinion, spandsp libriaries have not been found.<br>
<br>Maybe, I should have typed something like (as suggested <a href="http://www.voip-info.org/wiki/view/Asterisk%20T.38">http://www.voip-info.org/wiki/view/Asterisk%20T.38</a>) &quot;./configure --prefix=/usr&quot; but I prefer to ask here, as I&#39;m afraid to spoil everything giving wrong input.<br>
<br>Which value shall I give to configure, when installing spandsp0.0.6 from source ?<br><br>Best regards<br><br><br><br>