[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


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


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] Error while installing NOX on Fedora release 14

2012-01-15 Thread Murphy McCauley
First, can you please switch to the destiny branch (git checkout -b destiny 
origin/destiny) and try again?  If that doesn't work, can you please post your 
config.log and the full output of configure?

-- Murphy

On Jan 14, 2012, at 5:23 PM, Dushyant Arora wrote:

> 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