* [devel] gssapi
@ 2007-02-12 14:30 Alexey Morsov
2007-02-12 15:11 ` Anton Farygin
2007-02-13 9:43 ` Денис Смирнов
0 siblings, 2 replies; 4+ messages in thread
From: Alexey Morsov @ 2007-02-12 14:30 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 894 bytes --]
rtorrent-0.6.4-alt2
i586-alt-linux-g++ -pipe -Wall -march=i586 -mtune=i686 -Os -g -DDEBUG
-I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -o rtorrent command_scheduler.o
command_scheduler_item.o control.o globals.o main.o option_handler_rules.o
option_parser.o signal_handler.o ../src/ui/libsub_ui.a ../src/core/libsub_core.a
../src/display/libsub_display.a ../src/input/libsub_input.a ../src/utils/libsub_utils.a
-lncurses -lsigc-2.0 -lrtorrent -lcurl -lgssapi -lidn -lssl -lcrypto -ldl -lz
/usr/bin/ld: cannot find -lgssapi
collect2: ld returned 1 exit status
Что с libgssapi случилось?
--
С уважением,
Алексей Морсов
системный администратор ЗАО "ИК "Риком-Траст"
Jabber: samurai@www.fondmarket.ru
www.ricom.ru
www.fondmarket.ru
NP: Do As Infinity - My Wish - My Life (Rumble Fish)
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 481 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [devel] gssapi
2007-02-12 14:30 [devel] gssapi Alexey Morsov
@ 2007-02-12 15:11 ` Anton Farygin
2007-02-13 9:43 ` Денис Смирнов
1 sibling, 0 replies; 4+ messages in thread
From: Anton Farygin @ 2007-02-12 15:11 UTC (permalink / raw)
To: ALT Devel discussion list
Alexey Morsov wrote:
>
> rtorrent-0.6.4-alt2
> i586-alt-linux-g++ -pipe -Wall -march=i586 -mtune=i686 -Os -g -DDEBUG
> -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -o rtorrent command_scheduler.o
> command_scheduler_item.o control.o globals.o main.o option_handler_rules.o
> option_parser.o signal_handler.o ../src/ui/libsub_ui.a ../src/core/libsub_core.a
> ../src/display/libsub_display.a ../src/input/libsub_input.a ../src/utils/libsub_utils.a
> -lncurses -lsigc-2.0 -lrtorrent -lcurl -lgssapi -lidn -lssl -lcrypto -ldl -lz
> /usr/bin/ld: cannot find -lgssapi
> collect2: ld returned 1 exit status
>
> Что с libgssapi случилось?
Сегодня исправим.
Rgds,
Rider
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [devel] gssapi
2007-02-12 14:30 [devel] gssapi Alexey Morsov
2007-02-12 15:11 ` Anton Farygin
@ 2007-02-13 9:43 ` Денис Смирнов
2007-02-13 9:50 ` Anton Farygin
1 sibling, 1 reply; 4+ messages in thread
From: Денис Смирнов @ 2007-02-13 9:43 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 1091 bytes --]
On Mon, Feb 12, 2007 at 05:30:10PM +0300, Alexey Morsov wrote:
AM> rtorrent-0.6.4-alt2
AM> i586-alt-linux-g++ -pipe -Wall -march=i586 -mtune=i686 -Os -g -DDEBUG
AM> -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -o rtorrent command_scheduler.o
AM> command_scheduler_item.o control.o globals.o main.o option_handler_rules.o
AM> option_parser.o signal_handler.o ../src/ui/libsub_ui.a ../src/core/libsub_core.a
AM> ../src/display/libsub_display.a ../src/input/libsub_input.a ../src/utils/libsub_utils.a
AM> -lncurses -lsigc-2.0 -lrtorrent -lcurl -lgssapi -lidn -lssl -lcrypto -ldl -lz
AM> /usr/bin/ld: cannot find -lgssapi
AM> collect2: ld returned 1 exit status
AM> Что с libgssapi случилось?
У libcurl-devel нет зависимости на libgssapi-devel. Либо добавлять ручками
(что мне пришлось сделать в астериске), либо ждать пока Антон пофиксит.
--
С уважением, Денис
http://freesource.info
----------------------------------------------------------------------------
Все программисты - оптимисты!
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [devel] gssapi
2007-02-13 9:43 ` Денис Смирнов
@ 2007-02-13 9:50 ` Anton Farygin
0 siblings, 0 replies; 4+ messages in thread
From: Anton Farygin @ 2007-02-13 9:50 UTC (permalink / raw)
To: ALT Devel discussion list
Денис Смирнов wrote:
> On Mon, Feb 12, 2007 at 05:30:10PM +0300, Alexey Morsov wrote:
>
> AM> rtorrent-0.6.4-alt2
> AM> i586-alt-linux-g++ -pipe -Wall -march=i586 -mtune=i686 -Os -g -DDEBUG
> AM> -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -o rtorrent command_scheduler.o
> AM> command_scheduler_item.o control.o globals.o main.o option_handler_rules.o
> AM> option_parser.o signal_handler.o ../src/ui/libsub_ui.a ../src/core/libsub_core.a
> AM> ../src/display/libsub_display.a ../src/input/libsub_input.a ../src/utils/libsub_utils.a
> AM> -lncurses -lsigc-2.0 -lrtorrent -lcurl -lgssapi -lidn -lssl -lcrypto -ldl -lz
> AM> /usr/bin/ld: cannot find -lgssapi
> AM> collect2: ld returned 1 exit status
> AM> Что с libgssapi случилось?
>
> У libcurl-devel нет зависимости на libgssapi-devel. Либо добавлять ручками
> (что мне пришлось сделать в астериске), либо ждать пока Антон пофиксит.
Не надо добавлять зависимость.
Просто используйте новую сборку libcurl.
libgssapt-devel не нужен для сборки приложений, линкующихся с libcurl
Rgds,
Rider
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-02-13 9:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-12 14:30 [devel] gssapi Alexey Morsov
2007-02-12 15:11 ` Anton Farygin
2007-02-13 9:43 ` Денис Смирнов
2007-02-13 9:50 ` Anton Farygin
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/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 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git