On Friday 30 Jul 2010, Andraž wrote: > >From source also doesn't work. :(
If you ran ldconfig to force update of library configuration after you installed the freetds you compiled, and re-ran ./configure in the asterisk build directory, and it still doesn't want to let you use freeTDS, then something else must be the problem. It's possible that the configure script is getting confused with the FreeTDS installed using apt-get and the FreeTDS installed from source code. So try $ ./configure --with-tds=/usr/local/lib to force it to use the freeTDS files found in /usr/local/lib (make appropriate substitutions if required). By the way: Your reply belongs *under* whatever you are replying to. Then, somebody reading the messages in future can see the proper flow of the conversation. -- AJS -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
