Re: [nox-dev] monitor.py in nox/src/scripts/

2010-07-04 Thread Wen-Pei
I downloaded the nox from git repository. Both in git://noxrepo.org/nox and git://noxrepo.org/noxcore there is the same file monitor.py in src/scripts/ directory. Thank Reid for helping! And I'll try webservice, too. Wen-Pei Reid Price wrote: PS: Looks like something took a few liberties

[nox-dev] Problems when construct VLAN by NOX

2010-07-04 Thread Wen-Pei
Hi, all: I want to manage VLAN between two NetFPGA (or more after I solve problems) by NOX Controller. I grep the keywords VLAN and vlan recursively in src/ directory and found that there are no example which handling VLAN. And I lose any information? So I try to write a simple VLAN handling

Re: [nox-dev] MD5_Init check

2010-07-04 Thread Jad Naous
A little background: I'm using a chrooted environment that is cleaned on every build to build the rpm. Here're the relevant lines from the .spec file: echo int main () { MD5_Init(); } test.c gcc test.c -lssl Here's the output: /tmp/ccCpLzVg.o: In function `main': test.c:(.text+0x7): undefined

Re: [nox-dev] MD5_Init check

2010-07-04 Thread James Murphy McCauley
What do you get if you try to link it using -lcrypto instead of -lssl? And are those actual files in /var/tmp/build-root/usr/lib, or are they (possibly broken) symlinks? On my system, /usr/lib/libcrypto.so* and /usr/lib/libssl.so* are all symlinks into /lib. -- Murphy On Sun, 2010-07-04 at

Re: [nox-dev] problem in installation snac contoller

2010-07-04 Thread Srini Seetharaman
ar...@parham-lab1:~$ sudo aptitude install libboost-filesystem1.34.1 [sudo] password for parham: Reading package lists... Done Building dependency tree Reading state information... Done Reading extended state information Initialising package states... Done Writing extended state

Re: [nox-dev] MD5_Init check

2010-07-04 Thread Jad Naous
Interesting. So -lcrypto works, but not -lssl. If I chroot into /var/tmp/build-root and I try gcc'ing the text/c, both work however. They are symlinks to .so files in the same directory. Jad. On Sun, Jul 4, 2010 at 5:19 AM, James Murphy McCauley jam...@nau.edu wrote: What do you get if you try

Re: [nox-dev] MD5_Init check

2010-07-04 Thread James Murphy McCauley
I'd try skipping the check for MD5_Init, explicitly linking with libcrypto, and hoping for the best. If you're building from git, that'd be editing config/ax_ssl.m4 to replace the AC_CHECK_LIB(ssl, MD5_Init, line and the two lines after it with: SSL_LIBS=-lssl -lcrypto; AC_SUBST(SSL_LIBS) Then

Re: [nox-dev] MD5_Init check

2010-07-04 Thread Jad Naous
Thanks! That worked. make succeeds, but now make install fails: make[8]: Entering directory `/usr/src/packages/BUILD/nox/src/nox/lib' test -z /usr/local/bin/nox/lib || /bin/mkdir -p /usr/src/packages/BUILDROOT/nox-git.20100704-1.i386/usr/local/bin/nox/lib /bin/sh ../../../libtool --mode