<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>33703</bug_id>
          
          <creation_ts>2017-07-30 18:55:24 +0300</creation_ts>
          <short_desc>Ищет модули libxmlsec1-openssl.so, а запакованы rpm -ql libxmlsec1-openssl /usr/lib64/libxmlsec1-openssl.so.1 libxmlsec1-openssl.so.1.* как библиотеки</short_desc>
          <delta_ts>2017-08-08 12:55:51 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>libxmlsec1</component>
          <version>unstable</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Vitaly Lipatov">lav</reporter>
          <assigned_to name="Fr. Br. George">george</assigned_to>
          <cc>andy</cc>
    
    <cc>dd</cc>
    
    <cc>george</cc>
    
    <cc>shaba</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>164936</commentid>
    <comment_count>0</comment_count>
    <who name="Vitaly Lipatov">lav</who>
    <bug_when>2017-07-30 18:55:24 +0300</bug_when>
    <thetext>$ xmlsec1 --verify /dev/null
func=xmlSecCryptoDLLibraryCreate:file=dl.c:line=130:obj=unknown:subj=lt_dlopenext:error=7:io function failed:name=&quot;libxmlsec1-openssl&quot;; errno=2
func=xmlSecCryptoDLGetLibraryFunctions:file=dl.c:line=436:obj=unknown:subj=xmlSecCryptoDLLibraryCreate:error=1:xmlsec library function failed:crypto=openssl
func=xmlSecCryptoDLLoadLibrary:file=dl.c:line=393:obj=unknown:subj=xmlSecCryptoDLGetLibraryFunctions:error=1:xmlsec library function failed: 
Error: unable to load xmlsec-openssl library. Make sure that you have
this it installed, check shared libraries path (LD_LIBRARY_PATH)
envornment variable or use &quot;--crypto&quot; option to specify different
crypto engine.
Error: initialization failed

что в пакете:
rpm -ql libxmlsec1-openssl
/usr/lib64/libxmlsec1-openssl.so.1
/usr/lib64/libxmlsec1-openssl.so.1.2.24

Что ищем:
strace -f xmlsec1 --verify /dev/null | grep libxmlsec1-openssl
open(&quot;/lib64/libxmlsec1-openssl.la&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
open(&quot;/usr/lib64/libxmlsec1-openssl.la&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
access(&quot;/lib64/libxmlsec1-openssl.so&quot;, R_OK) = -1 ENOENT (No such file or directory)
access(&quot;/usr/lib64/libxmlsec1-openssl.so&quot;, R_OK) = -1 ENOENT (No such file or directory)
open(&quot;/lib64/tls/x86_64/libxmlsec1-openssl.so&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open(&quot;/lib64/tls/libxmlsec1-openssl.so&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open(&quot;/lib64/x86_64/libxmlsec1-openssl.so&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open(&quot;/lib64/libxmlsec1-openssl.so&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open(&quot;/usr/lib64/tls/x86_64/libxmlsec1-openssl.so&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open(&quot;/usr/lib64/tls/libxmlsec1-openssl.so&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open(&quot;/usr/lib64/x86_64/libxmlsec1-openssl.so&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open(&quot;/usr/lib64/libxmlsec1-openssl.so&quot;, O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)


Установка libxmlsec1-openssl-devel помогает. Видимо, придётся .so-файл перенести.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>165118</commentid>
    <comment_count>1</comment_count>
    <who name="Alexey Shabalin">shaba</who>
    <bug_when>2017-08-07 15:54:02 +0300</bug_when>
    <thetext>+1. тоже нарвался</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>165125</commentid>
    <comment_count>2</comment_count>
    <who name="Repository Robot">repository-robot</who>
    <bug_when>2017-08-07 21:38:24 +0300</bug_when>
    <thetext>libxmlsec1-1.2.24-alt2 -&gt; sisyphus:

Mon Aug 07 2017 Alexey Shabalin &lt;shaba@altlinux.ru&gt; 1.2.24-alt2
- Fix missing links to unversioned shared library files (ALT#33703)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>165131</commentid>
    <comment_count>3</comment_count>
    <who name="Vitaly Lipatov">lav</who>
    <bug_when>2017-08-08 10:06:01 +0300</bug_when>
    <thetext>(В ответ на комментарий №2)
&gt; libxmlsec1-1.2.24-alt2 -&gt; sisyphus:
&gt; 
&gt; Mon Aug 07 2017 Alexey Shabalin &lt;shaba@altlinux.ru&gt; 1.2.24-alt2
&gt; - Fix missing links to unversioned shared library files (ALT#33703)
Спасибо! В p8 отправите?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>165137</commentid>
    <comment_count>4</comment_count>
    <who name="Alexey Shabalin">shaba</who>
    <bug_when>2017-08-08 12:55:51 +0300</bug_when>
    <thetext>да. отправлю.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>