Search found 4 matches

by firesafe
Sat Oct 22, 2011 8:57 am
Forum: Support
Topic: Install on Solaris Express 11 help
Replies: 8
Views: 9167

Re: Install on Solaris Express 11 help

Really really appreciate your help so far mate.

I had another look over $PKG_CONFIG_PATH and it was empty. So i added in: /usr/local/lib/pkgconfig

# echo $PKG_CONFIG_PATH
/usr/local/lib/pkgconfig

Also had a look over the CFLAGS and such, not sure what i was thinking with those paths as you ...
by firesafe
Fri Oct 21, 2011 6:51 pm
Forum: Support
Topic: Install on Solaris Express 11 help
Replies: 8
Views: 9167

Re: Install on Solaris Express 11 help

Ok, going with your help i managed to locate all the files and made sure they are up-to-date for Transmission.

Ended up with:
./configure PKG_CONFIG="/usr/local/bin/pkg-config" LIBCURL_LIBS="/usr/local/lib" LIBCURL_CFLAGS="/usr/local/include" LIBEVENT_LIBS="/usr/local/include" LIBEVENT_CFLAGS ...
by firesafe
Wed Oct 19, 2011 7:32 am
Forum: Support
Topic: Install on Solaris Express 11 help
Replies: 8
Views: 9167

Re: Install on Solaris Express 11 help

Appreciate the reply!!

I checked through and i have libevent installed. I uninstalled it and grabbed libevent2 as you said and did the usual ./configure make make install on it.

Now i'm getting these errors:

#make
Making all in extras
Making all in third-party
Making all in dht
Making all in ...
by firesafe
Tue Oct 18, 2011 3:16 pm
Forum: Support
Topic: Install on Solaris Express 11 help
Replies: 8
Views: 9167

Install on Solaris Express 11 help

Run into some snags trying to install the latest transmission daemon on Solaris Express 11.

So far ./configure --disable-gtk --disable-nls --disable-cli --enable-daemon, works:

Configuration:

Source code location: .
Compiler: g++

Build libtransmission: yes
* optimized for low-resource ...