Hi all, I'm trying to set up an odbc connection to a ms-sql server from an asterisk 1.6.1 install My problem is that I cannot get asterisk to build func_odbc & res_odbc.so I installed yum -y install unixODBC unixODBC-devel libtool-ltdl libtool-ltdl-devel And then went on to reconfigure / recompile asterisk after a ./configure --with-odbc=/usr/lib/ I get ############################################### checking for mandatory modules: UNIXODBC... ok configure: creating ./config.status ######################################## And then when I go to make menuselect; [XXX]Res_odbc [XXX] func_odbc [XXX] cdr_odbc Can anyone help out with what I am missing? [I've gotten to a stage where tsql and isql connections to my sql db work, however, getting odbc right is making me pull my hair out a bit]
2009/11/6 Neeraj Chand <Neeraj.Chand at ocis.com.au>> Hi all, > > I'm trying to set up an odbc connection to a ms-sql server from an > asterisk 1.6.1 install > > My problem is that I cannot get asterisk to build func_odbc & > res_odbc.so > > I installed yum -y install unixODBC unixODBC-devel libtool-ltdl > libtool-ltdl-devel > > And then went on to reconfigure / recompile asterisk > > after a ./configure --with-odbc=/usr/lib/ > > I get > ############################################### > checking for mandatory modules: UNIXODBC... ok > configure: creating ./config.status > ######################################## > > And then when I go to make menuselect; > > [XXX]Res_odbc > > [XXX] func_odbc > > [XXX] cdr_odbc > > Can anyone help out with what I am missing? > > [I've gotten to a stage where tsql and isql connections to my sql db > work, however, getting odbc right is making me pull my hair out a bit] > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >Hello, Try use only ./configure . -- Pagarbiai / Best Regards, Giedrius Augys -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091106/02ab7985/attachment.htm
Gotcha! Missed libtool! :) -----Original Message----- From: Neeraj Chand Sent: Friday, 6 November 2009 6:43 PM To: 'asterisk-users at lists.digium.com' Subject: RE: odbc to ms-sql server Hi all, I'm trying to set up an odbc connection to a ms-sql server from an asterisk 1.6.1 install My problem is that I cannot get asterisk to build func_odbc & res_odbc.so I installed yum -y install unixODBC unixODBC-devel libtool-ltdl libtool-ltdl-devel And then went on to reconfigure / recompile asterisk after a ./configure --with-odbc=/usr/lib/ I get ############################################### checking for mandatory modules: UNIXODBC... ok configure: creating ./config.status ######################################## And then when I go to make menuselect; [XXX]Res_odbc [XXX] func_odbc [XXX] cdr_odbc Can anyone help out with what I am missing? [I've gotten to a stage where tsql and isql connections to my sql db work, however, getting odbc right is making me pull my hair out a bit]