Search found 6 matches

by telefunken
Sun Mar 24, 2013 1:21 pm
Forum: Support
Topic: Running Deluge on Solaris derivatives (OmniOS)
Replies: 11
Views: 8835

Re: Running Deluge on Solaris derivatives (OmniOS)

Had to change the line to:

Code: Select all

./b2 --prefix=/usr variant=release threading=multi link=shared --with-system --with-python install
Rebuilt boost, tried libtorrent as before with same results...Very frustrating this, feels like it so close to actually work!
by telefunken
Sat Mar 23, 2013 11:37 pm
Forum: Support
Topic: Running Deluge on Solaris derivatives (OmniOS)
Replies: 11
Views: 8835

Re: Running Deluge on Solaris derivatives (OmniOS)

Ok, rebuilt it like this: ~/boost_1_53_0# ./bootstrap.sh ~/boost_1_53_0# ./b2 install --prefix=/usr --threading=multi Performing configuration checks - 32-bit : yes - x86 : yes - has_icu builds : no warning: Graph library does not contain MPI-based parallel components. note: to enable them, add &quo...
by telefunken
Sat Mar 23, 2013 12:15 am
Forum: Support
Topic: Running Deluge on Solaris derivatives (OmniOS)
Replies: 11
Views: 8835

Re: Running Deluge on Solaris derivatives (OmniOS)

Tried without aswell, and I get the exact same error...
by telefunken
Fri Mar 22, 2013 10:25 pm
Forum: Support
Topic: Running Deluge on Solaris derivatives (OmniOS)
Replies: 11
Views: 8835

Re: Running Deluge on Solaris derivatives (OmniOS)

That seems to work, I can now compile without obvious errors. However I also need libtorrent for which I haven't found a package either. Been trying to build it (libtorrent-rasterbar-0.16.9) for hours now without succeeding . To build libtorrent I needed boost, which I was able to compile by downloa...
by telefunken
Fri Mar 22, 2013 12:37 pm
Forum: Support
Topic: Running Deluge on Solaris derivatives (OmniOS)
Replies: 11
Views: 8835

Re: Running Deluge on Solaris derivatives (OmniOS)

Ok, I think I got most of the dependencies installed by either using PIP or pkg. PIP: pyopenssl pyxdg chardet setproctitle mako PKG: setuptools-26 openssl zlib gnu-gettext I've previously installed these packages as recommended for building stuff on OmniOS using pkg: gcc46 gnu-make cpp header-math o...
by telefunken
Fri Mar 22, 2013 10:40 am
Forum: Support
Topic: Running Deluge on Solaris derivatives (OmniOS)
Replies: 11
Views: 8835

Running Deluge on Solaris derivatives (OmniOS)

Hi, I'm in the process of building a storage server based around ZFS and will therefore be "forced" to run a solaris derivative OS. So far I've looked at OpenIndiana which seems to slowly be fading away, and I'm currently trying out OmniOS which actually seems to be actively developed. Tar...