ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] lmcrypt
@ 2005-06-08  6:19 Anton Gorlov
  2005-06-08  6:40 ` Andrew Borodin
  0 siblings, 1 reply; 8+ messages in thread
From: Anton Gorlov @ 2005-06-08  6:19 UTC (permalink / raw)
  To: community

Здравствуйте, community.

Программа для сборки потребовала либу lmcrypt. Вопрос -где её взять?

102.o -lmcrypt -lcrypto -lltdl -ldl
/usr/bin/ld: cannot find -lmcrypt
collect2: ld returned 1 exit status
make: *** [ta] Ошибка 1
[stalker@ring ta-1.2.9-3]$
[stalker@ring ta-1.2.9-3]$ apt-cache search lmcrypt



-- 
С уважением,
 Anton                          mailto:Pnz.Stalker@mail.ru
                                     FIDO: 2:5059/37



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

* Re: [Comm] lmcrypt
  2005-06-08  6:19 [Comm] lmcrypt Anton Gorlov
@ 2005-06-08  6:40 ` Andrew Borodin
  2005-06-08  6:56   ` Re[2]: " Anton Gorlov
  0 siblings, 1 reply; 8+ messages in thread
From: Andrew Borodin @ 2005-06-08  6:40 UTC (permalink / raw)
  To: community

On Wed, Jun 08, 2005 at 10:19:59AM +0400, Anton Gorlov wrote:
> Программа для сборки потребовала либу lmcrypt. Вопрос -где её 
> взять?
> /usr/bin/ld: cannot find -lmcrypt
> collect2: ld returned 1 exit status
> make: *** [ta] Ошибка 1
> [stalker@ring ta-1.2.9-3]$
> [stalker@ring ta-1.2.9-3]$ apt-cache search lmcrypt

Вы формулируете неправильный запрос. Надо так:

$ apt-cache search libmcrypt
libmcrypt - Encryption/decryption library

-lmcrypt --- это указание линкеру на библиотеку libmcrypt.so.

-- 

С уважением,
А. Бородин.


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

* Re[2]: [Comm] lmcrypt
  2005-06-08  6:40 ` Andrew Borodin
@ 2005-06-08  6:56   ` Anton Gorlov
  2005-06-08  6:58     ` Genix
  0 siblings, 1 reply; 8+ messages in thread
From: Anton Gorlov @ 2005-06-08  6:56 UTC (permalink / raw)
  To: community

Здравствуйте, Andrew.

Вы писали 8 июня 2005 г., 10:40:02:

>> Программа для сборки потребовала либу lmcrypt. Вопрос -где её
>> взять?
>> /usr/bin/ld: cannot find -lmcrypt
>> collect2: ld returned 1 exit status
>> make: *** [ta] Ошибка 1
>> [stalker@ring ta-1.2.9-3]$
>> [stalker@ring ta-1.2.9-3]$ apt-cache search lmcrypt
> Вы формулируете неправильный запрос. Надо так:
> $ apt-cache search libmcrypt
> libmcrypt - Encryption/decryption library
> -lmcrypt --- это указание линкеру на библиотеку libmcrypt.so.
А.. вот оно как. Ясно.. Но тем не менее
[root@ring /]# apt-get install libmcrypt
Reading Package Lists... Done
Building Dependency Tree... Done
libmcrypt is already the newest version.
0 upgraded, 0 newly installed, 0 removed and 0 not upgraded.




-- 
С уважением,
 Anton                          mailto:Pnz.Stalker@mail.ru
                                     FIDO: 2:5059/37



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

* Re: [Comm] lmcrypt
  2005-06-08  6:56   ` Re[2]: " Anton Gorlov
@ 2005-06-08  6:58     ` Genix
  2005-06-08  7:08       ` Re[2]: " Anton Gorlov
  0 siblings, 1 reply; 8+ messages in thread
From: Genix @ 2005-06-08  6:58 UTC (permalink / raw)
  To: community

Anton Gorlov wrote:

>>Вы формулируете неправильный запрос. Надо так:
>>$ apt-cache search libmcrypt
>>libmcrypt - Encryption/decryption library

вывод команды apt-cache search здесь явно поскипан

>>-lmcrypt --- это указание линкеру на библиотеку libmcrypt.so.
> 
> А.. вот оно как. Ясно.. Но тем не менее
> [root@ring /]# apt-get install libmcrypt
> Reading Package Lists... Done
> Building Dependency Tree... Done
> libmcrypt is already the newest version.
> 0 upgraded, 0 newly installed, 0 removed and 0 not upgraded.

libmcrypt-devel


-- 
У каждого в башке свои тараканы...


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

* Re[2]: [Comm] lmcrypt
  2005-06-08  6:58     ` Genix
@ 2005-06-08  7:08       ` Anton Gorlov
  2005-06-08  7:44         ` Re[3]: " Anton Gorlov
  0 siblings, 1 reply; 8+ messages in thread
From: Anton Gorlov @ 2005-06-08  7:08 UTC (permalink / raw)
  To: community

Здравствуйте, Genix.

Вы писали 8 июня 2005 г., 10:58:14:

>> А.. вот оно как. Ясно.. Но тем не менее
>> [root@ring /]# apt-get install libmcrypt
>> Reading Package Lists... Done
>> Building Dependency Tree... Done
>> libmcrypt is already the newest version.
>> 0 upgraded, 0 newly installed, 0 removed and 0 not upgraded.
> libmcrypt-devel
и это стоит. :-(
[root@ring /]# apt-get install libmcrypt-devel
Reading Package Lists... Done
Building Dependency Tree... Done
libmcrypt-devel is already the newest version.
0 upgraded, 0 newly installed, 0 removed and 0 not upgraded.






-- 
С уважением,
 Anton                          mailto:Pnz.Stalker@mail.ru
                                     FIDO: 2:5059/37



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

* Re[3]: [Comm] lmcrypt
  2005-06-08  7:08       ` Re[2]: " Anton Gorlov
@ 2005-06-08  7:44         ` Anton Gorlov
  2005-06-08  7:45           ` Michael Isachenkov
  0 siblings, 1 reply; 8+ messages in thread
From: Anton Gorlov @ 2005-06-08  7:44 UTC (permalink / raw)
  To: community

Здравствуйте, Anton.

Вы писали 8 июня 2005 г., 11:08:38:

>> libmcrypt-devel
> и это стоит. :-(
> [root@ring /]# apt-get install libmcrypt-devel
> Reading Package Lists... Done
> Building Dependency Tree... Done
> libmcrypt-devel is already the newest version.
> 0 upgraded, 0 newly installed, 0 removed and 0 not upgraded.
хм.. если отключить статическую сборку.. то проходит...
Правда отвалился в более другом месте. term.h - это откуда?









-- 
С уважением,
 Anton                          mailto:Pnz.Stalker@mail.ru
                                     FIDO: 2:5059/37



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

* Re: Re[3]: [Comm] lmcrypt
  2005-06-08  7:44         ` Re[3]: " Anton Gorlov
@ 2005-06-08  7:45           ` Michael Isachenkov
  2005-06-08  8:07             ` Re[5]: " Anton Gorlov
  0 siblings, 1 reply; 8+ messages in thread
From: Michael Isachenkov @ 2005-06-08  7:45 UTC (permalink / raw)
  To: community

> >> libmcrypt-devel
> > и это стоит. :-(
> > [root@ring /]# apt-get install libmcrypt-devel
> > Reading Package Lists... Done
> > Building Dependency Tree... Done
> > libmcrypt-devel is already the newest version.
> > 0 upgraded, 0 newly installed, 0 removed and 0 not upgraded.
> хм.. если отключить статическую сборку.. то проходит...
> Правда отвалился в более другом месте. term.h - это откуда?

libtinfo-devel

-- 
Best regards, Michael Isachenkov


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

* Re[5]: [Comm] lmcrypt
  2005-06-08  7:45           ` Michael Isachenkov
@ 2005-06-08  8:07             ` Anton Gorlov
  0 siblings, 0 replies; 8+ messages in thread
From: Anton Gorlov @ 2005-06-08  8:07 UTC (permalink / raw)
  To: community

Здравствуйте, Michael.

Вы писали 8 июня 2005 г., 11:45:58:

>> >> libmcrypt-devel
>> > и это стоит. :-(
>> > [root@ring /]# apt-get install libmcrypt-devel
>> > Reading Package Lists... Done
>> > Building Dependency Tree... Done
>> > libmcrypt-devel is already the newest version.
>> > 0 upgraded, 0 newly installed, 0 removed and 0 not upgraded.
>> хм.. если отключить статическую сборку.. то проходит...
>> Правда отвалился в более другом месте. term.h - это откуда?
> libtinfo-devel
Ясно. Спасиб. вроде даже собралось.




-- 
С уважением,
 Anton                          mailto:Pnz.Stalker@mail.ru
                                     FIDO: 2:5059/37



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

end of thread, other threads:[~2005-06-08  8:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-08  6:19 [Comm] lmcrypt Anton Gorlov
2005-06-08  6:40 ` Andrew Borodin
2005-06-08  6:56   ` Re[2]: " Anton Gorlov
2005-06-08  6:58     ` Genix
2005-06-08  7:08       ` Re[2]: " Anton Gorlov
2005-06-08  7:44         ` Re[3]: " Anton Gorlov
2005-06-08  7:45           ` Michael Isachenkov
2005-06-08  8:07             ` Re[5]: " Anton Gorlov

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