Re: sid upgrade perl problem

2009-05-10 Thread Boyd Stephen Smith Jr.
In <20090510213341.8d96179c.cele...@gmail.com>, Celejar wrote: >Jude DaShiell wrote: >> When I finished the upgrade, the locale environment variables were not set >> and later could not be set. When I open man pages I get warnings about >> lc_all and language variables. > >The solution in my case

Re: sid upgrade perl problem

2009-05-10 Thread Celejar
On Sun, 10 May 2009 08:21:18 -0400 (EDT) Jude DaShiell wrote: > When I finished the upgrade, the locale environment variables were not set > and later could not be set. When I open man pages I get warnings about > lc_all and language variables. That stuff was selected back when I > installed

Re: sid upgrade perl problem

2009-05-10 Thread Osamu Aoki
Hi, We expect UTF-8 for post lenny default. On Sun, May 10, 2009 at 08:21:18AM -0400, Jude DaShiell wrote: > When I finished the upgrade, the locale environment variables were not > set and later could not be set. How did you know this? > When I open man pages I get warnings > about lc_all a

sid upgrade perl problem

2009-05-10 Thread Jude DaShiell
When I finished the upgrade, the locale environment variables were not set and later could not be set. When I open man pages I get warnings about lc_all and language variables. That stuff was selected back when I installed lenny though. Can I do something to straighten things out? I had use

dh-make-perl problem

2005-07-04 Thread Tom Allison
First, I'm not sure if this is the best list but it's probably the best start. The problem I am having is part debian, part dh-make-perl and probably perl. But I'm not sure where one ends and the other begins. So I thought I would begin here and see where it takes me. I am having trouble insta

Perl problem with lxr (actually lxr-cvs)

2004-11-24 Thread Alan Chandler
I am trying to get lxr-cvs to run under apache2 on my sarge installation. When I access via url lxr/source, I get apache returns an error 500 and the following diagnostic is in the log [Wed Nov 24 11:40:48 2004] [error] failed to resolve handler `Apache::Registry' [Wed Nov 24 11:40:48 2004] [

Re: Perl Problem

2003-12-23 Thread Vineet Kumar
* [EMAIL PROTECTED] ([EMAIL PROTECTED]) [031222 02:32]: > Hello Everbody, > > I am getting the following problem when i execute > > Perl response1.txt > > Can't locate Time/HiRes.pm in @INC at line 7. > > line 7: use Time::HiRes > > I downloaded the proper module and installed it but > still g

Re: Perl Problem

2003-12-23 Thread Kevin Mark
On Mon, Dec 22, 2003 at 01:24:37AM -0800, [EMAIL PROTECTED] wrote: > Hello Everbody, > > I am getting the following problem when i execute > > Perl response1.txt > > Can't locate Time/HiRes.pm in @INC at line 7. > > line 7: use Time::HiRes > > I downloaded the proper module and installed it bu

Perl Problem

2003-12-22 Thread shekar_300
Hello Everbody, I am getting the following problem when i execute Perl response1.txt Can't locate Time/HiRes.pm in @INC at line 7. line 7: use Time::HiRes I downloaded the proper module and installed it but still getting the same error. I am using Red Hat Linux 7.1 Can anybody help me out.

Perl problem: Where to find some help?

2002-12-10 Thread Darryl L. Pierce
I'm having a problem with a Perl script and am a bit at a loss as to resources to ask questions. It's a simple problem with the Expect.pm module running under Apache. Any resources or hackers who want to help off-list? -- Darryl L. Pierce <[EMAIL PROTECTED]> Visit the Infobahn Offramp -

Re: perl problem: looking for Gtk::CList

2002-12-06 Thread dave mallery
On Thu, Dec 05, 2002 at 07:02:17PM -0700, dave mallery wrote: > hi > > i have gathered in as many "libgtk-perl" modules as i can find. > > i need a CList for some work i am doing... can't find it. even on cpan. > > i would really appreciate some pointers. solved: it was there all the tim

perl problem: looking for Gtk::CList

2002-12-05 Thread dave mallery
hi i have gathered in as many "libgtk-perl" modules as i can find. i need a CList for some work i am doing... can't find it. even on cpan. i would really appreciate some pointers. thanks dave -- Dave Mallery, K5EN (debian testing & woody) PO Box 520 .~._ Rama

Re: Perl problem installing Debconf

2002-09-18 Thread D.J. Bolderman
> On Wed, Sep 18, 2002 at 12:11:12PM +0200, D.J. Bolderman wrote: >> I just tried to upgrade my unstable box, and ran into the following >> error with upgrading Debconf: >> >> Can't locate Text/Iconv.pm in @INC (@INC contains: /etc/perl > > Install libtext-iconv-perl, perhaps? Great, this works

Re: Perl problem installing Debconf

2002-09-18 Thread Colin Watson
On Wed, Sep 18, 2002 at 12:11:12PM +0200, D.J. Bolderman wrote: > I just tried to upgrade my unstable box, and ran into the following error > with upgrading Debconf: > > Can't locate Text/Iconv.pm in @INC (@INC contains: /etc/perl Install libtext-iconv-perl, perhaps? -- Colin Watson

Re: Perl problem installing Debconf

2002-09-18 Thread D.J. Bolderman
> Hi ppl, > > I just tried to upgrade my unstable box, and ran into the following > error with upgrading Debconf: > > Can't locate Text/Iconv.pm in @INC (@INC contains: /etc/perl > /usr/local/lib/perl/5.8.0 /usr/local/share/perl/5.8.0 /usr/lib/perl5 > /usr/share/perl5 /usr/lib/perl/5.8.0 /usr/sha

Perl problem installing Debconf

2002-09-18 Thread D.J. Bolderman
Hi ppl, I just tried to upgrade my unstable box, and ran into the following error with upgrading Debconf: Can't locate Text/Iconv.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.0 /usr/local/share/perl/5.8.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8.0 /usr/share/perl/5.8.0 /

Re: libspreadsheet-parseexcel-perl problem?

2002-06-26 Thread Brian P. Flaherty
Thanks, that took care of it. Should this be reported as a bug for the testing version and is there something to do to fix it for Woody? Brian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: libspreadsheet-parseexcel-perl problem?

2002-06-26 Thread Elizabeth Barham
I just downloaded and looked at it. Those specific lines involving $cell->Value have been changed to: $output .= $cell->Value if(defined $cell); Which remedies the problem of calling "Value" on an undefined value ($cell). Here's where I downloaded the latest package,

libspreadsheet-parseexcel-perl problem?

2002-06-25 Thread Brian P. Flaherty
Hello, I just installed libspreadsheet-parseexcel-perl from testing and the xls2csv.pl in the /usr/share/doc/libspreadsheet-parseexcel-perl/examples/xls2csv.pl gives me an error when I try to run it. [EMAIL PROTECTED]:~$ ~/bin/xls2csv.pl ps.xls 1-A1:C3 Can't call method "Value" on an undefined va

GD.pm and libgd-perl problem

2002-05-08 Thread Martin A. Hansen
hi i an upgraded woody installation. i have installed libgd-perl and is trying to run the example from man GD. however, i get this error: Can't locate GD/Image.pm in @INC (@INC contains: /usr/local/lib/perl/5.6.1 /usr/local/share/perl/5.6.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.6.1

perl problem after woody upgrade

2001-09-19 Thread John Griffiths
Hi, all just pushed a machine up to woody, all went suprisingly smoothly, kernel upgrade to 2.4 was much ebtter than last time i tried it. but when i apt-get I get a weird perl error, as below: - apt-get install apache Reading Package Lists... Done Building Dependency Tree... Done Th

Re: Perl problem in Debian Linux?

2001-09-17 Thread Sebastian Canagaratna
Thanks to all for writing. Indeed I had forgotten to use the !usr/bin/perl at the top. I thought I had. I guess it was trying to execute as a shell script. Problem solved. Thanks. Sebastian On Mon, Sep 17, 2001 at 08:13:33PM +0200, Christian Jaeger wrote: > On Mon, 17 Sep 2001 13:22:40 -0400 Se

Re: Perl problem in Debian Linux?

2001-09-17 Thread Andrew Perrin
It works fine for me under bash. How are you running it? I just pasted it into a file, called it test.pl, and did perl test.pl. Worked fine with both 5.6.1 and 5.005_03. ap -- Andrew J Perrin - [EMAIL PROTECTED] - http://www.unc

Re: Perl problem in Debian Linux?

2001-09-17 Thread Christian Jaeger
On Mon, 17 Sep 2001 13:22:40 -0400 Sebastian Canagaratna <[EMAIL PROTECTED]> wrote: > (3) gives: syntax error near unexpected token '(<*' I haven't read the whole thread, but of course if you don't put a #!/usr/bin/perl line at the top of your script the shell tries to execute it itself and

Re: Perl problem in Debian Linux?

2001-09-17 Thread Sebastian Canagaratna
Thanks Pietro for you reply. Here are some details. The program foreach (<*>){ print "$_\n"; } gives (1) no error with perl -c (2) runs ok from the command line with perl -e (3) gives: syntax error near unexpected token '(<*' The same happens when I replace the <

Re: Perl problem in Debian Linux?

2001-09-17 Thread Pietro Cagnoni
>foreach (<*>){ > print "$_\n"; > } > or <*> replaced by glob('*') > > do not work. what happens exactly? any error messages? any output? the glob function is implemented with csh, so this could be a csh problem. pietro.

Perl problem in Debian Linux?

2001-09-17 Thread Sebastian Canagaratna
Hi: I appear to have a problem getting glob or the operator <*> to work in Debian Linux. The examples from Learning Perl by Schwartz and Christiansen (2nd edn) do not work as given. I do the same program from the command line with perl -e ' ' they work. Also perl -c

Dpkg or Perl problem ?

2001-05-14 Thread seb128
Hello I have a big problem with my system since my computer crashed last week and deleted corrupted files. I can always make upgrades or installs, but some packages have problems and I couldn't do anything to solve this problem. If I try to delete, reinstall, or configure these packages, I have

dselect/dpkg-perl problem: method "value" cannot be located

2001-03-22 Thread Lukas Ruf
Folks, I have troubles with dselect/dpkg since I started an update of my Linux Box running Debian woody. This problem can be focused to the post-installation --configure process: dpkg complains: "Can't locate object method "value" via package "Debconf::Question" at /usr/lib/perl5/Debian/DebConf/C

Re: Upgrading perl problem

1999-10-29 Thread Peter S Galbraith
This is a bug in apt. See bug 46233. I got over it by running `dpkg -i' on the packages over and over until everything feel in place. There's a test-release of apt that is supposed to fix the problem. See the bottom of the bug report about where to find it. -- Peter Galbraith, research scient

Upgrading perl problem

1999-10-29 Thread David J. Kanter
I would like to install/upgrade the fvwmconf package but cannot because of an apt-get error regarding the perl package. What should I do? When downloading fvwmconf, several perl packages are also downloaded. During the configuration state, the error I get is this: E: This installation run will re

Perl problem with fvwmconf

1999-10-28 Thread David J. Kanter
With apt-get, I updated fvwm. But when it came to fvwmconf, I got this error message: E: This installation run will require temporarily removing the essential package perl-base due to a Conflicts/Pre-Depends loop. This is often bad, but if you really want to do it, activate the APT::Force-LoopBrea

Perl problem

1999-07-07 Thread Gregory Vandenbrouck
Hi, I get big problems with perl using potato and apt. I suppose it is due to a new version which brings conflicts. I tried a few tricks, but nothing works. I suppose other persons have the same problem as me, and had a look on the web debian-user mailing list archive but it was last updated M

Re: perl: problem with s/// and variable interpolation

1998-05-04 Thread Yann Dirson
Darren/Torin/Who Ever... writes: > Two things: > 1) If you want stuff on the right hand side to eval-ed (double >substitute variables), you need to do it yourself. >Note that with: > $TRANSLATION = '\$1;\$2'; $str = "ab"; >both > $str =~ s{(.)(.)}{$TRANSLATION}ee; >

Re: perl: problem with s/// and variable interpolation

1998-05-04 Thread Darren/Torin/Who Ever...
-BEGIN PGP SIGNED MESSAGE- Yann Dirson, in an immanent manifestation of deity, wrote: >I wrote a sample script whose behaviour seems strange to me. At least >I can't find in the doc why it behaves so, nor what I should write to >get the expected result. Two things: 1) If you want stuff o

Re: perl: problem with s/// and variable interpolation

1998-05-02 Thread Yann Dirson
Joost Kooij writes: > > #!/usr/bin/perl > > > > $TRANSLATION = '\1;$2'; > > $str = "ab"; > > $str =~ s{(.)(.)}{$TRANSLATION}; > > [snip] > > Have you tried wrapping the substitution statement with an "eval" > construct yet? I think that should make it work. I had not, and it works.

Re: perl: problem with s/// and variable interpolation

1998-05-01 Thread Joost Kooij
On Thu, 30 Apr 1998, Yann Dirson wrote: > I wrote a sample script whose behaviour seems strange to me. At least > I can't find in the doc why it behaves so, nor what I should write to > get the expected result. > > The sample script > #!/usr/bin/perl > > $TRANSLATION = '\1;$2'; > $str = "a

perl: problem with s/// and variable interpolation

1998-04-30 Thread Yann Dirson
Package: perl Version: 5.004.04-3 I wrote a sample script whose behaviour seems strange to me. At least I can't find in the doc why it behaves so, nor what I should write to get the expected result. The sample script #!/usr/bin/perl $TRANSLATION = '\1;$2'; $str = "ab"; $str =~ s{(.)(.)}{$T

weird utmp/perl problem

1998-04-21 Thread B. Bell
Okay, I've got a strange problem here. I'm trying to build a .deb, using the devscripts tools and dpkg-dev... I get a utmp error when I try to build: < $ build no utmp entry available, using value of LOGNAME ("brad") at /usr/lib/dpkg/controllib.pl line 16.

Re: Perl problem

1998-01-29 Thread Martin Bialasinski
Karl Abrams <[EMAIL PROTECTED]> writes: > I just installed debian 1.3 from CD and then ran dselect. The packages > perl 5.003.07-10, perl-suid 5.003.07-10 & wg15-locale 2-5 are installed. > > The error messages are: > ~<17>% perl > perl: warning: Setting locale failed for the categories: >

Re: Perl problem

1998-01-28 Thread Sten Anderson
Karl Abrams <[EMAIL PROTECTED]> writes: > I am having an annoying perl problem. Whenever I run a perl script > I get a set of error messages. Perl runs but the messages clutter the > screen. > I just installed debian 1.3 from CD and then ran dselect. The packages

Perl problem

1998-01-28 Thread Karl Abrams
I am having an annoying perl problem. Whenever I run a perl script I get a set of error messages. Perl runs but the messages clutter the screen. I just installed debian 1.3 from CD and then ran dselect. The packages perl 5.003.07-10, perl-suid 5.003.07-10 & wg15-locale 2-5

weird network perl problem

1996-11-20 Thread Al Youngwerth
I seem to be having a really strange problem, although I'm sure it's something obvious. I was writing a simple program to verify if POP mailuser accounts exist on a server. When I specify the localhost as the server to connect to, everything works fine. However, if I specify a remote server I can't