View Single Post
Posts: 62 | Thanked: 6 times | Joined on Apr 2010
#21
Originally Posted by michaaa62 View Post
Is wget installed at all?[code]apt-cache policy wget
I get this

/home/user # apt-cache policy wget
wget:
* Installed: 1.10.2-2osso3
* Candidate: 1.10.2-2osso3
* Version table:
*** 1.10.2-2osso3 0
* * * * * * * 500 http://repository.maemo.org fremantle-1.3/free Packages
* * * * * * * 500 http://repository.maemo.org fremantle/free Packages
* * * * * * * 500 http://repository.maemo.org fremantle/free Packages
* * * * * * * 500 http://repository.maemo.org fremantle/free Packages
* * * * * * * 100 /var/lib/dpkg/status
/home/user #
It looks like it is installed.

Then over to the next command:

/home/user # apt-get install --reinstall ndg
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 1 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Do you want to continue [Y/n]? Y
Setting up ndg (2.0.1-5) ...

Downloading jboss-4.2.2.GA.zip... This can take a long time depending on your internet connection. cp: cannot stat 'jboss-4.2.2.GA.zip': No such file or directory

Ack! look at the
/tmp/12580.log
dpkg: error processing ndg (--configure):
subprocess post-installation script returned error exit status 1
wget: unrecognized option `--trust-server-names'
Gebruik: wget [OPTIE]... [URL]...

Probeer 'wget --help' voor meer opties.
Errors were encountered while processing:
ndg
W: Duplicate sources.list entry http://repository.maemo.org fremantle-1.3/free Packages (/var/lib/apt/lists/repository.maemo.org_extras_dists_fremantle-1.3_free_binary-armel_Packages)
W: Duplicate sources.list entry http://repository.maemo.org fremantle-1.3/non-free Packages (/var/lib/apt/lists/repository.maemo.org_extras_dists_fremantle-1.3_non-free_binary-armel_Packages)
W: You may want to run apt-get update to correct these problems
E: Sub-process /usr/bin/dpkg returned an error code (1)
/home/user #
Hmmm .. still this wget error

wget: unrecognized option `--trust-server-names'

So what now?


(thanks! for your help sofar)