Search found 3 matches
- Fri Jan 30, 2009 11:26 pm
- Forum: Development
- Topic: [SOLVED] - Compile only the daemon
- Replies: 12
- Views: 13898
Re: [SOLVED] - Compile only the daemon
After running strace I realized that the libtorrent library was trying to make a system call (epoll) that my kernel was not configured with. After changing the bjam config script to disable epoll I am able to run deluge (web ui) and deluged (the daemon). These are successfully running on a little en...
- Fri Jan 30, 2009 5:38 pm
- Forum: Development
- Topic: [SOLVED] - Compile only the daemon
- Replies: 12
- Views: 13898
Re: [SOLVED] - Compile only the daemon
Well it is going somewhat well. I finally realized that there are many parts here. I had cross-compiled rasterbar-libtorrent as a shared object. It uses boost. I was able to use the test client to make sure this worked. I ported Python to my mipsel-linux platform. I had to fight with some packages b...
- Wed Jan 28, 2009 7:48 pm
- Forum: Development
- Topic: [SOLVED] - Compile only the daemon
- Replies: 12
- Views: 13898
Re: [SOLVED] - Compile only the daemon
I would like to cross-compile Deluge for a MIPS based platform. I have already cross compiled rasterbar-libtorrent. It runs on my target hardware fine. I started down the path of cross-compiling Python for Deluge but realized I didn't need to. I saw in this thread that you installed libtorrent for t...