Re: [asterisk-users] problem compiling asterisk with cdr_odbc

2010-04-01 Thread Nathan Pryor
I was missing libtool-ltdl-devel. Thanks!

On Thu, Apr 1, 2010 at 2:48 PM, Jared Smith  wrote:

> - "Nathan Pryor"  wrote:
>
> "make menuconfig" does not show cdr_odbc as a selectable compile option. I
> have compiled and installed both unixODBC and freetds from source and have
> verified both successfully connect to my sql server. Both were installed to
> standard locations (/usr/lib). I had no problem compiling cdr_odbc on my
> test server(CentOS 4.6), however following the same steps on my production
> server (CentOS 5.4) gives no joy.
>
> Install the 'libtool-ltdl' and 'libtool-ltdl-devel' packages, and then
> re-run ./configure.
>
> --
> Jared Smith
> Digium, Inc.
>
> --
> _
> -- 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
>
-- 
_
-- 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

Re: [asterisk-users] problem compiling asterisk with cdr_odbc

2010-04-01 Thread Jared Smith
- "Nathan Pryor"  wrote: 


"make menuconfig" does not show cdr_odbc as a selectable compile option. I have 
compiled and installed both unixODBC and freetds from source and have verified 
both successfully connect to my sql server. Both were installed to standard 
locations (/usr/lib). I had no problem compiling cdr_odbc on my test 
server(CentOS 4.6), however following the same steps on my production server 
(CentOS 5.4) gives no joy. 
Install the 'libtool-ltdl' and 'libtool-ltdl-devel' packages, and then re-run 
./configure. 

-- 
Jared Smith 
Digium, Inc. 
-- 
_
-- 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

Re: [asterisk-users] problem compiling asterisk with cdr_odbc

2010-04-01 Thread Nathan Pryor
Yes, after installation of the drivers I've tried:

./configure
./configure --with-unixodbc=/usr
./configure --with-unixodbc=/usr/lib

None turn on cdr_odbc. I'm at a loss here. Is there anything in the
configure output I should be looking for?


On Thu, Apr 1, 2010 at 2:10 PM, Tilghman Lesher  wrote:

> On Thursday 01 April 2010 13:36:00 Nathan Pryor wrote:
> > "make menuconfig" does not show cdr_odbc as a selectable compile option.
> I
> > have compiled and installed both unixODBC and freetds from source and
> have
> > verified both successfully connect to my sql server. Both were installed
> to
> > standard locations (/usr/lib). I had no problem compiling cdr_odbc on my
> > test server(CentOS 4.6), however following the same steps on my
> production
> > server (CentOS 5.4) gives no joy.
> >
> > asterisk-1.6.2.0
> > unixODBC-2.2.14-p2
> > freetds-0.82
> >
> > Any help is greatly appreciated.
>
> Did you remember to run ./configure AFTER installing the above packages?
>
> --
> Tilghman Lesher
> Digium, Inc. | Senior Software Developer
> twitter: Corydon76 | IRC: Corydon76-dig (Freenode)
> Check us out at: www.digium.com & www.asterisk.org
>
> --
> _
> -- 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
>
-- 
_
-- 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

Re: [asterisk-users] problem compiling asterisk with cdr_odbc

2010-04-01 Thread Tilghman Lesher
On Thursday 01 April 2010 13:36:00 Nathan Pryor wrote:
> "make menuconfig" does not show cdr_odbc as a selectable compile option. I
> have compiled and installed both unixODBC and freetds from source and have
> verified both successfully connect to my sql server. Both were installed to
> standard locations (/usr/lib). I had no problem compiling cdr_odbc on my
> test server(CentOS 4.6), however following the same steps on my production
> server (CentOS 5.4) gives no joy.
>
> asterisk-1.6.2.0
> unixODBC-2.2.14-p2
> freetds-0.82
>
> Any help is greatly appreciated.

Did you remember to run ./configure AFTER installing the above packages?

-- 
Tilghman Lesher
Digium, Inc. | Senior Software Developer
twitter: Corydon76 | IRC: Corydon76-dig (Freenode)
Check us out at: www.digium.com & www.asterisk.org

-- 
_
-- 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


[asterisk-users] problem compiling asterisk with cdr_odbc

2010-04-01 Thread Nathan Pryor
"make menuconfig" does not show cdr_odbc as a selectable compile option. I
have compiled and installed both unixODBC and freetds from source and have
verified both successfully connect to my sql server. Both were installed to
standard locations (/usr/lib). I had no problem compiling cdr_odbc on my
test server(CentOS 4.6), however following the same steps on my production
server (CentOS 5.4) gives no joy.

asterisk-1.6.2.0
unixODBC-2.2.14-p2
freetds-0.82

Any help is greatly appreciated.
-- 
_
-- 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