sed error in perl Makefile.pl

2003-01-02 Thread J Q Private
Hi mod_perlers from josh narins! I'm following the simple instructions for the 1.x series with APACI I'm on a debian sarge system running linux kernel 2.4.20 on a powerpc I've seen this same error with bleadperl (built today) and the installed perl5.6.1 (the debian package) Sadly, I also

Ports to unusual arches

2003-01-02 Thread J Q Private
Let's see. A Debian package can't go from unstable to testing until it passes certain tests on all of the following arches... i386 m68k sparc alpha powerpc arm mips and mipsel hppa ia64 s390 (see http://www.debian.org/ports) I was thinking it might help me to get a box with one of these arches,

Re: sed error in perl Makefile.pl

2003-01-02 Thread J Q Private
It ended up being the bad character tacked returned by my . It sometimes looks like 'nyc.rr.com\000' or the like. Bad DHCP setup on my part. Here's the a couple lines out of the offending sed. -e s%@conf_serveradmin@[EMAIL PROTECTED]%d00%g -e s%@conf_servername@%float1.nyc.rr.com%d00%g Thanks