This week I had a need to install a self-compiled ooRexx interpreter on a 
64-bit Fedora Core
workstations. The installation package was created using the ooRexx CMake.

First "uname -a":

    Linux xyz.ab-cde.ac.at 5.0.14-200.fc29.x86_64 #1 SMP Thu May 9 10:46:15 UTC 
2019 x86_64 x86_64 x86_64 GNU/Linux

When trying to install with rpm the following error message comes up:

    [rony@xyz xfer]$ rpm -i ooRexx-5.0.0-11875.fedora.x86_64-20190430.rpm
    error: Failed dependencies:
        librexx.so.5.0.0()(64bit) is needed by ooRexx-5.0.0-1.x86_64
        librexxapi.so.5.0.0()(64bit) is needed by ooRexx-5.0.0-1.x86_64

Then trying to get information about the rpm content:

    [rony@blue-m xfer]$ rpm -qp --provides 
ooRexx-5.0.0-11875.fedora.x86_64-20190430.rpm 
    application()
    application(rexxtry.desktop)
    config(ooRexx) = 5.0.0-1
    mimehandler(application/x-ooRexx-item)
    ooRexx = 5.0.0-1
    ooRexx(x86-64) = 5.0.0-1

    [rony@blue-m xfer]$ rpm -qp --requires 
ooRexx-5.0.0-11875.fedora.x86_64-20190430.rpm 
    /bin/sh
    /bin/sh
    /bin/sh
    /bin/sh
    /usr/bin/csh
    /usr/bin/env
    /usr/bin/sh
    config(ooRexx) = 5.0.0-1
    libc.so.6()(64bit)
    libc.so.6(GLIBC_2.14)(64bit)
    libc.so.6(GLIBC_2.17)(64bit)
    libc.so.6(GLIBC_2.2.5)(64bit)
    libc.so.6(GLIBC_2.3)(64bit)
    libc.so.6(GLIBC_2.3.4)(64bit)
    libc.so.6(GLIBC_2.4)(64bit)
    libdl.so.2()(64bit)
    libdl.so.2(GLIBC_2.2.5)(64bit)
    libgcc_s.so.1()(64bit)
    libgcc_s.so.1(GCC_3.0)(64bit)
    libpthread.so.0()(64bit)
    libpthread.so.0(GLIBC_2.2.5)(64bit)
    libpthread.so.0(GLIBC_2.3.2)(64bit)
    librexx.so.5.0.0()(64bit)
    librexxapi.so.5.0.0()(64bit)
    libstdc++.so.6()(64bit)
    libstdc++.so.6(CXXABI_1.3)(64bit)
    libstdc++.so.6(GLIBCXX_3.4)(64bit)
    libstdc++.so.6(GLIBCXX_3.4.15)(64bit)
    rpmlib(CompressedFileNames) <= 3.0.4-1
    rpmlib(FileDigests) <= 4.6.0-1
    rpmlib(PayloadFilesHavePrefix) <= 4.0-1
    rtld(GNU_HASH)

Not having any working knowledge on rpm I would appreciate it a lot, if someone 
can advise how to
proceed from here.

If you need additional information then please advise how to fetch it from the 
system.

---rony

P.S.: I could install ooRexx from the deb-package as dpkg was installed on that 
machine. The deb
package was created from the same sources.




_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to