RE: [Perl-unix-users] An Error while installing the Time-HiRes-1. 52.tar.gz

2003-12-17 Thread Henry Wong, ¶À³Ç¼e
If your using Redhat 9

unset LANG

then do the install... 

That sometimes helps.

--- "Thomas, Mark - BLS CTR" <[EMAIL PROTECTED]>
wrote:
> I don't see an error. I see a note giving you the
> solution to a potential
> error.
> 
> Did you try 'make'?
> 
> 
> -- 
> Mark Thomas[EMAIL PROTECTED]
> Internet Systems Architect User Technology
> Associates, Inc.
> 
> $_=q;KvtuyboopuifeyQQfeemyibdlfee;; y.e.s.
> ;y+B-x+A-w+s; ;y;y; ;;print;;
>  
> 
> -Original Message-
> From: Bhanu Prasad
> [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, December 16, 2003 5:48 AM
> To: [EMAIL PROTECTED]
> Subject: [Perl-unix-users] An Error while installing
> the
> Time-HiRes-1.52.tar.gz
> 
> 
> Hi I got a problem while installing the Time::HiRes
> module in  my Linux
> Machine
> 
> i get an error while creating the makefile as below
> 
> Configuring Time::HiRes...
> Looking for gettimeofday()... found.
> Looking for setitimer()... found.
> Looking for getitimer()... found.
> You have interval timers (both setitimer and
> setitimer).
> Looking for ualarm()... found.
> Looking for usleep()... found.
> Looking for nanosleep()... found.
> You can mix subsecond sleeps with signals.
> Writing Makefile for Time::HiRes
> Now you may issue 'make'.  Do not forget also 'make
> test'.
> 
> NOTE: if you get an error like this (the line number
> may vary):
> Makefile:91: *** missing separator
> then set the environment variable LC_ALL to "C" and
> retry.
> 
> Please tell me how can i solve the problem and how
> to change the LC_ALL to
> "C".
> 
> thanks
> 
> Bhanu Prasad
> 
> ___
> Perl-Unix-Users mailing list
> [EMAIL PROTECTED]
> To unsubscribe:
http://listserv.ActiveState.com/mailman/mysubs


__
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/
___
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Re: [Perl-unix-users] An Error while installing the Time-HiRes-1.52.tar.gz

2003-12-17 Thread Craig B. Nakata
Bhanu Prasad wrote:
Hi I got a problem while installing the Time::HiRes module in  my Linux 
Machine
 
i get an error while creating the makefile as below
 
Configuring Time::HiRes...
Looking for gettimeofday()... found.
Looking for setitimer()... found.
Looking for getitimer()... found.
You have interval timers (both setitimer and setitimer).
Looking for ualarm()... found.
Looking for usleep()... found.
Looking for nanosleep()... found.
You can mix subsecond sleeps with signals.
Writing Makefile for Time::HiRes
Now you may issue 'make'.  Do not forget also 'make test'.

NOTE: if you get an error like this (the line number may vary):
Makefile:91: *** missing separator
then set the environment variable LC_ALL to "C" and retry.
Please tell me how can i solve the problem and how to change the LC_ALL 
to "C".
 
thanks
 
Bhanu Prasad
 
 
I believe that it's just part of the NOTE -> "...get an error like 
this...", if you did get that error the you can set do the following; 
display your LANG setting with "locale", if it is not C, then set it (in 
bourne or BASH) "LC_ALL=C; export LC_ALL"

Hope that helps,

Craig
___
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs