From: Mike <mm...@in...> - 2013-05-13 19:43:45
|
Hello all, I am trying to install TurnServer in Debian Wheezy following these instructions http://turnserver.sourceforge.net/index.php?n=Doc.Install I receive the following errors: # ./configure --disable-doxygen-doc ./configure: line 2448: syntax error near unexpected token `CHECK,' ./configure: line 2448: `PKG_CHECK_MODULES(CHECK, check >= 0.9.4,,AC_MSG_RESULT([testing is disabled]))' Server info: Linux 3.8.4-linode50 SMP i686 GNU/Linux I know that TurnServer is included in Debian Jessie and Sid repos but I ran into this bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=706492 Thanks! Regards, Mike |
From: Sebastien V. <se...@ji...> - 2013-05-14 05:00:55
|
Hi, As the doc says, install check (apt-get install check). Regards, -- Seb Le lundi 13 mai 2013, Mike <mm...@in...> a écrit : > Hello all, > > I am trying to install TurnServer in Debian Wheezy following these > instructions http://turnserver.sourceforge.net/index.php?n=Doc.Install > > I receive the following errors: > > # ./configure --disable-doxygen-doc > ./configure: line 2448: syntax error near unexpected token `CHECK,' > ./configure: line 2448: `PKG_CHECK_MODULES(CHECK, check >= > 0.9.4,,AC_MSG_RESULT([testing is disabled]))' > > > Server info: Linux 3.8.4-linode50 SMP i686 GNU/Linux > > I know that TurnServer is included in Debian Jessie and Sid repos but I > ran into this bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=706492 > > Thanks! > > > Regards, > > Mike > > ------------------------------------------------------------------------------ > AlienVault Unified Security Management (USM) platform delivers complete > security visibility with the essential security capabilities. Easily and > efficiently configure, manage, and operate all of your security controls > from a single console and one unified framework. Download a free trial. > http://p.sf.net/sfu/alienvault_d2d > _______________________________________________ > Turnserver-users mailing list > Tur...@li... > https://lists.sourceforge.net/lists/listinfo/turnserver-users > |
From: Mike <mm...@in...> - 2013-05-15 15:22:31
|
Sebastien, Thanks for the reply. Here is some output: # dpkg -l | grep check ii check 0.9.8-2 i386 unit test framework for C # ./configure --disable-doxygen-doc ./configure: line 2448: syntax error near unexpected token `CHECK,' ./configure: line 2448: `PKG_CHECK_MODULES(CHECK, check >= 0.9.4,,AC_MSG_RESULT([testing is disabled]))' Does this mean I should downgrade to check version 0.9.4 ? Thanks, Mike On 05/14/2013 01:00 AM, Sebastien Vincent wrote: > Hi, > > As the doc says, install check (apt-get install check). > > Regards, > -- > Seb > > Le lundi 13 mai 2013, Mike <mm...@in... > <mailto:mm...@in...>> a écrit : > > Hello all, > > > > I am trying to install TurnServer in Debian Wheezy following these > > instructions http://turnserver.sourceforge.net/index.php?n=Doc.Install > > > > I receive the following errors: > > > > # ./configure --disable-doxygen-doc > > ./configure: line 2448: syntax error near unexpected token `CHECK,' > > ./configure: line 2448: `PKG_CHECK_MODULES(CHECK, check >= > > 0.9.4,,AC_MSG_RESULT([testing is disabled]))' > > > > > > Server info: Linux 3.8.4-linode50 SMP i686 GNU/Linux > > > > I know that TurnServer is included in Debian Jessie and Sid repos but I > > ran into this bug: > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=706492 > > > > Thanks! > > > > > > Regards, > > > > Mike > > > > > ------------------------------------------------------------------------------ > > AlienVault Unified Security Management (USM) platform delivers complete > > security visibility with the essential security capabilities. Easily and > > efficiently configure, manage, and operate all of your security controls > > from a single console and one unified framework. Download a free trial. > > http://p.sf.net/sfu/alienvault_d2d > > _______________________________________________ > > Turnserver-users mailing list > > Tur...@li... > <mailto:Tur...@li...> > > https://lists.sourceforge.net/lists/listinfo/turnserver-users > > |
From: Sebastien V. <se...@ji...> - 2013-05-15 16:33:04
|
Hi, Do you have pkg-config installed ? If it is not the case, try the following: apt-get install pkg-config autoreconf -i ./configure Regards, -- Seb Le 15/05/2013 17:22, Mike a écrit : > Sebastien, > > Thanks for the reply. Here is some output: > > # dpkg -l | grep check > ii check 0.9.8-2 > i386 unit test framework for C > # ./configure --disable-doxygen-doc > ./configure: line 2448: syntax error near unexpected token `CHECK,' > ./configure: line 2448: `PKG_CHECK_MODULES(CHECK, check >= > 0.9.4,,AC_MSG_RESULT([testing is disabled]))' > > Does this mean I should downgrade to check version 0.9.4 ? > > Thanks, > > Mike > > > > On 05/14/2013 01:00 AM, Sebastien Vincent wrote: >> Hi, >> >> As the doc says, install check (apt-get install check). >> >> Regards, >> -- >> Seb >> >> Le lundi 13 mai 2013, Mike <mm...@in... >> <mailto:mm...@in...>> a écrit : >> > Hello all, >> > >> > I am trying to install TurnServer in Debian Wheezy following these >> > instructions http://turnserver.sourceforge.net/index.php?n=Doc.Install >> > >> > I receive the following errors: >> > >> > # ./configure --disable-doxygen-doc >> > ./configure: line 2448: syntax error near unexpected token `CHECK,' >> > ./configure: line 2448: `PKG_CHECK_MODULES(CHECK, check >= >> > 0.9.4,,AC_MSG_RESULT([testing is disabled]))' >> > >> > >> > Server info: Linux 3.8.4-linode50 SMP i686 GNU/Linux >> > >> > I know that TurnServer is included in Debian Jessie and Sid repos but I >> > ran into this bug: >> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=706492 >> > >> > Thanks! >> > >> > >> > Regards, >> > >> > Mike >> > >> > >> ------------------------------------------------------------------------------ >> > AlienVault Unified Security Management (USM) platform delivers complete >> > security visibility with the essential security capabilities. >> Easily and >> > efficiently configure, manage, and operate all of your security >> controls >> > from a single console and one unified framework. Download a free trial. >> > http://p.sf.net/sfu/alienvault_d2d >> > _______________________________________________ >> > Turnserver-users mailing list >> > Tur...@li... >> <mailto:Tur...@li...> >> > https://lists.sourceforge.net/lists/listinfo/turnserver-users >> > > |
From: Mike <mm...@in...> - 2013-05-15 16:40:44
|
Sebastien, That was the issue. Thanks for the help! Maybe pkg-config should be added to this page? http://turnserver.sourceforge.net/index.php?n=Doc.Install Regards, Mike On 05/15/2013 12:32 PM, Sebastien Vincent wrote: > Hi, > > Do you have pkg-config installed ? > > If it is not the case, try the following: > apt-get install pkg-config > autoreconf -i > ./configure > > Regards, > -- > Seb > > Le 15/05/2013 17:22, Mike a écrit : >> Sebastien, >> >> Thanks for the reply. Here is some output: >> >> # dpkg -l | grep check >> ii check 0.9.8-2 >> i386 unit test framework for C >> # ./configure --disable-doxygen-doc >> ./configure: line 2448: syntax error near unexpected token `CHECK,' >> ./configure: line 2448: `PKG_CHECK_MODULES(CHECK, check >= >> 0.9.4,,AC_MSG_RESULT([testing is disabled]))' >> >> Does this mean I should downgrade to check version 0.9.4 ? >> >> Thanks, >> >> Mike >> >> >> >> On 05/14/2013 01:00 AM, Sebastien Vincent wrote: >>> Hi, >>> >>> As the doc says, install check (apt-get install check). >>> >>> Regards, >>> -- >>> Seb >>> >>> Le lundi 13 mai 2013, Mike <mm...@in... >>> <mailto:mm...@in...>> a écrit : >>> > Hello all, >>> > >>> > I am trying to install TurnServer in Debian Wheezy following these >>> > instructions http://turnserver.sourceforge.net/index.php?n=Doc.Install >>> > >>> > I receive the following errors: >>> > >>> > # ./configure --disable-doxygen-doc >>> > ./configure: line 2448: syntax error near unexpected token `CHECK,' >>> > ./configure: line 2448: `PKG_CHECK_MODULES(CHECK, check >= >>> > 0.9.4,,AC_MSG_RESULT([testing is disabled]))' >>> > >>> > >>> > Server info: Linux 3.8.4-linode50 SMP i686 GNU/Linux >>> > >>> > I know that TurnServer is included in Debian Jessie and Sid repos >>> but I >>> > ran into this bug: >>> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=706492 >>> > >>> > Thanks! >>> > >>> > >>> > Regards, >>> > >>> > Mike >>> > >>> > >>> ------------------------------------------------------------------------------ >>> > AlienVault Unified Security Management (USM) platform delivers >>> complete >>> > security visibility with the essential security capabilities. >>> Easily and >>> > efficiently configure, manage, and operate all of your security >>> controls >>> > from a single console and one unified framework. Download a free >>> trial. >>> > http://p.sf.net/sfu/alienvault_d2d >>> > _______________________________________________ >>> > Turnserver-users mailing list >>> > Tur...@li... >>> <mailto:Tur...@li...> >>> > https://lists.sourceforge.net/lists/listinfo/turnserver-users >>> > >> > |
From: Sebastien V. <se...@ji...> - 2013-05-15 17:22:02
|
Done. Thank you. Regards, -- Seb Le 15/05/2013 18:40, Mike a écrit : > Sebastien, > > That was the issue. Thanks for the help! > > Maybe pkg-config should be added to this page? > > http://turnserver.sourceforge.net/index.php?n=Doc.Install > > Regards, > > Mike > > On 05/15/2013 12:32 PM, Sebastien Vincent wrote: >> Hi, >> >> Do you have pkg-config installed ? >> >> If it is not the case, try the following: >> apt-get install pkg-config >> autoreconf -i >> ./configure >> >> Regards, >> -- >> Seb >> >> Le 15/05/2013 17:22, Mike a écrit : >>> Sebastien, >>> >>> Thanks for the reply. Here is some output: >>> >>> # dpkg -l | grep check >>> ii check 0.9.8-2 >>> i386 unit test framework for C >>> # ./configure --disable-doxygen-doc >>> ./configure: line 2448: syntax error near unexpected token `CHECK,' >>> ./configure: line 2448: `PKG_CHECK_MODULES(CHECK, check >= >>> 0.9.4,,AC_MSG_RESULT([testing is disabled]))' >>> >>> Does this mean I should downgrade to check version 0.9.4 ? >>> >>> Thanks, >>> >>> Mike >>> >>> >>> >>> On 05/14/2013 01:00 AM, Sebastien Vincent wrote: >>>> Hi, >>>> >>>> As the doc says, install check (apt-get install check). >>>> >>>> Regards, >>>> -- >>>> Seb >>>> >>>> Le lundi 13 mai 2013, Mike <mm...@in... >>>> <mailto:mm...@in...>> a écrit : >>>> > Hello all, >>>> > >>>> > I am trying to install TurnServer in Debian Wheezy following these >>>> > instructions >>>> http://turnserver.sourceforge.net/index.php?n=Doc.Install >>>> > >>>> > I receive the following errors: >>>> > >>>> > # ./configure --disable-doxygen-doc >>>> > ./configure: line 2448: syntax error near unexpected token `CHECK,' >>>> > ./configure: line 2448: `PKG_CHECK_MODULES(CHECK, check >= >>>> > 0.9.4,,AC_MSG_RESULT([testing is disabled]))' >>>> > >>>> > >>>> > Server info: Linux 3.8.4-linode50 SMP i686 GNU/Linux >>>> > >>>> > I know that TurnServer is included in Debian Jessie and Sid repos >>>> but I >>>> > ran into this bug: >>>> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=706492 >>>> > >>>> > Thanks! >>>> > >>>> > >>>> > Regards, >>>> > >>>> > Mike >>>> > >>>> > >>>> ------------------------------------------------------------------------------ >>>> > AlienVault Unified Security Management (USM) platform delivers >>>> complete >>>> > security visibility with the essential security capabilities. >>>> Easily and >>>> > efficiently configure, manage, and operate all of your security >>>> controls >>>> > from a single console and one unified framework. Download a free >>>> trial. >>>> > http://p.sf.net/sfu/alienvault_d2d >>>> > _______________________________________________ >>>> > Turnserver-users mailing list >>>> > Tur...@li... >>>> <mailto:Tur...@li...> >>>> > https://lists.sourceforge.net/lists/listinfo/turnserver-users >>>> > >>> >> > |