Re: [nox-dev] problem with swig

2010-12-06 Thread majumdar
results of apt-get install swig: Reading package lists... Done Building dependency tree Reading state information... Done swig is already the newest version. The following packages were automatically installed and are no longer required: linux-headers-2.6.32-24 linux-headers-2.6.32-24-generic

Re: [nox-dev] problem with swig

2010-12-06 Thread majumdar
BTW I'm using the tutorial given at http://www.openflowswitch.org/foswiki/bin/view/OpenFlow/Deployment/HOWTO/LabSetup#4_Controller_Setup So I'm using NOX 0.6 Thanks Abhishek Can you please post the results of running apt-get install swig and also the results of running ../configure ? Also,

Re: [nox-dev] problem with swig

2010-12-06 Thread Murphy McCauley
The information on that page is long out of date. The noxrepo wiki (http://noxrepo.org/noxwiki) is much more in line with reality. The packages listed on that page are for Debian, and the NOX it has you fetch is no longer 0.6.0. Please try the following (copy/pasted from the noxrepo wiki),

Re: [nox-dev] problem with swig

2010-12-06 Thread Abhishek Majumdar
I still got that configure : error: could not link against ! Thanks Abhishek Majumdar On 12/6/2010 8:43 AM, Murphy McCauley wrote: The information on that page is long out of date. The noxrepo wiki (http://noxrepo.org/noxwiki) is much more in line with reality. The packages listed on that

Re: [nox-dev] problem with swig

2010-12-06 Thread Murphy McCauley
Can you send the config.log file from your build directory, as well as the output from uname -a and cat /etc/issue ? -- Murphy On Dec 6, 2010, at 6:51 AM, Abhishek Majumdar wrote: I still got that configure : error: could not link against ! Thanks Abhishek Majumdar On 12/6/2010 8:43

Re: [nox-dev] problem with swig

2010-12-06 Thread Syed Akbar Mehdi
I encountered the same configure: error: Could not link against !. Try installing the libboost-all-dev as well as boost-build packages. Maybe this is overkill but, in my case it made this error go away. sudo aptitude install boost-build libboost-all-dev --Akbar On Mon, Dec 6, 2010 at 9:06 PM,

Re: [nox-dev] problem with swig

2010-12-06 Thread Murphy McCauley
Yeah, I think this will probably work. apt-get install libboost-dev might also do the trick (and not be overkill). -- Murphy On Dec 6, 2010, at 12:07 PM, Syed Akbar Mehdi wrote: I encountered the same configure: error: Could not link against !. Try installing the libboost-all-dev as well

Re: [nox-dev] problem with swig

2010-12-06 Thread Abhishek Majumdar
It works now. Thanks a lot. Abhishek Majumdar On 12/6/2010 2:13 PM, Murphy McCauley wrote: Yeah, I think this will probably work. apt-get install libboost-dev might also do the trick (and not be overkill). -- Murphy On Dec 6, 2010, at 12:07 PM, Syed Akbar Mehdi wrote: I encountered the

Re: [nox-dev] problem with swig

2010-12-06 Thread Murphy McCauley
Glad to hear it! Did you try it with just libboost-dev, or did you use libboost-all-dev? If it's the former, I'd like to update the wiki (if it's the latter, I'll have to look into it more). :) -- Murphy On Dec 6, 2010, at 3:28 PM, Abhishek Majumdar wrote: It works now. Thanks a lot.

Re: [nox-dev] problem with swig

2010-12-06 Thread kk yap
Murphy, The list I use for the package is Depends: doxygen, doxypy, build-essential, python-dev, autoconf, automake, make, g++, libtool, python-twisted, python-dev, swig, libssl-dev, libboost-dev (= 1.34.1), libboost-test-dev, libboost-filesystem-dev Suggests: git-core, libsqilte3-dev,

Re: [nox-dev] problem with swig

2010-12-06 Thread Syed Akbar Mehdi
Actually in my case, libboost-dev did not work. I had to use libboost-all-dev to make the error go away. On Tue, Dec 7, 2010 at 6:45 AM, Murphy McCauley jam...@nau.edu wrote: Glad to hear it! Did you try it with just libboost-dev, or did you use libboost-all-dev? If it's the former, I'd

[nox-dev] problem with swig

2010-12-05 Thread Abhishek Majumdar
When I try to install the pre-requisites, it says swig package cannot be found. I separately installed libboost, it can now detect, but cannot link i guess. please help ASAP. -- Thanks Abhishek Majumdar ___ nox-dev mailing list nox-dev@noxrepo.org

Re: [nox-dev] problem with swig

2010-12-05 Thread kk yap
Hi Abhishek, Let's see... Try make install and ldconfig? Jokes aside, please let us know your OS, distro, etc. for anyone to give advice. It works perfectly on Ubuntu (Lucid Lynx) for me. In fact, we have a pseudo-package that installs the requisites using apt-get. Regards KK On 5 December

Re: [nox-dev] problem with swig

2010-12-05 Thread Abhishek Majumdar
Its Linux Ubuntu10Vm 2.6.32-25-generic. I separately installed everything and in /nox/build when i do ../configure it recognizes and then gives configure: error: Could not link against ! Thanks Abhishek Majumdar On 12/5/2010 10:35 PM, kk yap wrote: Hi Abhishek, Let's see... Try make