DSM-G600, DNS-3xx and NSA-220 Hack Forum

Unfortunately no one can be told what fun_plug is - you have to see it for yourself.

You are not logged in.

Announcement

#1 2008-07-20 16:28:57

kikkeraap
Member
Registered: 2008-03-19
Posts: 17

Trying to compile nzbget

Today I started to try to compile nzbget, but I ran into an error.
I started compling by

Code:

./configure --prefix=/ffp --host=arm-unknown-linux-uclibc

but then it gave an error

Code:

error: libxml/tree.h: No such file or directory

I did install de ffp package libxml2

Offline

 

#2 2008-07-20 17:20:59

fonz
Member / Developer
From: Berlin
Registered: 2007-02-06
Posts: 1716
Website

Re: Trying to compile nzbget

kikkeraap wrote:

Code:

error: libxml/tree.h: No such file or directory

I 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:

Code:

cd /ffp/include
ln -s libxml2/libxml

Offline

 

#3 2008-07-21 19:17:06

kikkeraap
Member
Registered: 2008-03-19
Posts: 17

Re: Trying to compile nzbget

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

Code:

./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

 

#4 2008-07-22 13:33:42

fonz
Member / Developer
From: Berlin
Registered: 2007-02-06
Posts: 1716
Website

Re: Trying to compile nzbget

Code:

./configure --prefix=/ffp LIBPREF=/ffp

Offline

 

#5 2008-07-22 14:55:48

EnricoM
Member
From: Netherlands
Registered: 2008-06-03
Posts: 77

Re: Trying to compile nzbget

Although this is not a direct answer to your question, you might consider to use optware, nzbget runs without problems here.


Hardware: Conceptronic CH3SNAS, FW1.03 - 2x Samsung Spinpoint F1 750 MB, no RAID  - Imation Whizz 4GB USB Flash Drive
Software:  Fun_plug 0.5 beta, SSH, Samba recycle bin, Firefly, hellanzb, nzbget, cleanboot, chrooted etch, optware, midnight commander, rsnapshot

Offline

 

#6 2008-07-22 16:05:10

kikkeraap
Member
Registered: 2008-03-19
Posts: 17

Re: Trying to compile nzbget

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

 

#7 2008-07-26 17:53:54

Priet
Member
Registered: 2008-07-21
Posts: 12

Re: Trying to compile nzbget

Any luck compiling nzbget?

Offline

 

#8 2008-07-27 13:25:20

kikkeraap
Member
Registered: 2008-03-19
Posts: 17

Re: Trying to compile nzbget

fonz wrote:

Code:

./configure --prefix=/ffp LIBPREF=/ffp

I tried this option, but again.... without succes.... I ran out of ideas:(

Offline

 

#9 2008-07-27 14:12:15

fonz
Member / Developer
From: Berlin
Registered: 2007-02-06
Posts: 1716
Website

Offline

 

#10 2008-07-27 20:57:31

kikkeraap
Member
Registered: 2008-03-19
Posts: 17

Re: Trying to compile nzbget

fonz wrote:

http://www.inreto.de/dns323/fun-plug/0.5/packages/nzbget-0.4.1-1.tgz

big_smile!! Might I ask what did the trick! many thnx!

Offline

 

#11 2008-07-29 08:20:40

DeLaCroix
Member
Registered: 2007-08-18
Posts: 91
Website

Re: Trying to compile nzbget

@fonz: Can you add this Package to the SVN too? Thanks in Advance!

Offline

 

#12 2008-07-29 09:41:42

fonz
Member / Developer
From: Berlin
Registered: 2007-02-06
Posts: 1716
Website

Re: Trying to compile nzbget

DeLaCroix wrote:

@fonz: Can you add this Package to the SVN too? Thanks in Advance!

done,

Offline

 

#13 2008-07-29 10:44:14

knireis
Member
Registered: 2007-12-10
Posts: 231

Re: Trying to compile nzbget

I can't find a start script? How do i start it?

Offline

 

#14 2008-07-29 10:50:07

fonz
Member / Developer
From: Berlin
Registered: 2007-02-06
Posts: 1716
Website

Re: Trying to compile nzbget

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...

Offline

 

#15 2008-07-29 12:07:59

kikkeraap
Member
Registered: 2008-03-19
Posts: 17

Re: Trying to compile nzbget

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

 

#16 2008-07-29 14:15:24

knireis
Member
Registered: 2007-12-10
Posts: 231

Re: Trying to compile nzbget

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

 

#17 2008-07-29 15:21:55

EnricoM
Member
From: Netherlands
Registered: 2008-06-03
Posts: 77

Re: Trying to compile nzbget

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?


Hardware: Conceptronic CH3SNAS, FW1.03 - 2x Samsung Spinpoint F1 750 MB, no RAID  - Imation Whizz 4GB USB Flash Drive
Software:  Fun_plug 0.5 beta, SSH, Samba recycle bin, Firefly, hellanzb, nzbget, cleanboot, chrooted etch, optware, midnight commander, rsnapshot

Offline

 

#18 2008-07-29 16:09:58

fonz
Member / Developer
From: Berlin
Registered: 2007-02-06
Posts: 1716
Website

Re: Trying to compile nzbget

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

 

#19 2008-09-11 03:30:35

Nasp
Member
Registered: 2008-02-18
Posts: 63
Website

Re: Trying to compile nzbget

nzbget version 0.5 is release with ssl suport

Offline

 

#20 2008-09-11 04:04:59

bzhou
Member
Registered: 2008-02-15
Posts: 171

Re: Trying to compile nzbget

nzbget 0.5.0 is already in optware feeds. The optware packaging is maintained by hugbug (the main nzbget developer), Cheers!

Offline

 

#21 2008-10-10 15:31:50

zeroday
Member
Registered: 2007-07-01
Posts: 136
Website

Re: Trying to compile nzbget

fonz,

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

 

#22 2008-10-10 16:57:14

fonz
Member / Developer
From: Berlin
Registered: 2007-02-06
Posts: 1716
Website

Re: Trying to compile nzbget

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

Try http://www.inreto.de/dns323/fun-plug/0. … tml#nzbget

Offline

 

#23 2008-10-10 23:41:09

zeroday
Member
Registered: 2007-07-01
Posts: 136
Website

Re: Trying to compile nzbget

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

Try http://www.inreto.de/dns323/fun-plug/0. … tml#nzbget

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

 

#24 2008-10-11 11:29:51

Nasp
Member
Registered: 2008-02-18
Posts: 63
Website

Re: Trying to compile nzbget

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

Try http://www.inreto.de/dns323/fun-plug/0. … tml#nzbget

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

 

#25 2008-10-12 10:23:18

RunaR
Member
Registered: 2008-08-14
Posts: 49

Re: Trying to compile nzbget

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

 

Board footer

Powered by PunBB
© Copyright 2002–2010 PunBB