Hi,<br><br>I'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>"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'<br>
flag during linking and do at least one of the following:<br> - add LIBDIR to the `LD_LIBRARY_PATH' environment variable<br> during execution<br> - add LIBDIR to the `LD_RUN_PATH' environment variable<br> during linking<br>
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag<br> - have your system administrator add LIBDIR to `/etc/ld.so.conf'<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."<br>
<br><br>While this message should be perfectly clear for many, I don't feel too confident that this /usr/local/lib is the right location (as I'm quite new to this).<br><br>Anyway, whenever I'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>) "./configure --prefix=/usr" but I prefer to ask here, as I'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>