Re: [Freeswitch-users] make freeswitch-snapshot

2009-03-06 Thread mashudi
Yes, it works , I would like to say thank you to Stephen Crosby  Jason 
White.

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

 --Stephen

 On Thu, Mar 5, 2009 at 11:00 PM, Jason White ja...@jasonjgw.net wrote:
   
 mashudi mashudifl...@telkom.co.id wrote:
 
 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


Re: [Freeswitch-users] make freeswitch-snapshot

2009-03-06 Thread Chris Burns
apt-get install unixodbc-dev

On March 5, 2009 11:02:45 pm mashudi wrote:
 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


[Freeswitch-users] make freeswitch-snapshot

2009-03-05 Thread mashudi
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


Re: [Freeswitch-users] make freeswitch-snapshot

2009-03-05 Thread Jason White
mashudi mashudifl...@telkom.co.id wrote:
 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


Re: [Freeswitch-users] make freeswitch-snapshot

2009-03-05 Thread Stephen Crosby
I think you need to install the debian package 'unixodbc-dev'

--Stephen

On Thu, Mar 5, 2009 at 11:00 PM, Jason White ja...@jasonjgw.net wrote:
 mashudi mashudifl...@telkom.co.id wrote:
 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