On Fri, 2003-03-28 at 05:10, pp wrote: > Chris Davies <[EMAIL PROTECTED]> wrote: > > > > what error? > > > As there will be some changes made next few weeks , I would like to know > > > > dpkg --force-all --purge libapache-mod-midgard > > dpkg: libapache-mod-midgard: dependency problems, but removing anyway as > > you request: > > php4-midgard depends on libapache-mod-midgard. > > (Reading database ... 19409 files and directories currently installed.) > > Removing libapache-mod-midgard ... > > sed: -e expression #1, char 37: Invalid reference \1 on `s' command's > > RHS > > dpkg: error processing libapache-mod-midgard (--purge): > > subprocess post-removal script returned error exit status 1 > > Errors were encountered while processing: > > libapache-mod-midgard > > > > specifically the sed command: > > > > cat /etc/$server/httpd.conf |\ > > > sed 's/^(LoadModule.*mod_midgard\.so)/#\1/' > > cat: /etc//httpd.conf: No such file or directory > > sed: -e expression #1, char 37: Invalid reference \1 on `s' command's > > RHS > > Hmmmm..... > I hardly see if that is package error....
The script that runs when one removes or purges libapache-mod-midgard doesn't work. That script is supplied in the package (libapache-mod-midgard.postrm) Its not supplied by debian. The bug is in the fact that the sed statement in the script supplied in the .deb doesn't work (at least not with the version of sed I have running) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
