Hello,

the nox is running fine, unless, when I am trying to run pyswitch I got
ERROR Application 'pyswitch' is not found

I followed the installation in this website:
http://networkstatic.net/nox-openflow-controller-install-on-ubuntu-12-04-precise-lts/
and your kind comments in the archive
I have checked all the dependences
The only think that I suspect is the following messages:
src/makefile.am:12: but option 'subdir-objects' is disabled
builtin-event-dispatcher.cc is in a subdirectory
src/makefile.am:12: but option 'subdir-objects' is disabled
builtin/kernel.cc is in a subdirectory
src/makefile.am:12: but option 'subdir-objects' is disabled
builtn-connection-manager.cc is in a subdirectory

Best regards,
Junaid




On Wed, Apr 29, 2015 at 1:36 PM, AMER <amer7...@hotmail.com> wrote:

> Hello,
>
> Dear Junaid
>
> You should try the following commands:
> On a Debian based 32-bit machine, the following command fixed this error
> for me:
>
> ./configure --with-boost-libdir=/usr/lib/i386-linux-gnu
>
> On a Debian based 64-bit machine, try the following command:
>
> ./configure --with-boost-libdir=/usr/lib/x86_64-linux-gnu
>
> Good Luck
>
>
>
> *Eng Amer Alghadhban*
> *COE*
> *SANS-GCFW*
> *CEH, SCNP, CCNA*
>
>
> ------------------------------
> Date: Wed, 29 Apr 2015 13:19:23 +0300
> From: junaidghul...@gmail.com
> To: openflow-discuss@lists.stanford.edu
> Subject: [openflow-discuss] Fwd: Error in Installing nox
>
>
> Dear all
>
> I received the following message:
>
> The libboost is already the newest version
>
> Best regards,
> Junaid
>
> On Tue, Apr 28, 2015 at 2:38 PM, Junaid Ghulam <junaidghul...@gmail.com>
> wrote:
>
> Dear Murphy
>
> I received the following message:
>
> The libboost is already the newest version
>
> Best regards,
> Junaid
>
> On Mon, Apr 27, 2015 at 10:35 PM, Murphy McCauley <
> murphy.mccau...@gmail.com> wrote:
>
> I'm not sure if you've figured this out yet, but...
>
> On Apr 27, 2015, at 1:58 AM, Junaid Ghulam <junaidghul...@gmail.com>
> wrote:
>
> Thank you
>
> you are right the configuration wasn't complete.
> in the beginning when I executed ./boost.sh, I received many warnings like
> the following:
>  src/Makefile.am:12:warning:source file 'built/component.cc' is in a
> subdirectory
> src/Makefile.am:12:warning:source file 'builtin/connection-manager.cc' is
> in a subdirectory
> automake: --------
>
>
> These are annoying but I don't think they're problematic with current
> versions of autotools.
>
> when I executed ../configure, I received the following error:
> configure error: could not link against boost_system !
>
>
> So you need to install boost development files.  I find it's easiest to
> just install all of them because if you try to do it one by one it's really
> easy to miss one.  So on Debian, I just do... I think it's apt-get install
> libboost-all-dev.
>
> Good luck.
>
> -- Murphy
>
> Best regards,
> Junaid
>
> On Mon, Apr 27, 2015 at 1:42 AM, Murphy McCauley <
> murphy.mccau...@gmail.com> wrote:
>
> You've got some doubled-up commands (e.g., cd nox and ./boot.sh should be
> on separate lines).  Assuming that's just an email problem, the most likely
> explanation is that configure failed, e.g., due to a missing dependency.
> Did configure seem to finish successfully?  What ends up in your build
> directory?  Just a config.log, or is there a lot of stuff?
>
> Sidenote: this discussion might be better aimed at the nox-dev mailing
> list on noxrepo.org.
>
> -- Murphy
>
> On Apr 26, 2015, at 10:26 AM, Junaid Ghulam <junaidghul...@gmail.com>
> wrote:
>
> hello,
>
> Dear All,
>
> I followed the installation instructions of NOX:
>
> git clone git://github.com/noxrepo/nox
>
> cd nox
> ./boot.sh
>
> mkdir build
>
> cd build
>
> ../configure
>
> make #####<------
>
> make install
>
> when I entered make
> I got a message nothing to make.
> Even when I tried to access src
> And enter
>
> cd src
> ./nox_core -v -i ptcp:9933 switch
>
> I received a message: no such file or directory
>
> Best regards,
>
> Junaid
>
> _______________________________________________
> openflow-discuss mailing list
> openflow-discuss@lists.stanford.edu
> https://mailman.stanford.edu/mailman/listinfo/openflow-discuss
>
>
>
>
>
>
>
> _______________________________________________ openflow-discuss mailing
> list openflow-discuss@lists.stanford.edu
> https://mailman.stanford.edu/mailman/listinfo/openflow-discuss
>
_______________________________________________
openflow-discuss mailing list
openflow-discuss@lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/openflow-discuss

Reply via email to