Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Today I started to try to compile nzbget, but I ran into an error.
I started compling by
./configure --prefix=/ffp --host=arm-unknown-linux-uclibc
but then it gave an error
error: libxml/tree.h: No such file or directory
I did install de ffp package libxml2
Offline
kikkeraap wrote:
Code:
error: libxml/tree.h: No such file or directoryI did install de ffp package libxml2
It's in libxml2/libxml/tree.h
Google says, other have such problems, too: http://www.alt-php-faq.org/local/94/
They suggest to create a link:
cd /ffp/include ln -s libxml2/libxml
Offline
It's in libxml2/libxml/tree.h
Google says, other have such problems, too: http://www.alt-php-faq.org/local/94/
They suggest to create a link:Code:
cd /ffp/include ln -s libxml2/libxml
Well... I tried to create the symbolic link, that did not work. I also tried
./configure --prefix=/ffp --host=arm-unknown-linux-uclibc --with-libxml2-includes=/mnt/HD_a2/ffp/include/libxml2 --with-libxml2-libraries=/mnt/HD_a2/ffp/lib
Any other ideas?
Offline
Although this is not a direct answer to your question, you might consider to use optware, nzbget runs without problems here.
Offline
EnricoM wrote:
Although this is not a direct answer to your question, you might consider to use optware, nzbget runs without problems here.
I'm aware that this is an option, but if compiling is succesfull, i will share the package to the community and it is easier to install (you won't have to deal with steps for optware).
Offline
Any luck compiling nzbget?
Offline
fonz wrote:
Code:
./configure --prefix=/ffp LIBPREF=/ffp
I tried this option, but again.... without succes.... I ran out of ideas:(
Offline
Offline
fonz wrote:
http://www.inreto.de/dns323/fun-plug/0.5/packages/nzbget-0.4.1-1.tgz
!! Might I ask what did the trick! many thnx!
Offline
I can't find a start script? How do i start it?
Offline
fonz wrote:
knireis wrote:
I can't find a start script? How do i start it?
Don't know. I don't even really know what it does...
NZBget is a program you can use to download from usenet. It is a command line tool, just run nzbget and you'll get an overview on how to use. If you have lighttpd installed, you can also use a webbased front-end, please refer to the website of nzbget
Offline
the config file is missing in the packages supplied by fonz. When you download the windows .zip file from sourceforge, there is a nzbget.conf.example included and you can put this in /ffp/etc/
Offline
At the moment I run nzbget from the optware package and it consumes about 8% of ram memory. Will this native package for the dns-323 use less ram memory because some lib's don't have to be loaded twice? Does anybody have an idea about the expected benefit in terms of ram usage compared with the optware package?
Offline
knireis wrote:
the config file is missing in the packages supplied by fonz.
Rebuilt the package with example config in /ffp/etc/examples.
http://www.inreto.de/dns323/fun-plug/0. … tml#nzbget
Offline
nzbget 0.5.0 is already in optware feeds. The optware packaging is maintained by hugbug (the main nzbget developer), Cheers!
Offline
zeroday wrote:
is it possible for you to compile nzbget including parsupport and the example config file? this saves the need to use other work-arounds
Offline
fonz wrote:
zeroday wrote:
is it possible for you to compile nzbget including parsupport and the example config file? this saves the need to use other work-arounds
perfect!
Par checking is working fine!
At least .. I see it in the logfiles and frontend ..
easy job.. Thanks for making my weekend start with simple things ;-)
only issue I see the file is shutting itself down
Sat Oct 11 00:03:57 2008 WARNING File diverse models2.part43.rar has 1 bad block(s) of total 36 block(s)
Sat Oct 11 00:03:57 2008 INFO Verifying file diverse models2.part44.rar
Sat Oct 11 00:04:07 2008 INFO Verifying file diverse models2.part45.rar
Sat Oct 11 00:04:17 2008 INFO Verifying file diverse models2.part46.rar
Sat Oct 11 00:04:28 2008 INFO Verifying file diverse models2.part47.rar
Sat Oct 11 00:04:38 2008 INFO Verifying file diverse models2.part48.rar
Sat Oct 11 00:04:48 2008 INFO Verifying file diverse models2.part49.rar
Sat Oct 11 00:04:58 2008 INFO Verifying file diverse models2.part50.rar
Sat Oct 11 00:05:08 2008 INFO Verifying file diverse models2.part51.rar
Sat Oct 11 00:05:18 2008 INFO Verifying file diverse models2.part52.rar
Sat Oct 11 00:05:28 2008 INFO Verifying file diverse models2.part53.rar
Sat Oct 11 00:05:38 2008 INFO Verifying file diverse models2.part54.rar
Sat Oct 11 00:05:39 2008 INFO Repairing diverse_models2/diverse models2
after the message of repairing .. mmm
Last edited by zeroday (2008-10-11 01:10:11)
Offline
fonz wrote:
zeroday wrote:
is it possible for you to compile nzbget including parsupport and the example config file? this saves the need to use other work-arounds
Tks fonz
I think it will be good, if sameday, exits a good guy and make an HOWTO for compiling programs native in DNS323 / CH3SNAS.
Offline
Par checking starts fine, but after a few minutes the nzbget is shut down. I have to restart the daemon and par checking starts again from the beginning.
Offline