From: Led <ledest@gmail.com> To: ALT Linux Team development discussions <devel@lists.altlinux.org> Subject: Re: [devel] I: новый libssl7 Date: Sat, 9 Aug 2008 21:05:39 +0300 Message-ID: <200808092105.39543.ledest@gmail.com> (raw) In-Reply-To: <20080809175657.GR6814@altlinux.org> Saturday, 09 August 2008 20:56:57 Alexey Tourbin написав: > On Sat, Aug 09, 2008 at 09:46:45PM +0400, Evgeny Sinelnikov wrote: > > 9 августа 2008 г. 21:36 пользователь Alexey Tourbin <at@altlinux.ru> написал: > > > On Sat, Aug 09, 2008 at 09:32:14PM +0400, Evgeny Sinelnikov wrote: > > >> > У меня пакет перестал собираться пакет perl-Crypt-SSLeay! > > >> > > > >> > In file included from /usr/include/openssl/ssl.h:192, > > >> > from crypt_ssleay_version.h:1, > > >> > from SSLeay.xs:26: > > >> > /usr/include/openssl/kssl.h:72:18: error: krb5.h: No such file or > > >> > directory > > >> > > > >> > Но, что удивительно, если официально сделать симлинк > > >> > /usr/include/openssl/krb5.h, то упомянутый пакет счастливо > > >> > собирается. > > >> > > > >> > ln -s ../krb5/krb5/krb5.h /usr/include/openssl/krb5.h > > >> > > >> Я вот удивляюсь... Столько технологий сборки - кучи непонятных > > >> скриптов - а толку никакого... > > >> Я исправил, тут всё не сложно : > > >> http://git.altlinux.org/people/sin/packages/perl-Crypt-SSLeay.git > > > > > > Не годится. > > > > > > $ gcc -E /usr/include/openssl/ssl.h >/dev/null; echo $? > > > 0 > > > $ hsh-run -- gcc -E /usr/include/openssl/ssl.h >/dev/null; echo $? > > > In file included from /usr/include/openssl/ssl.h:192: > > > /usr/include/openssl/kssl.h:72:18: error: krb5.h: No such file or > > > directory 1 > > > $ > > > > Не понимаю о чём речь... После моих исправлений сборка > > perl-Crypt-SSLeay-0.57-alt2 в hasher проходит: > > Пакет Ваш не годится, openssl который. > А мой годится. > > Варианта два: либо переложить /usr/include/krb5/ в /usr/include, > либо в openssl вместо <krb5.h> написать </usr/include/krb5/krb5/krb5.h> По-моему, достаточно <krb5/krb5/krb5.h> > и добавить зависимость на /usr/include/krb5/krb5/krb5.h. -- Led
next prev parent reply other threads:[~2008-08-09 18:05 UTC|newest] Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top 2008-08-08 20:56 Evgeny Sinelnikov 2008-08-08 21:00 ` Mikhail Gusarov 2008-08-08 21:06 ` Evgeny Sinelnikov 2008-08-08 21:08 ` Mikhail Gusarov 2008-08-08 21:17 ` Evgeny Sinelnikov 2008-08-09 6:00 ` Alexander Bokovoy 2008-08-09 5:53 ` Alexander Bokovoy 2008-08-09 10:17 ` Evgeny Sinelnikov 2008-08-09 11:06 ` Alexander Bokovoy 2008-08-09 13:59 ` Mikhail Gusarov 2008-08-09 14:06 ` Alexander Bokovoy 2008-08-09 14:25 ` Evgeny Sinelnikov 2008-08-09 14:39 ` Alexander Bokovoy 2008-08-09 17:12 ` Evgeny Sinelnikov 2008-08-18 7:23 ` [devel] [wiki] DevelChanges Michael Shigorin 2008-08-09 8:49 ` [devel] I: новый libssl7 Alexey Tourbin 2008-08-09 9:10 ` Evgeny Sinelnikov 2008-08-09 9:26 ` Alexey Tourbin 2008-08-09 9:59 ` Evgeny Sinelnikov 2008-08-09 18:38 ` Alexey Tourbin 2008-08-09 17:03 ` Alexey Tourbin 2008-08-09 17:32 ` Evgeny Sinelnikov 2008-08-09 17:36 ` Alexey Tourbin 2008-08-09 17:46 ` Evgeny Sinelnikov 2008-08-09 17:56 ` Alexey Tourbin 2008-08-09 18:01 ` Evgeny Sinelnikov 2008-08-09 18:06 ` Alexey Tourbin 2008-08-09 18:23 ` Sergey Bolshakov 2008-08-09 18:05 ` Led [this message] 2008-08-09 18:18 ` Alexey Tourbin 2008-08-09 17:30 ` Alexey Tourbin 2008-08-09 17:40 ` Evgeny Sinelnikov 2008-08-09 17:55 ` Evgeny Sinelnikov 2008-08-09 18:01 ` Alexey Tourbin 2008-08-09 19:31 ` Alexey Tourbin 2008-08-09 21:01 ` Alexey Tourbin 2008-08-09 21:06 ` Evgeny Sinelnikov 2008-08-09 21:09 ` Alexey Tourbin 2008-08-09 21:20 ` Evgeny Sinelnikov 2008-08-09 19:54 ` Alexey Tourbin 2008-08-11 10:05 ` Stanislav Ievlev
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=200808092105.39543.ledest@gmail.com \ --to=ledest@gmail.com \ --cc=devel@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
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