Re: quick perl check

2001-09-16 Thread Steve Kowalik
On Sat, Sep 15, 2001 at 10:32:55PM -0600, Adam McDaniel uttered: > Apparently, if you're running testing or later, you have to build those > files yourself. Simply done by > > # cd /usr/include; h2ph -r -l . > > that converts all the c header files into perl header files. Effectivly > it fixes (o

Re: quick perl check

2001-09-16 Thread Vineet Kumar
* Adam McDaniel ([EMAIL PROTECTED]) [010915 21:34]: > Thanks for all your help.. I found out what my problem was. > > In the testing version of perl, it doesn't include that file ioctl.ph. I was > trying to get the package libdevice-serial-perl installed and when setting > the handshaking to cts/r

Re: quick perl check

2001-09-15 Thread Adam McDaniel
Thanks for all your help.. I found out what my problem was. In the testing version of perl, it doesn't include that file ioctl.ph. I was trying to get the package libdevice-serial-perl installed and when setting the handshaking to cts/rts only, it was complaining becuase it didn't know 'how' to do

Re: quick perl check

2001-09-15 Thread Rino Mardo
On Sat, Sep 15, 2001 at 09:37:50AM -0600 or thereabouts, Adam McDaniel wrote: > Hey...i think i've found a slight issue/bug with the testing version of perl, > but I need someone running stable to run this command: > > # dpkg -S ioctl.ph > > Actually, now that I think about it, anyone running eit

Re: quick perl check

2001-09-15 Thread Jakob B. Jensen
On Sat, Sep 15, 2001 at 09:37:50AM -0600, Adam McDaniel wrote: > Hey...i think i've found a slight issue/bug with the testing version of perl, > but I need someone running stable to run this command: > > # dpkg -S ioctl.ph > > Actually, now that I think about it, anyone running either stable OR t

Re: quick perl check

2001-09-15 Thread Andrew Perrin
nujoma:~> dpkg -S ioctl.ph perl-5.005: /usr/lib/perl5/5.005/i386-linux/asm-alpha/ioctl.ph perl-5.005: /usr/lib/perl5/5.005/i386-linux/asm-mips/ioctl.ph nujoma:~> cat /etc/debian_version 2.2 nujoma:~> uname -a Linux nujoma 2.2.19pre17 #1 Sat Jun 30 15:49:52 EST 2001 i586 unknown ---

Re: quick perl check

2001-09-15 Thread Vineet Kumar
* Adam McDaniel ([EMAIL PROTECTED]) [010915 08:39]: > Hey...i think i've found a slight issue/bug with the testing version of perl, > but I need someone running stable to run this command: > > # dpkg -S ioctl.ph > > Actually, now that I think about it, anyone running either stable OR testing > if

quick perl check

2001-09-15 Thread Adam McDaniel
Hey...i think i've found a slight issue/bug with the testing version of perl, but I need someone running stable to run this command: # dpkg -S ioctl.ph Actually, now that I think about it, anyone running either stable OR testing if you could run that command and dump the output that would help me