transmission on Solaris 11 (not express)

Ask for help and report issues not specific to either the Mac OS X or GTK+ versions of Transmission
Post Reply
lollodream
Posts: 1
Joined: Mon Apr 16, 2012 2:09 pm

transmission on Solaris 11 (not express)

Post by lollodream »

Hello. I'm a supernoob and I'm trying to install transmission on Solaris 11, the last version.
I've read all the topics I could find searching for "solaris" but none of those helped me.

This is what I've installed so far:
gcc
libtool
gettext
intltool
OpenSSL
libcurl
GTK+
libnotify
DBUS

I've then downloaded transmission--2.51.tar.bz2 and extracted on:

Code: Select all

/home/myuser/Downloads/transmission-2.51/
From there, I'd like to compile transmission to be usable on the graphics environment.

This is what I've tried (from the extracted folder, as Super User):

Code: Select all

./configure -q && make -s
And this is what I get:
configure: error: in '/home/myuser/Downloads/transmission-2.51':
configure: error: no acceptable C compiler found in $PATH
Can you please point me to some sort of guide to work this errors out?

Thank you for your kind attention and sorry for my English.
marty
Posts: 1
Joined: Thu May 10, 2012 3:39 pm

Re: transmission on Solaris 11 (not express)

Post by marty »

I run transmission on Solaris 11 constantly.

First off, version 1.93 is included within Solaris. If you want to use that, it should already be installed with the desktop apps. If not, you can install it by typing the following as root:

pkg install transmission

If you want to build your own, I have found the safest thing to do is first install a zone and do the build there. This way you don't pollute your global zone with multiple, possibly conflicting software packages. Once built in your new local zone, you can copy the binary to the global zone.

That said, all builds need a C compiler and Solaris does not automatically ship with one. Most of Solaris is built with the SunPro C compiler. Last I checked, this was available for free. In the interest of compatibility, you may want to install SunPro on your machine.

On the other hand, Solaris makes available most of the GNU tools. You can install them by typing the following as root:

pkg install developer-gnu

Once you have a good C compiler, the install should proceed smoothly. Let us know how it works out for you.
s0rce
Posts: 4
Joined: Mon Dec 19, 2011 12:46 am

Re: transmission on Solaris 11 (not express)

Post by s0rce »

Post Reply