Re: [nox-dev] Error while installing NOX on Fedora release 14

2012-01-14 Thread Dushyant Arora
Hello Murphy, John,

I tried both the solutions and I still get the same error when I run configure. 
I tried running:
../configure --with-boost-filesystem=boost_filesystem 
--with-boost-unit-test-framework=mt LDFLAGS='-L/usr/include/openssl -lssl 
-lcrypto' 
but it doesn't help.
I have installed all the packages that you mentioned in your mails. I already 
had boost-devel and boost-system. What should I do now?

Thanks,

Dushyant



- Original Message -
From: "John Meylor" 
To: "Dushyant Arora" 
Cc: nox-dev@noxrepo.org, "Murphy McCauley" 
Sent: Saturday, January 14, 2012 11:34:59 AM
Subject: Re: [nox-dev] Error while installing NOX on Fedora release 14

On RHEL6/RHEL5, we use the following; Fedora 14 should be similar.

sudo yum install gcc-c++ boost-devel openssl-devel automake autoconf swig git 
libtool libtool-dev python-devel python-twisted python-simplejson

git clone git://noxrepo.org/nox

./boot.sh

mkdir build

cd build

../configure --with-boost-filesystem=boost_filesystem 
--with-boost-unit-test-framework=mt LDFLAGS='-L/usr/include/openssl -lssl 
-lcrypto'

make

cd src

make check

--John

On Jan 14, 2012, at 4:19 AM, Murphy McCauley wrote:

> I'm not a Fedora user, but try installing boost-system and boost-devel.
> 
> -- Murphy
> 
> On Jan 14, 2012, at 1:11 AM, Dushyant Arora wrote:
> 
>> Hello,
>> 
>> I am trying to install NOX by following the instructions on NOX Wiki. I get 
>> an error while running ~/nox/configure
>> 
>> checking for boostlib >= 1.34.1... yes
>> checking whether the Boost::System library is available... yes
>> configure: error: Could not find a version of the library!
>> 
>> Is there some dependency that I might be missing?
>> 
>> Thanks,
>> 
>> Dushyant
>> ___
>> nox-dev mailing list
>> nox-dev@noxrepo.org
>> http://noxrepo.org/mailman/listinfo/nox-dev
> 
> ___
> nox-dev mailing list
> nox-dev@noxrepo.org
> http://noxrepo.org/mailman/listinfo/nox-dev

___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev


Re: [nox-dev] Recieved LLDP packet from unconnected switch

2012-01-14 Thread Murphy McCauley
I'd suggest that you don't skip to zaku but skip to destiny instead.

If you still have this problem in destiny, can you please tell us about your 
setup?  Like switch types (ProCurve?), whether you are using FlowVisor, etc.?

-- Murphy

On Jan 14, 2012, at 7:31 AM, Theophlius Benson wrote:

> I'm making the switch from NOX 0.8.0~full~beta (nox_core) to NOX 
> 0.9.0(zaku)~full~beta
> 
> I go zaku from git and have made no modifications.  I'm testing out the 
> routing module and noticed that the discovery module is print out some weird 
> errors and it is unable to discover any links .  Note, when I do switch to 
> the old version .. these links are discovered and routing module works 
> appropriately.  The errors are below. Did the format of the dpid change 
> between versions?  In the past version the switches had this DPID 
> 002347cc4400  but now they have 06d6002347cc4400
> 
> 00623|openflow-event|DBG:received packet-in event from 06d6002347cc4400 
> (len:128)
> 00624|discovery|DBG:Recieved LLDP packet from unconnected switch
> 00625|openflow-event|DBG:received packet-in event from 06d6002347cc4400 
> (len:34)
> 00626|discovery|DBG:Recieved LLDP packet from unconnected switch
> 00627|openflow-event|DBG:received packet-in event from 06d6002347cc4400 
> (len:34)
> 00628|discovery|DBG:Recieved LLDP packet from unconnected switch
> 
> 
> 
> 
> 
> ___
> nox-dev mailing list
> nox-dev@noxrepo.org
> http://noxrepo.org/mailman/listinfo/nox-dev

___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev


[nox-dev] Recieved LLDP packet from unconnected switch

2012-01-14 Thread Theophlius Benson
I'm making the switch from NOX 0.8.0~full~beta (nox_core) to NOX 
0.9.0(zaku)~full~beta


I go zaku from git and have made no modifications.  I'm testing out the 
routing module and noticed that the discovery module is print out some 
weird errors and it is unable to discover any links .  Note, when I do 
switch to the old version .. these links are discovered and routing 
module works appropriately.  The errors are below. Did the format of the 
dpid change between versions?  In the past version the switches had this 
DPID 002347cc4400  but now they have 06d6002347cc4400


00623|openflow-event|DBG:received packet-in event from 06d6002347cc4400 
(len:128)

00624|discovery|DBG:Recieved LLDP packet from unconnected switch
00625|openflow-event|DBG:received packet-in event from 06d6002347cc4400 
(len:34)

00626|discovery|DBG:Recieved LLDP packet from unconnected switch
00627|openflow-event|DBG:received packet-in event from 06d6002347cc4400 
(len:34)

00628|discovery|DBG:Recieved LLDP packet from unconnected switch





___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev


Re: [nox-dev] Error while installing NOX on Fedora release 14

2012-01-14 Thread Murphy McCauley
I'm not a Fedora user, but try installing boost-system and boost-devel.

-- Murphy

On Jan 14, 2012, at 1:11 AM, Dushyant Arora wrote:

> Hello,
> 
> I am trying to install NOX by following the instructions on NOX Wiki. I get 
> an error while running ~/nox/configure
> 
> checking for boostlib >= 1.34.1... yes
> checking whether the Boost::System library is available... yes
> configure: error: Could not find a version of the library!
> 
> Is there some dependency that I might be missing?
> 
> Thanks,
> 
> Dushyant
> ___
> nox-dev mailing list
> nox-dev@noxrepo.org
> http://noxrepo.org/mailman/listinfo/nox-dev

___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev


[nox-dev] Error while installing NOX on Fedora release 14

2012-01-14 Thread Dushyant Arora
Hello,

I am trying to install NOX by following the instructions on NOX Wiki. I get an 
error while running ~/nox/configure

checking for boostlib >= 1.34.1... yes
checking whether the Boost::System library is available... yes
configure: error: Could not find a version of the library!

Is there some dependency that I might be missing?

Thanks,

Dushyant
___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev