NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
aresgodofwar30
Mar 02, 2010Aspirant
Need help compiling Automatic for Duo
I found Automatic and want to use it with Transmission. I've gotten a lot of packages installed on my Duo to compile, but I'm stuck. Here is the error I'm getting:
Automatic is here
http://kylek.is-a-geek.org:31337/Automatic/
and here for support
http://forum.transmissionbt.com/viewtop ... f=1&t=5199
I figured this would be the best place to ask, since I'm wanting to compile on the Duo.
I search the web for a bin file of it or for instructions that someone already shared, but I had no such luck.
checking for LIBXML... configure: error: Package requirements (libxml-2.0 >= 2.6.31) were not met:
Requested 'libxml-2.0 >= 2.6.31' but version of libXML is 2.6.16
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables LIBXML_CFLAGS
and LIBXML_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Automatic is here
http://kylek.is-a-geek.org:31337/Automatic/
and here for support
http://forum.transmissionbt.com/viewtop ... f=1&t=5199
I figured this would be the best place to ask, since I'm wanting to compile on the Duo.
I search the web for a bin file of it or for instructions that someone already shared, but I had no such luck.
55 Replies
Replies have been turned off for this discussion
- WhoCares_Mentor
Trial_Master wrote: Stefan you are a legend! I'm keen to install this but just want to confirm (as per post 2 in this thread) that I won't kill Frontview.
In my world, a killed/crashed Frontview does not look like this:
You didn't really think that I'd knowingly release an add-on that would kill Frontview, did you? ;)
The only thing (with the Sparc version only) is that when you run automatic from the command line it will complain about a missing version information on the libcurl.so. That's a known bug of the specific version of libcurl installed on the ReadyNAS Sparc line and to my knowledge doesn't affect functionality.
-Stefan - Trial_MasterAspirantNo not at all but I had to ask to be 100% sure.
- WhoCares_Mentor
Trial_Master wrote: No not at all but I had to ask to be 100% sure.
Wouldn't have done it any different. So go ahead now and kill your Frontview and then blame me for being responsible ;)
-Stefan - Trial_MasterAspirantI've got it installed already and Frontview is working just fine. Will test out some downloads.
- Trial_MasterAspirantHaving issue getting Automatic service to start "automatic service failed to start".
I've set 1.3 options as follows..
transmission-version = "1.3" (I'm running 1.92)
rpc-host = "localhost" (I've also tried using host name "nas")
rpc-port = 8181 (I use Transmission Remote on this port)
rpc-auth = "admin:xxxxxxx" (Same password that Transmission Remote uses for RPC connection)
Haven't changed any other settings yet. I've rebooted NAS a few times and still can't start service. I'm sure the problem is me but could you steer me in the right direction? - WhoCares_Mentor
Trial_Master wrote: Having issue getting Automatic service to start "automatic service failed to start".
What's the output ofautomatic -f -v 3
-Stefan - Trial_MasterAspirantSorry for delay I've been away.
I typed that command into putty prompt and get the following output
nas:~# automatic -f -v 3
automatic: error while loading shared libraries: libcurl.so.3: cannot open shared object file: No such file or directory
nas:~# - WhoCares_MentorLet me guess: You're running RAIDiator 4.1.7 beta, right?
If so, SSH to your NAS and do the following:cd /usr/lib
ln -s libcurl.so.4 libcurl.so.3
And see whether that helps.
-Stefan - Trial_MasterAspirantOkay tried that and still won't start? Here's the output...
I'm running RAIDiator 4.1.6 I hope running that command doesn't break anything :)
nas:~# cd /usr/lib
nas:/usr/lib# ln -s libcurl.so.4 libcurl.so.3
nas:/usr/lib# automatic -f -v 3
automatic: error while loading shared libraries: libcurl.so.3: cannot open shared object file: No such file or directory
nas:/usr/lib# - WhoCares_MentorStrange. Could you do
ldconfig
ldd /usr/local/bin/automatic
and post the output here?
-Stefan
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!