The problem seems to be an undefined symbol in boost serialization lib file. Based on the file name it seems that you have Boost 1.40 installed. For the configure script to succeed you need to have a Boost newer than 1.42 installed (which I assume you have, otherwise it is a bug in NOX which should be fixed). So could you remove Boost 1.40 and try again?
Amin On Wed, Jun 20, 2012 at 9:36 PM, 星言 墨虚 <[email protected]> wrote: > OK, Here is the zip file of the log. Thank you very much~ > > ________________________________ > 发件人: Amin Tootoonchian <[email protected]> > 收件人: 星言 墨虚 <[email protected]> > 抄送: ""[email protected]"" <[email protected]> > 发送日期: 2012年6月21日, 星期四, 上午 5:21 > 主题: Re: 回复: [nox-dev] The problem of OpenFlow_Manager in NOX 0.92 > > Thanks! Could you run the following command and send the generated > nox.log as well? > > LD_DEBUG=all ./nox_core -i ptcp: switch -v >nox.log 2>&1 > > Thanks, > Amin > > On Tue, Jun 19, 2012 at 9:53 PM, 星言 墨虚 <[email protected]> wrote: >> OK, I send the config.log to you now. Thank you very much. >> >> ________________________________ >> 发件人: Amin Tootoonchian <[email protected]> >> 收件人: 星言 墨虚 <[email protected]> >> 抄送: "[email protected]" <[email protected]> >> 发送日期: 2012年6月20日, 星期三, 上午 2:29 >> 主题: Re: [nox-dev] The problem of OpenFlow_Manager in NOX 0.92 >> >> On Tue, Jun 19, 2012 at 5:36 AM, 星言 墨虚 <[email protected]> wrote: >>> Hi,all~ >>> >>> Sorry to bother you that when I using NOX 0.92 running openflow-manager >>> module, I found this error. >>> If I don't use this module, the OpenVSwitch cannot connect to the NOX. >>> I want to know the reason of this problem. Thank you all~ >>> >>> dq@dq-desktop:~/of/nox92/build/src$ ./nox_core -v -i ptcp:6633 >>> --verbose=switch:ANY:DBG openflow-manager >>> 00001|main|INFO:Starting nox_core >>> (/home/dq/of/nox92/build/src/.libs/lt-nox_core) >>> 00002|event-dispatcher|DBG:Registering event 'New_connection_event'. >>> 00003|event-dispatcher|DBG:Registering event 'Shutdown_event'. >>> 00004|event-dispatcher|DBG:Registering handler for Shutdown_event, order >>> 9999 >>> 00005|event-dispatcher|DBG:creating thread 1 >>> 00006|dso-deployer|DBG:Component 'openflow-manager' scanned. >>> 00007|dso-deployer|DBG:Component 'switch' scanned. >>> 00008|connection_manager|DBG:listening on ptcp:0.0.0.0:6633::: >>> 00009|main|DBG:Application installation report: >>> 00010|main|DBG:connection-manager: >>> Current state: INSTALLED >>> Required state: INSTALLED >>> Dependencies: >>> >>> 00011|main|DBG:event-dispatcher: >>> Current state: INSTALLED >>> Required state: INSTALLED >>> Dependencies: >>> >>> 00012|main|DBG:openflow-manager: >>> Current state: ERROR >>> Required state: INSTALLED >>> Dependencies: >>> Error: >>> Cannot open a dynamic library: 'file not found' or 'file not found' >>> >>> 00013|main|DBG:dso-deployer: >>> Current state: INSTALLED >>> Required state: INSTALLED >>> Dependencies: >>> >>> 00014|main|ERR:Cannot change the state of 'openflow-manager' to >>> INSTALLED: >>> 'openflow-manager' ran into an error: >>> Cannot open a dynamic library: 'file not found' or 'file not found' >>> >> >> Seems to be a missing library problem that configure/make didn't >> handle. Can you send me your config.log? >> >> Amin >> >> > >
