Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

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

[Freeswitch-users] make freeswitch-snapshot


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





PostPosted: Fri Mar 06, 2009 1:54 am    Post subject: [Freeswitch-users] make freeswitch-snapshot Reply with quote

Hi Folk,
i got error while conduct ./make freeswitch-snapshot on debian 2.6 x86
here is the error :

/usr/bin/ld: cannot find -lodbc
collect2: ld returned 1 exit status
make[2]: *** [libfreeswitch.la] Error 1
Making all in src
Making all in mod

making all mod_amr
make[5]: *** No rule to make target
`/usr/src/freeswitch-snapshot/libfreeswitch.la', needed by
`mod_amr.so'. Stop.
make[4]: *** [all] Error 1
make[3]: *** [mod_amr-all] Error 1
make[2]: *** [all-recursive] Error 1
Making all in build
+-------- FreeSWITCH Build Complete -----------+
+ FreeSWITCH has been successfully built. +
+ Install by running: +
+ +
+ make install +
+----------------------------------------------+
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Did I miss something ?
thank you for your support.

mashudi



*****************************************
Sekarang Gratis Nelpon SLJJ Flexi diperluas ke
Yogya
*****************************************

_______________________________________________
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
jason at jasonjgw.net
Guest





PostPosted: Fri Mar 06, 2009 2:07 am    Post subject: [Freeswitch-users] make freeswitch-snapshot Reply with quote

mashudi <mashudiflexi@telkom.co.id> wrote:
Quote:
i got error while conduct ./make freeswitch-snapshot on debian 2.6 x86
here is the error :

/usr/bin/ld: cannot find -lodbc

Have you installed the ODBC library and its development headers? Are they the
latest version?

It's failing to find the ODBC library.


_______________________________________________
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
stevecrozz at gmail.com
Guest





PostPosted: Fri Mar 06, 2009 2:10 am    Post subject: [Freeswitch-users] make freeswitch-snapshot Reply with quote

I think you need to install the debian package 'unixodbc-dev'

--Stephen

On Thu, Mar 5, 2009 at 11:00 PM, Jason White <jason@jasonjgw.net> wrote:
Quote:
mashudi <mashudiflexi@telkom.co.id> wrote:
Quote:
i got error while conduct  ./make  freeswitch-snapshot on debian 2.6 x86
here is the error :

/usr/bin/ld: cannot find -lodbc

Have you installed the ODBC library and its development headers? Are they the
latest version?

It's failing to find the ODBC library.


_______________________________________________
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
mashudiflexi at telkom...
Guest





PostPosted: Fri Mar 06, 2009 3:13 am    Post subject: [Freeswitch-users] make freeswitch-snapshot Reply with quote

Yes, it works , I would like to say thank you to Stephen Crosby & Jason
White.

Stephen Crosby wrote:
Quote:
I think you need to install the debian package 'unixodbc-dev'

--Stephen

On Thu, Mar 5, 2009 at 11:00 PM, Jason White <jason@jasonjgw.net> wrote:

Quote:
mashudi <mashudiflexi@telkom.co.id> wrote:

Quote:
i got error while conduct ./make freeswitch-snapshot on debian 2.6 x86
here is the error :

/usr/bin/ld: cannot find -lodbc

Have you installed the ODBC library and its development headers? Are they the
latest version?

It's failing to find the ODBC library.


_______________________________________________
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

*****************************************
Sekarang Gratis Nelpon SLJJ Flexi diperluas ke
Yogya
*****************************************


*****************************************
Sekarang Gratis Nelpon SLJJ Flexi diperluas ke
Yogya
*****************************************

_______________________________________________
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
chris at cloudtel.com
Guest





PostPosted: Fri Mar 06, 2009 12:13 pm    Post subject: [Freeswitch-users] make freeswitch-snapshot Reply with quote

apt-get install unixodbc-dev

On March 5, 2009 11:02:45 pm mashudi wrote:
Quote:
Hi Folk,
i got error while conduct ./make freeswitch-snapshot on debian 2.6 x86
here is the error :

/usr/bin/ld: cannot find -lodbc
collect2: ld returned 1 exit status
make[2]: *** [libfreeswitch.la] Error 1
Making all in src
Making all in mod

making all mod_amr
make[5]: *** No rule to make target
`/usr/src/freeswitch-snapshot/libfreeswitch.la', needed by
`mod_amr.so'. Stop.
make[4]: *** [all] Error 1
make[3]: *** [mod_amr-all] Error 1
make[2]: *** [all-recursive] Error 1
Making all in build
+-------- FreeSWITCH Build Complete -----------+
+ FreeSWITCH has been successfully built. +
+ Install by running: +
+ +
+ make install +
+----------------------------------------------+
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Did I miss something ?
thank you for your support.

mashudi



*****************************************
Sekarang Gratis Nelpon SLJJ Flexi diperluas ke
Yogya
*****************************************

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