ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [COMM] специалисты по perl
@ 2005-02-10 12:39 Alexey Morsov
  2005-02-10 14:15 ` Denis A. Yurashkou
  2005-02-10 15:02 ` Nikolay A. Fetisov
  0 siblings, 2 replies; 5+ messages in thread
From: Alexey Morsov @ 2005-02-10 12:39 UTC (permalink / raw)
  To: ALT Linux Community

Привет,

поставил perl-CPAN
делал perl -MCPAN -e 'install IO::Multiplex'
Он сначала себя сконфигурил... и походу я неправильно задал префикс....
Теперь он кладет модули в /usr/lib
Как это поменять на /usr/lib/perl5 ?

-- 
Всего наилучшего,
Системный Администратор ЗАО "ИК "РИКОМ-ТРАСТ"
Алексей Морсов
ICQ: 196766290
Jabber: Samurai@jabber.pibhe.com
http://www.ricom.ru
http://www.fondmarket.ru


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

* Re: [COMM] специалисты по perl
  2005-02-10 12:39 [COMM] специалисты по perl Alexey Morsov
@ 2005-02-10 14:15 ` Denis A. Yurashkou
  2005-02-10 14:52   ` Alexey Morsov
  2005-02-10 15:02 ` Nikolay A. Fetisov
  1 sibling, 1 reply; 5+ messages in thread
From: Denis A. Yurashkou @ 2005-02-10 14:15 UTC (permalink / raw)
  To: community

'Alexey Morsov' wrote on 10.02.2005 15:39:
> Привет,
> 
> поставил perl-CPAN
> делал perl -MCPAN -e 'install IO::Multiplex'
> Он сначала себя сконфигурил... и походу я неправильно задал префикс....
> Теперь он кладет модули в /usr/lib
> Как это поменять на /usr/lib/perl5 ?
> 
perl -MCPAN -e 'force install IO::Multiplex'
Он его переставит бЭзусловно.
А вообще:
perl -MCPAN -e shell, а потом 'h'. Там всё написано. :)

-- 
----------------
Best regards, Denis A. Yurashkou [DAY]
(dayfuaim@msx.ru)

Origin: Stop the World -- I Wanna Get Off!..


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

* Re: [COMM] специалисты по perl
  2005-02-10 14:15 ` Denis A. Yurashkou
@ 2005-02-10 14:52   ` Alexey Morsov
  0 siblings, 0 replies; 5+ messages in thread
From: Alexey Morsov @ 2005-02-10 14:52 UTC (permalink / raw)
  To: community


Denis A. Yurashkou wrote:
> perl -MCPAN -e 'force install IO::Multiplex'
> Он его переставит бЭзусловно.
да он его и просто install ставит - только в /usr/local/perl...
> А вообще:
> perl -MCPAN -e shell, а потом 'h'. Там всё написано. :)
Нашел - почитал.. вроде бы переконфигурил Config.pm - никаких ссылок на 
/usr/local/ там нет - какой именно макрос ему ныжно туда впихнуть - LIB 
или PREFIX?



-- 
Всего наилучшего,
Системный Администратор ЗАО "ИК "РИКОМ-ТРАСТ"
Алексей Морсов
ICQ: 196766290
Jabber: Samurai@jabber.pibhe.com
http://www.ricom.ru
http://www.fondmarket.ru


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

* Re: [COMM] специалисты по perl
  2005-02-10 12:39 [COMM] специалисты по perl Alexey Morsov
  2005-02-10 14:15 ` Denis A. Yurashkou
@ 2005-02-10 15:02 ` Nikolay A. Fetisov
  2005-02-10 15:25   ` Alexey Morsov
  1 sibling, 1 reply; 5+ messages in thread
From: Nikolay A. Fetisov @ 2005-02-10 15:02 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 346 bytes --]

On Thu, 10 Feb 2005 15:39:22 +0300
Alexey Morsov <samurai@ricom.ru> wrote:

> поставил perl-CPAN
> делал perl -MCPAN -e 'install IO::Multiplex'
> Он сначала себя сконфигурил... и походу я неправильно задал
префикс....
> Теперь он кладет модули в /usr/lib

А не проще этот модуль в пакет запихать? 
spec приложен.

С уважением,
Николай Фетисов.



[-- Attachment #2: perl-IO-Multiplex.spec --]
[-- Type: application/octet-stream, Size: 1498 bytes --]

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

* Re: [COMM] специалисты по perl
  2005-02-10 15:02 ` Nikolay A. Fetisov
@ 2005-02-10 15:25   ` Alexey Morsov
  0 siblings, 0 replies; 5+ messages in thread
From: Alexey Morsov @ 2005-02-10 15:25 UTC (permalink / raw)
  To: community


Nikolay A. Fetisov wrote:
>>Теперь он кладет модули в /usr/lib
> 
> 
> А не проще этот модуль в пакет запихать? 
> spec приложен.
Попробую... вообще-то я его проинсталил и так... без пакета...
sqlgrey поднялся... только при приеме письма изволил упасть :(

-- 
Всего наилучшего,
Системный Администратор ЗАО "ИК "РИКОМ-ТРАСТ"
Алексей Морсов
ICQ: 196766290
Jabber: Samurai@jabber.pibhe.com
http://www.ricom.ru
http://www.fondmarket.ru


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

end of thread, other threads:[~2005-02-10 15:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-10 12:39 [COMM] специалисты по perl Alexey Morsov
2005-02-10 14:15 ` Denis A. Yurashkou
2005-02-10 14:52   ` Alexey Morsov
2005-02-10 15:02 ` Nikolay A. Fetisov
2005-02-10 15:25   ` Alexey Morsov

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

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


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