Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

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


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
codecomplete at free.fr
Guest





PostPosted: Mon Mar 23, 2009 2:15 pm    Post subject: [Freeswitch-users] [SUSE Enterprise/FS 1.0.3] ODBC-related c Reply with quote

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
Back to top
grevenx at me.com
Guest





PostPosted: Mon Mar 23, 2009 2:31 pm    Post subject: [Freeswitch-users] [SUSE Enterprise/FS 1.0.3] ODBC-related c Reply with quote

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:

Quote:
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
Back to top
brian at freeswitch.org
Guest





PostPosted: Mon Mar 23, 2009 2:34 pm    Post subject: [Freeswitch-users] [SUSE Enterprise/FS 1.0.3] ODBC-related c Reply with quote

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:

Quote:
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
Back to top
raul at etellicom.com
Guest





PostPosted: Mon Mar 23, 2009 2:47 pm    Post subject: [Freeswitch-users] [SUSE Enterprise/FS 1.0.3] ODBC-related c Reply with quote

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:
Quote:
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
Back to top
mike at jerris.com
Guest





PostPosted: Mon Mar 23, 2009 2:53 pm    Post subject: [Freeswitch-users] [SUSE Enterprise/FS 1.0.3] ODBC-related c Reply with quote

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:

Quote:
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:
Quote:
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
Back to top
codecomplete at free.fr
Guest





PostPosted: Tue Mar 24, 2009 4:24 am    Post subject: [Freeswitch-users] [SUSE Enterprise/FS 1.0.3] ODBC-related c Reply with quote

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
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services