ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] Perl Modules
@ 2010-07-03 10:39 Anton A. Vinogradov
  2010-07-03 10:58 ` Igor Zubkov
  0 siblings, 1 reply; 4+ messages in thread
From: Anton A. Vinogradov @ 2010-07-03 10:39 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions, mithraen

Доброго!

А где у нас
	Perl Modules:
		DBD::SQLite
		Math::Round
		File::Touch
?

#apt-get install 'perl-Math*'
#apt-get install 'perl-File*'

Однако :

#!/usr/bin/perl
#	Listener Interface for Asterisk
#	Written By John Hass john@asterikast.com
#	Licensed under GPL V2
#	No Warranties
use IO::Socket;
use Switch;
use Data::Dumper;
use DBI;
use Time::Local;
use Math::Round qw(:all);
use File::Touch;

..........

Выдает:

# ./listener.pl
Can't locate Math/Round.pm in @INC (@INC contains: /etc/perl5 
/usr/lib/perl5/i386-linux /usr/lib/perl5 
/usr/local/lib/perl5/site_perl/5.8.9/i386-linux 
/usr/local/lib/perl5/site_perl/5.8.9 /usr/local/lib/perl5/site_perl 
/usr/lib/perl5/vendor_perl/i386-linux /usr/lib/perl5/vendor_perl 
/usr/lib/perl5/vendor_perl .) at ./listener.pl line 11.
BEGIN failed--compilation aborted at ./listener.pl line 11.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [sisyphus] Perl Modules
  2010-07-03 10:39 [sisyphus] Perl Modules Anton A. Vinogradov
@ 2010-07-03 10:58 ` Igor Zubkov
  2010-07-08 19:35   ` Igor Zubkov
  0 siblings, 1 reply; 4+ messages in thread
From: Igor Zubkov @ 2010-07-03 10:58 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

3 июля 2010 г. 13:39 пользователь Anton A. Vinogradov написал:
> Доброго!
>
> А где у нас
>        Perl Modules:
>                DBD::SQLite
>                Math::Round
>                File::Touch
> ?
>
> #apt-get install 'perl-Math*'
> #apt-get install 'perl-File*'

perl-Math-Round у нас не собран
(http://prometheus.altlinux.org/en/find.shtml?request=perl+math). Надо
просто собрать его с
http://kobesearch.cpan.org/htdocs/Math-Round/Math/Round.html

> Однако :
>
> #!/usr/bin/perl
> #       Listener Interface for Asterisk
> #       Written By John Hass john@asterikast.com
> #       Licensed under GPL V2
> #       No Warranties
> use IO::Socket;
> use Switch;
> use Data::Dumper;
> use DBI;
> use Time::Local;
> use Math::Round qw(:all);
> use File::Touch;
>
> ..........
>
> Выдает:
>
> # ./listener.pl
> Can't locate Math/Round.pm in @INC (@INC contains: /etc/perl5
> /usr/lib/perl5/i386-linux /usr/lib/perl5
> /usr/local/lib/perl5/site_perl/5.8.9/i386-linux
> /usr/local/lib/perl5/site_perl/5.8.9 /usr/local/lib/perl5/site_perl
> /usr/lib/perl5/vendor_perl/i386-linux /usr/lib/perl5/vendor_perl
> /usr/lib/perl5/vendor_perl .) at ./listener.pl line 11.
> BEGIN failed--compilation aborted at ./listener.pl line 11.

P.S.: возможно будет даже достаточно сказать cpan2rpm Math-Round :)

-- 
Igor Zubkov
http://hi.im/ice


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [sisyphus] Perl Modules
  2010-07-03 10:58 ` Igor Zubkov
@ 2010-07-08 19:35   ` Igor Zubkov
  2010-07-08 20:04     ` Anton A. Vinogradov
  0 siblings, 1 reply; 4+ messages in thread
From: Igor Zubkov @ 2010-07-08 19:35 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

3 июля 2010 г. 13:58 пользователь Igor Zubkov написал:
> 3 июля 2010 г. 13:39 пользователь Anton A. Vinogradov написал:
>> Доброго!
>>
>> А где у нас
>>        Perl Modules:
>>                DBD::SQLite
>>                Math::Round
>>                File::Touch
>> ?
>>
>> #apt-get install 'perl-Math*'
>> #apt-get install 'perl-File*'
>
> perl-Math-Round у нас не собран

Теперь собран - http://git.altlinux.org/tasks/archive/done/_25/26358/task/log
Завтра можно будет уже поставить прям из Сизифа.

-- 
Igor Zubkov
http://hi.im/ice

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [sisyphus] Perl Modules
  2010-07-08 19:35   ` Igor Zubkov
@ 2010-07-08 20:04     ` Anton A. Vinogradov
  0 siblings, 0 replies; 4+ messages in thread
From: Anton A. Vinogradov @ 2010-07-08 20:04 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

08.07.2010 23:35, Igor Zubkov пишет:
> 3 июля 2010 г. 13:58 пользователь Igor Zubkov написал:
>> 3 июля 2010 г. 13:39 пользователь Anton A. Vinogradov написал:
>>> Доброго!
>>>
>>> А где у нас
>>>         Perl Modules:
>>>                 DBD::SQLite
>>>                 Math::Round
>>>                 File::Touch
>>> ?
>>>
>>> #apt-get install 'perl-Math*'
>>> #apt-get install 'perl-File*'
>>
>> perl-Math-Round у нас не собран
>
> Теперь собран - http://git.altlinux.org/tasks/archive/done/_25/26358/task/log
Спасибо.
> Завтра можно будет уже поставить прям из Сизифа.
>
Да я уже сам :) этим самым cpan2rpm
Нужен еще perl-File-Touch
Ну и оба, конечно нужны в p5/5.1




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-07-08 20:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-03 10:39 [sisyphus] Perl Modules Anton A. Vinogradov
2010-07-03 10:58 ` Igor Zubkov
2010-07-08 19:35   ` Igor Zubkov
2010-07-08 20:04     ` Anton A. Vinogradov

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git