[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: error package installing pdns on debian sarge: error: ``sed''
From: |
Bob Proulx |
Subject: |
Re: error package installing pdns on debian sarge: error: ``sed'' |
Date: |
Thu, 15 Sep 2005 01:57:04 -0600 |
User-agent: |
Mutt/1.5.9i |
Stefan Mennes wrote:
> Could you give me a solution for problem below?
> sed: invalid option -- i
Because GNU sed 4 supports the -i option but your command complains
then I suspect you are using GNU sed 3. Because you mention Debian
commands you are probably running Debian Woody 3.0 but trying to
install a package which requires the Debian Sarge 3.1 sed 4. Since
pdns was not available in woody this would not be a bug in that
package. If this is the case then basically you would either need a
backport of pdns or you would need to upgrade your sed and possibly
other programs too.
Further questions would best be asked on the debian-user mailing list.
http://lists.debian.org/debian-user/
Bob