Hi there!
I've a very strange situation...
I'm currently running 2 torrents in trnsmission on my qnap (they're magned link, NOT .TORRENT files), and i need to move the 2 downloading torrents from the nas to my pc running windows.
The problem is that i don't have any idea how to move them (since i ...
Search found 19 matches
- Sun Jul 12, 2015 7:19 pm
- Forum: Support
- Topic: Moving transmission from NAS to Windows
- Replies: 0
- Views: 1525
- Sun Jun 17, 2012 8:23 am
- Forum: Support
- Topic: Stuck on compiling (cross-compiling using scratchbox).
- Replies: 33
- Views: 24649
Re: Stuck on compiling (cross-compiling using scratchbox).
I'm not using any sort of ipkg...
I'm currently re-downloading everything from scratch....
I had to abandon the "problem" for some days due to some problem at work....
I'll let you know how things are going
I'm currently re-downloading everything from scratch....
I had to abandon the "problem" for some days due to some problem at work....


I'll let you know how things are going

- Wed Jun 13, 2012 5:07 pm
- Forum: Support
- Topic: Stuck on compiling (cross-compiling using scratchbox).
- Replies: 33
- Views: 24649
Re: Stuck on compiling (cross-compiling using scratchbox).
Just tried on the NAS...
/transmission-daemon -f --blocklist --config-dir /share/MD0_DATA/.qpkg/Transmission/conf --logfile /share/Download/transmission/logs/debug.log
./transmission-daemon: error while loading shared libraries: libevent-2.0.so.5: cannot open shared object file: No such file or ...
/transmission-daemon -f --blocklist --config-dir /share/MD0_DATA/.qpkg/Transmission/conf --logfile /share/Download/transmission/logs/debug.log
./transmission-daemon: error while loading shared libraries: libevent-2.0.so.5: cannot open shared object file: No such file or ...
- Wed Jun 13, 2012 10:48 am
- Forum: Support
- Topic: Stuck on compiling (cross-compiling using scratchbox).
- Replies: 33
- Views: 24649
Re: Stuck on compiling (cross-compiling using scratchbox).
just to be sure...i'll try when i'll be at home later....:
It will become this?:
./configure --host=arm-linux-gnueabi --enable-daemon --disable-cli --disable-nls --without-gtk --enable-lightweight --enable-static --disable-shared --prefix=/home/michele/build/transmission-2.52/binaries/ --with ...
It will become this?:
./configure --host=arm-linux-gnueabi --enable-daemon --disable-cli --disable-nls --without-gtk --enable-lightweight --enable-static --disable-shared --prefix=/home/michele/build/transmission-2.52/binaries/ --with ...
- Wed Jun 13, 2012 5:59 am
- Forum: Support
- Topic: Stuck on compiling (cross-compiling using scratchbox).
- Replies: 33
- Views: 24649
Re: Stuck on compiling (cross-compiling using scratchbox).
./configure --host=arm-linux-gnueabi --enable-daemon --disable-cli --disable-nls --without-gtk --enable-lightweight --enable-static --disable-shared --prefix=/home/michele/build/transmission-2.52/binaries/ --with-zlib=/home/michele/build/transmission-2.52/zlib127 LDFLAGS="-static" LIBCURL_CFLAGS ...
- Tue Jun 12, 2012 6:49 pm
- Forum: Support
- Topic: Stuck on compiling (cross-compiling using scratchbox).
- Replies: 33
- Views: 24649
Re: Stuck on compiling (cross-compiling using scratchbox).
again...sorry for my english....sometimes i don't understand english very well
....are you "updating" something in the code or just thinking about the ./configure ?





- Tue Jun 12, 2012 6:02 pm
- Forum: Support
- Topic: Stuck on compiling (cross-compiling using scratchbox).
- Replies: 33
- Views: 24649
Re: Stuck on compiling (cross-compiling using scratchbox).
michele@Workstation:~/build/transmission-2.52$ ./configure --host=arm-linux-gnueabi --disable-nls --without-gtk --enable-lightweight --enable-static --disable-shared --prefix=/home/michele/build/transmission-2.52/binaries/ --with-zlib=/home/michele/build/transmission-2.52/zlib127 LDFLAGS="-all ...
- Tue Jun 12, 2012 6:25 am
- Forum: Support
- Topic: Stuck on compiling (cross-compiling using scratchbox).
- Replies: 33
- Views: 24649
Re: Stuck on compiling (cross-compiling using scratchbox).
Quite strange...with your ./config i get this error:
arm-linux-gnueabi-gcc -DPACKAGE_NAME=\"transmission\" -DPACKAGE_TARNAME=\"transmission\" -DPACKAGE_VERSION=\"2.52\" -DPACKAGE_STRING=\"transmission\ 2.52\" -DPACKAGE_BUGREPORT=\"http://trac.transmissionbt.com/newticket\" -DPACKAGE_URL ...
arm-linux-gnueabi-gcc -DPACKAGE_NAME=\"transmission\" -DPACKAGE_TARNAME=\"transmission\" -DPACKAGE_VERSION=\"2.52\" -DPACKAGE_STRING=\"transmission\ 2.52\" -DPACKAGE_BUGREPORT=\"http://trac.transmissionbt.com/newticket\" -DPACKAGE_URL ...
- Mon Jun 11, 2012 5:53 pm
- Forum: Support
- Topic: Stuck on compiling (cross-compiling using scratchbox).
- Replies: 33
- Views: 24649
Re: Stuck on compiling (cross-compiling using scratchbox).
I've tryed the static link but i get :
/usr/bin/transmission-daemon: error while loading shared libraries: libevent-2.0.so.5: cannot open shared object file: No such file or directory
but inside the nas i've:
find / -name libevent*
/mnt/ext/usr/lib/libevent-1.4.so.2
/mnt/ext/usr/lib/libevent.so ...
/usr/bin/transmission-daemon: error while loading shared libraries: libevent-2.0.so.5: cannot open shared object file: No such file or directory
but inside the nas i've:
find / -name libevent*
/mnt/ext/usr/lib/libevent-1.4.so.2
/mnt/ext/usr/lib/libevent.so ...
- Mon Jun 11, 2012 6:21 am
- Forum: Support
- Topic: Stuck on compiling (cross-compiling using scratchbox).
- Replies: 33
- Views: 24649
Re: Stuck on compiling (cross-compiling using scratchbox).
GOT IT!:
This is correct:
./configure OPENSSL_LIBS="-L/home/michele/build/transmission-2.52/openssl101/usr/local/ssl/lib -lcrypto -lssl" OPENSSL_CFLAGS="-I/home/michele/build/transmission-2.52/openssl101/usr/local/ssl/include/" LIBCURL_LIBS="-L/home/michele/build/transmission-2.52/curl7260/lib ...
This is correct:
./configure OPENSSL_LIBS="-L/home/michele/build/transmission-2.52/openssl101/usr/local/ssl/lib -lcrypto -lssl" OPENSSL_CFLAGS="-I/home/michele/build/transmission-2.52/openssl101/usr/local/ssl/include/" LIBCURL_LIBS="-L/home/michele/build/transmission-2.52/curl7260/lib ...
- Sun Jun 10, 2012 8:25 pm
- Forum: Support
- Topic: Stuck on compiling (cross-compiling using scratchbox).
- Replies: 33
- Views: 24649
Re: Stuck on compiling (cross-compiling using scratchbox).
ok....
1) make distclean
then:
./configure OPENSSL_LIBS="-L/home/michele/build/transmission-2.52/openssl101/usr/local/ssl/lib" OPENSSL_CFLAGS="-I/home/michele/build/transmission-2.52/openssl101/usr/local/ssl/include/" LIBCURL_LIBS="-L/home/michele/build/transmission-2.52/curl7260/lib -lcurl ...
1) make distclean
then:
./configure OPENSSL_LIBS="-L/home/michele/build/transmission-2.52/openssl101/usr/local/ssl/lib" OPENSSL_CFLAGS="-I/home/michele/build/transmission-2.52/openssl101/usr/local/ssl/include/" LIBCURL_LIBS="-L/home/michele/build/transmission-2.52/curl7260/lib -lcurl ...
- Sun Jun 10, 2012 8:03 pm
- Forum: Support
- Topic: Stuck on compiling (cross-compiling using scratchbox).
- Replies: 33
- Views: 24649
Re: Stuck on compiling (cross-compiling using scratchbox).
I've just tryed ./configure without using sb2 and adding --host=arm-linux-gnueabi :
./configure OPENSSL_LIBS="-L/home/michele/build/transmission-2.52/openssl101/usr/local/ssl/lib" OPENSSL_CFLAGS="-I/home/michele/build/transmission-2.52/openssl101/usr/local/ssl/include/" LIBCURL_LIBS="-L/home ...
./configure OPENSSL_LIBS="-L/home/michele/build/transmission-2.52/openssl101/usr/local/ssl/lib" OPENSSL_CFLAGS="-I/home/michele/build/transmission-2.52/openssl101/usr/local/ssl/include/" LIBCURL_LIBS="-L/home ...
- Sun Jun 10, 2012 7:51 pm
- Forum: Support
- Topic: Stuck on compiling (cross-compiling using scratchbox).
- Replies: 33
- Views: 24649
Re: Stuck on compiling (cross-compiling using scratchbox).
1) it's quite strange...it's the 20th time i've used sb2...never had problems...anyway transmission is the biggest project i'm trying to compile...what do you mean with "how did it work the previous time" (my english isn't good.... :lol: :lol: ) ...this is the first time i'm trying to cross compile ...
- Sun Jun 10, 2012 7:26 pm
- Forum: Support
- Topic: Stuck on compiling (cross-compiling using scratchbox).
- Replies: 33
- Views: 24649
Re: Stuck on compiling (cross-compiling using scratchbox).
sb2 -t armel ./configure OPENSSL_LIBS="-L/home/michele/build/transmission-2.52/openssl101/usr/local/ssl/lib" OPENSSL_CFLAGS="-I/home/michele/build/transmission-2.52/openssl101/usr/local/ssl/include/" LIBCURL_LIBS="-L/home/michele/build/transmission-2.52/curl7260/lib/" LIBCURL_CFLAGS="-I/home/michele ...
- Sun Jun 10, 2012 6:58 pm
- Forum: Support
- Topic: Stuck on compiling (cross-compiling using scratchbox).
- Replies: 33
- Views: 24649
Re: Stuck on compiling (cross-compiling using scratchbox).
sb2 -t armel make V=1
Making all in extras
make[1]: ingresso nella directory "/home/michele/build/transmission-2.52/extras"
make[1]: Nessuna operazione da eseguire per "all".
make[1]: uscita dalla directory "/home/michele/build/transmission-2.52/extras"
Making all in third-party
make[1]: ingresso ...
Making all in extras
make[1]: ingresso nella directory "/home/michele/build/transmission-2.52/extras"
make[1]: Nessuna operazione da eseguire per "all".
make[1]: uscita dalla directory "/home/michele/build/transmission-2.52/extras"
Making all in third-party
make[1]: ingresso ...