[Freeswitch-users] [SUSE Enterprise/FS 1.0.3] ODBC-related compile error

2009-03-24 Thread Gilles
Brian West  We changed this to autodetect it means you have the libs 
but no devel headers.. either disable it or install the dev headers.

Thanks guys, that was it: The stock SLED 10 that I have on this MSI 
host did have unixODBC.rpm but not its unixODBC-devel.rpm counterpart.

I re-read the Download  Installation Guide page, which doesn't say 
that Freeswitch will compile for ODBC instead of SQLite if it detects 
unixODBC... but doesn't check that its counterpart unixODBC-devel is 
also installed :-/

I suggest that either the config/make script be updated to check for 
this, or the wiki be edited to tell users to check for both packages 
(if N.A. : yast install unixODBC-devel OR rpm -UVH 
unixODBC-devel.rpm) or configure Freeswitch to use SQLite instead of 
ODBC (good enough to get newbies started).

Cheers,


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] [SUSE Enterprise/FS 1.0.3] ODBC-related compile error

2009-03-23 Thread Gilles
Hello,

This is my first try at compiling Freeswitch (1.0.3). Since I have a 
Linux box lying around, I'm giving it a shot on a SUSE Linux 
Enterprise Desktop 10 SP1 (i586).

Per the instructions in the wiki, I run make, but get the following 
error : http://pastebin.ca/1369381

According to the archives, it's likely due to the missing ODBC-devel 
package. I have a couple of questions:
1. Does Freeswitch require ODBC?
2. Please forgive the newbie question, but... how do I find and 
install this package on Suse?

Thank you.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] [SUSE Enterprise/FS 1.0.3] ODBC-related compile error

2009-03-23 Thread Even André Fiskvik
1. FS does not require ODBC, uses SQLite per default

How did you run your ./configure ?
My guess is that you either have choosen to compile with ODBC, or that  
the
build system somehow detects that you have ODBC installed and tries to  
compile it
with ODBC enabled (and fails).

Best regard,
Even André Fiskvik

On 23. mars. 2009, at 19.45, Gilles wrote:

 Hello,

 This is my first try at compiling Freeswitch (1.0.3). Since I have a
 Linux box lying around, I'm giving it a shot on a SUSE Linux
 Enterprise Desktop 10 SP1 (i586).

 Per the instructions in the wiki, I run make, but get the following
 error : http://pastebin.ca/1369381

 According to the archives, it's likely due to the missing ODBC-devel
 package. I have a couple of questions:
 1. Does Freeswitch require ODBC?
 2. Please forgive the newbie question, but... how do I find and
 install this package on Suse?

 Thank you.


 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] [SUSE Enterprise/FS 1.0.3] ODBC-related compile error

2009-03-23 Thread Brian West
We changed this to autodetect it means you have the libs but no devel  
headers.. either disable it or install the dev headers.

/b

On Mar 23, 2009, at 2:01 PM, Even André Fiskvik wrote:

 1. FS does not require ODBC, uses SQLite per default

 How did you run your ./configure ?
 My guess is that you either have choosen to compile with ODBC, or that
 the
 build system somehow detects that you have ODBC installed and tries to
 compile it
 with ODBC enabled (and fails).

 Best regard,
 Even André Fiskvik


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] [SUSE Enterprise/FS 1.0.3] ODBC-related compile error

2009-03-23 Thread Raul Fragoso
Running the following command as root should install the ODBC
development package:
yast install unixODBC-devel

After that, run configure again and make FS as usual.

Regards,

Raul

On Mon, 2009-03-23 at 19:45 +0100, Gilles wrote:
 Hello,
 
 This is my first try at compiling Freeswitch (1.0.3). Since I have a 
 Linux box lying around, I'm giving it a shot on a SUSE Linux 
 Enterprise Desktop 10 SP1 (i586).
 
 Per the instructions in the wiki, I run make, but get the following 
 error : http://pastebin.ca/1369381
 
 According to the archives, it's likely due to the missing ODBC-devel 
 package. I have a couple of questions:
 1. Does Freeswitch require ODBC?
 2. Please forgive the newbie question, but... how do I find and 
 install this package on Suse?
 
 Thank you.
 
 
 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] [SUSE Enterprise/FS 1.0.3] ODBC-related compile error

2009-03-23 Thread Michael Jerris
I still need access to a machine in this state so I can debug and fix  
this issue.

Mike

On Mar 23, 2009, at 3:31 PM, Raul Fragoso wrote:

 Running the following command as root should install the ODBC
 development package:
 yast install unixODBC-devel

 After that, run configure again and make FS as usual.

 Regards,

 Raul

 On Mon, 2009-03-23 at 19:45 +0100, Gilles wrote:
 Hello,

 This is my first try at compiling Freeswitch (1.0.3). Since I have a
 Linux box lying around, I'm giving it a shot on a SUSE Linux
 Enterprise Desktop 10 SP1 (i586).

 Per the instructions in the wiki, I run make, but get the following
 error : http://pastebin.ca/1369381

 According to the archives, it's likely due to the missing ODBC-devel
 package. I have a couple of questions:
 1. Does Freeswitch require ODBC?
 2. Please forgive the newbie question, but... how do I find and
 install this package on Suse?

 Thank you.


 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org


 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org