QT symbol lookup error - qt

When I run qtcreator from the command line, I get the following error:
qtcreator: symbol lookup error: /usr/lib/x86_64-linux-gnu/libQt5Network.so.5: undefined symbol: _ZN16QLoggingCategoryD1Ev
If I type
nm -u /usr/lib/x86_64-linux-gnu/libQt5Network.so.5
I get no symbols
The system is ubuntu 16.10
Edit: as requested by G.M., the results of ldd qtcreator are listed as below
linux-vdso.so.1 => (0x00007ffc73fc9000)
libExtensionSystem.so.1 => /home/milo/Qt5.7.0/Tools/QtCreator/bin/./../lib/qtcreator/libExtensionSystem.so.1 (0x00007f8298dc8000)
libAggregation.so.1 => /home/milo/Qt5.7.0/Tools/QtCreator/bin/./../lib/qtcreator/libAggregation.so.1 (0x00007f8298bc2000)
libUtils.so.1 => /home/milo/Qt5.7.0/Tools/QtCreator/bin/./../lib/qtcreator/libUtils.so.1 (0x00007f8298818000)
libQt5Widgets.so.5 => /home/milo/Qt5.7.0/Tools/QtCreator/bin/./../lib/Qt/lib/libQt5Widgets.so.5 (0x00007f8297fc9000)
libQt5Gui.so.5 => /home/milo/Qt5.7.0/Tools/QtCreator/bin/./../lib/Qt/lib/libQt5Gui.so.5 (0x00007f8297820000)
libQt5Concurrent.so.5 => /home/milo/Qt5.7.0/Tools/QtCreator/bin/./../lib/Qt/lib/libQt5Concurrent.so.5 (0x00007f829761a000)
libQt5Network.so.5 => /home/milo/Qt5.7.0/Tools/QtCreator/bin/./../lib/Qt/lib/libQt5Network.so.5 (0x00007f82972bc000)
libQt5Core.so.5 => /home/milo/Qt5.7.0/Tools/QtCreator/bin/./../lib/Qt/lib/libQt5Core.so.5 (0x00007f8296ba0000)
libGL.so.1 => /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1 (0x00007f82968fb000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f82966de000)
libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f829635b000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f8296052000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f8295e3c000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f8295a72000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f829586e000)
/lib64/ld-linux-x86-64.so.2 (0x000055c6ee10e000)
libQt5Qml.so.5 => /home/milo/Qt5.7.0/Tools/QtCreator/bin/./../lib/qtcreator/../Qt/lib/libQt5Qml.so.5 (0x00007f8295274000)
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f829505a000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f8294e51000)
libicui18n.so.56 => /home/milo/Qt5.7.0/Tools/QtCreator/bin/./../lib/Qt/lib/libicui18n.so.56 (0x00007f82949b7000)
libicuuc.so.56 => /home/milo/Qt5.7.0/Tools/QtCreator/bin/./../lib/Qt/lib/libicuuc.so.56 (0x00007f82945fe000)
libicudata.so.56 => /home/milo/Qt5.7.0/Tools/QtCreator/bin/./../lib/Qt/lib/libicudata.so.56 (0x00007f8292c1b000)
libgthread-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0 (0x00007f8292a19000)
libglib-2.0.so.0 => /lib/x86_64-linux-gnu/libglib-2.0.so.0 (0x00007f8292707000)
libexpat.so.1 => /lib/x86_64-linux-gnu/libexpat.so.1 (0x00007f82924de000)
libxcb-dri3.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0 (0x00007f82922db000)
libxcb-present.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-present.so.0 (0x00007f82920d7000)
libxcb-sync.so.1 => /usr/lib/x86_64-linux-gnu/libxcb-sync.so.1 (0x00007f8291ed0000)
libxshmfence.so.1 => /usr/lib/x86_64-linux-gnu/libxshmfence.so.1 (0x00007f8291ccd000)
libglapi.so.0 => /usr/lib/x86_64-linux-gnu/libglapi.so.0 (0x00007f8291a9d000)
libXext.so.6 => /usr/lib/x86_64-linux-gnu/libXext.so.6 (0x00007f829188b000)
libXdamage.so.1 => /usr/lib/x86_64-linux-gnu/libXdamage.so.1 (0x00007f8291688000)
libXfixes.so.3 => /usr/lib/x86_64-linux-gnu/libXfixes.so.3 (0x00007f8291481000)
libX11-xcb.so.1 => /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1 (0x00007f829127f000)
libX11.so.6 => /usr/lib/x86_64-linux-gnu/libX11.so.6 (0x00007f8290f45000)
libxcb-glx.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0 (0x00007f8290d2b000)
libxcb-dri2.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-dri2.so.0 (0x00007f8290b26000)
libxcb.so.1 => /usr/lib/x86_64-linux-gnu/libxcb.so.1 (0x00007f8290904000)
libXxf86vm.so.1 => /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1 (0x00007f82906fd000)
libdrm.so.2 => /usr/lib/x86_64-linux-gnu/libdrm.so.2 (0x00007f82904ee000)
libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007f829027d000)
libXau.so.6 => /usr/lib/x86_64-linux-gnu/libXau.so.6 (0x00007f8290079000)
libXdmcp.so.6 => /usr/lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007f828fe72000)

Related

Error of Install R in linux/Red hat(error while loading shared libraries: libRblas.so)

I installed R on redhat using the following commands:
yum install R
when I run the R, I get an error like so:
/usr/lib64/R/bin/exec/R: error while loading shared libraries: libRblas.so: cannot open shared object file: No such file or directory
Finally I run the following commands:ldd /usr/lib64/R/lib/libR.so
I get the information:
libRblas.so => not found
libgfortran.so.3 => /lib64/libgfortran.so.3 (0x00007ffb64852000)
libm.so.6 => /lib64/libm.so.6 (0x00007ffb64550000)
libquadmath.so.0 => /lib64/libquadmath.so.0 (0x00007ffb64314000)
libreadline.so.6 => /lib64/libreadline.so.6 (0x00007ffb640ce000)
libtre.so.5 => /lib64/libtre.so.5 (0x00007ffb63ebe000)
libpcre2-8.so.0 => /lib64/libpcre2-8.so.0 (0x00007ffb63c47000)
libpcre.so.1 => /lib64/libpcre.so.1 (0x00007ffb639e5000)
liblzma.so.5 => /lib64/liblzma.so.5 (0x00007ffb637bf000)
libbz2.so.1 => /lib64/libbz2.so.1 (0x00007ffb635af000)
libz.so.1 => /lib64/libz.so.1 (0x00007ffb63399000)
librt.so.1 => /lib64/librt.so.1 (0x00007ffb63191000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007ffb62f8d000)
libicuuc.so.50 => /lib64/libicuuc.so.50 (0x00007ffb62c14000)
libicui18n.so.50 => /lib64/libicui18n.so.50 (0x00007ffb62815000)
libgomp.so.1 => /lib64/libgomp.so.1 (0x00007ffb625ef000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007ffb623d9000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007ffb621bd000)
libc.so.6 => /lib64/libc.so.6 (0x00007ffb61df0000)
/lib64/ld-linux-x86-64.so.2 (0x00007ffb651f2000)
libtinfo.so.5 => /lib64/libtinfo.so.5 (0x00007ffb61bc6000)
libicudata.so.50 => /lib64/libicudata.so.50 (0x00007ffb605f3000)
libstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007ffb602ec000)
I'am not good at linux, so I don't know how to deal with it.
How can I start the R successfully? Thanks.
Finally, I run
mv /usr/lib64/R/lib/libRrefblas.so /usr/lib64/R/lib/libRblas.so and let R run successfully!

understanding ldd verbose: what are the multiple versions?

When I run ldd in verbose mode, I get output like that below. What does it mean when multiple versions are listed? Does that mean that any of those versions workable, or that it needs all those versions?
ldd -v lbrycrd-linux\ \(4\)/lbrycrdd
linux-vdso.so.1 (0x00007ffd167cf000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007eff77399000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007eff77191000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007eff76df3000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007eff76bdb000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007eff767ea000)
/lib64/ld-linux-x86-64.so.2 (0x00007eff79f90000)
Version information:
lbrycrd-linux (4)/lbrycrdd:
ld-linux-x86-64.so.2 (GLIBC_2.3) => /lib64/ld-linux-x86-64.so.2
librt.so.1 (GLIBC_2.2.5) => /lib/x86_64-linux-gnu/librt.so.1
libm.so.6 (GLIBC_2.27) => /lib/x86_64-linux-gnu/libm.so.6
libm.so.6 (GLIBC_2.2.5) => /lib/x86_64-linux-gnu/libm.so.6
libgcc_s.so.1 (GCC_3.3) => /lib/x86_64-linux-gnu/libgcc_s.so.1
libgcc_s.so.1 (GCC_3.0) => /lib/x86_64-linux-gnu/libgcc_s.so.1
libgcc_s.so.1 (GCC_4.2.0) => /lib/x86_64-linux-gnu/libgcc_s.so.1
libpthread.so.0 (GLIBC_2.3.4) => /lib/x86_64-linux-gnu/libpthread.so.0
libpthread.so.0 (GLIBC_2.3.3) => /lib/x86_64-linux-gnu/libpthread.so.0
libpthread.so.0 (GLIBC_2.2.5) => /lib/x86_64-linux-gnu/libpthread.so.0
...
What does it mean when multiple versions are listed?
It means that your binary references symbols with these versions. See also this and this answer.
Does that mean that any of those versions workable, or that it needs all those versions?
The latter. Or rather, it needs a library that provides all of these symbols, which generally means GLIBC_2.27 or later for GLIBC, and GCC_4.2.0 or later for libgcc.

Julia v0.6: loaded JLD file does not show full contents

(Still) new to julia so bear with me. I have a file Pkg.jld that was saved with package versions from a julia v0.6 installation. I have the correct JLD installed but when I execute load("<path>/Pkgs.jld")["data"] the output is cut off. It prints
Dict{String,VersionNumber} with 139 entries:
"FFTW" => v"0.0.4"
"Gtk" => v"0.14.0"
... (more packages)
: => :
but it shows less than the claimed 139 entries. How can I see all the entries in the encoded dictionary?
You should get all entries by
show(stdout, "text/plain", yourdict)
Example:
julia> using Pkg; somedict = Pkg.installed()
Dict{String,Union{Nothing, VersionNumber}} with 61 entries:
"FFTW" => v"0.2.4"
"ForwardDiff" => v"0.10.0"
"Arpack" => v"0.3.0"
"Measurements" => v"1.0.2"
"Juno" => v"0.5.3"
"EllipsisNotation" => v"0.3.0"
"HTTP" => v"0.7.1"
"NPZ" => v"0.3.0"
"DataStructures" => v"0.14.0"
"Latexify" => v"0.5.1"
"SimpleWeightedGraphs" => v"1.1.0"
"PeriodicTable" => v"0.1.2"
"JLD2" => v"0.1.2"
"Knet" => v"1.1.1"
"DataFrames" => v"0.14.1"
"Distributions" => v"0.16.4"
"Helpers" => v"0.0.0"
"TimerOutputs" => v"0.4.0"
"IterativeSolvers" => v"0.7.1"
"HDF5" => v"0.10.2"
"Humanize" => v"1.0.0"
"LsqFit" => v"0.6.0"
⋮ => ⋮
julia> show(stdout, "text/plain", somedict)
Dict{String,Union{Nothing, VersionNumber}} with 61 entries:
"FFTW" => v"0.2.4"
"ForwardDiff" => v"0.10.0"
"Arpack" => v"0.3.0"
"Measurements" => v"1.0.2"
"Juno" => v"0.5.3"
"EllipsisNotation" => v"0.3.0"
"HTTP" => v"0.7.1"
"NPZ" => v"0.3.0"
"DataStructures" => v"0.14.0"
"Latexify" => v"0.5.1"
"SimpleWeightedGraphs" => v"1.1.0"
"PeriodicTable" => v"0.1.2"
"JLD2" => v"0.1.2"
"Knet" => v"1.1.1"
"DataFrames" => v"0.14.1"
"Distributions" => v"0.16.4"
"Helpers" => v"0.0.0"
"TimerOutputs" => v"0.4.0"
"IterativeSolvers" => v"0.7.1"
"HDF5" => v"0.10.2"
"Humanize" => v"1.0.0"
"LsqFit" => v"0.6.0"
"Polynomials" => v"0.5.1"
"ProgressMeter" => v"0.6.1"
"GPUArrays" => v"0.5.0"
"ApproxFun" => v"0.9.0"
"DistributedArrays" => v"0.5.1"
"CSV" => v"0.4.2"
"Revise" => v"0.7.12"
"Atom" => v"0.7.6"
"BenchmarkTools" => v"0.4.1"
"Optim" => v"0.17.1"
"ReverseDiff" => v"0.3.1"
"LinearOperators" => v"0.5.1"
"PyCall" => v"1.18.5"
"Traceur" => v"0.2.0"
"BandedMatrices" => v"0.5.2"
"DataFramesMeta" => v"0.4.0"
"JSON" => v"0.19.0"
"StatsBase" => v"0.25.0"
"IJulia" => v"1.13.0"
"Flux" => v"0.6.8"
"PyPlot" => v"2.6.3"
"Unitful" => v"0.12.0"
"StaticArrays" => v"0.9.2"
"DifferentialEquations" => v"5.3.1"
"Parameters" => v"0.10.1"
"UnicodePlots" => v"0.3.1"
"OnlineStats" => v"0.19.2"
"BlockBandedMatrices" => v"0.1.1"
"LightGraphs" => v"1.2.0"
"LinearMaps" => v"2.2.1"
"Query" => v"0.10.1"
"LaTeXStrings" => v"1.0.3"
"Rebugger" => v"0.1.4"
"OhMyREPL" => v"0.3.0"
"ProfileView" => v"0.4.0"
"AbstractTrees" => v"0.2.0"
"BlockArrays" => v"0.4.1"
"QuantumOptics" => v"0.6.1"
"Gtk" => v"0.16.4"
This in on Julia v1.0.1 but should basically work on v0.6 as well (remove the using Pkg and replace stdout -> STDOUT).

QtCreator does not start "could not load platform xcb" [Ubuntu 16.04]

I installed Qt5.7 including the Qtcreator using the installation tool "qt-unified-linux-x64-3.0.5-online.run" into the folder /usr/local/Qt
When I run qtcreator in verbose mode (export QT_DEBUG_PLUGINS=1), I get the following output:
Cannot load library /usr/local/Qt/5.7/gcc_64/plugins/platforms/libqxcb.so: (/usr/local/Qt/5.7/gcc_64/lib/libQt5XcbQpa.so.5: symbol _ZTI18QPlatformClipboard, version Qt_5 not defined in file libQt5Gui.so.5 with link time reference)
QLibraryPrivate::loadPlugin failed on "/usr/local/Qt/5.7/gcc_64/plugins/platforms/libqxcb.so" : "Cannot load library /usr/local/Qt/5.7/gcc_64/plugins/platforms/libqxcb.so: (/usr/local/Qt/5.7/gcc_64/lib/libQt5XcbQpa.so.5: symbol _ZTI18QPlatformClipboard, version Qt_5 not defined in file libQt5Gui.so.5 with link time reference)"
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, xcb, vnc.
Running ldd /usr/local/Qt/5.7/gcc_64/plugins/platforms/libqxcb.so returns
linux-vdso.so.1 => (0x00007ffdda390000)
libQt5XcbQpa.so.5 => /usr/local/Qt/5.7/gcc_64/lib/libQt5XcbQpa.so.5 (0x00007f9e44a33000)
libX11-xcb.so.1 => /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1 (0x00007f9e44831000)
libXi.so.6 => /usr/lib/x86_64-linux-gnu/libXi.so.6 (0x00007f9e44621000)
libSM.so.6 => /usr/lib/x86_64-linux-gnu/libSM.so.6 (0x00007f9e44419000)
libICE.so.6 => /usr/lib/x86_64-linux-gnu/libICE.so.6 (0x00007f9e441ff000)
libdbus-1.so.3 => /lib/x86_64-linux-gnu/libdbus-1.so.3 (0x00007f9e43fb3000)
libxcb.so.1 => /usr/lib/x86_64-linux-gnu/libxcb.so.1 (0x00007f9e43d91000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f9e43b8d000)
libgthread-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0 (0x00007f9e4398b000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f9e43783000)
libglib-2.0.so.0 => /lib/x86_64-linux-gnu/libglib-2.0.so.0 (0x00007f9e43472000)
libXrender.so.1 => /usr/lib/x86_64-linux-gnu/libXrender.so.1 (0x00007f9e43268000)
libXext.so.6 => /usr/lib/x86_64-linux-gnu/libXext.so.6 (0x00007f9e43056000)
libX11.so.6 => /usr/lib/x86_64-linux-gnu/libX11.so.6 (0x00007f9e42d1c000)
libfontconfig.so.1 => /usr/lib/x86_64-linux-gnu/libfontconfig.so.1 (0x00007f9e42ad9000)
libfreetype.so.6 => /usr/lib/x86_64-linux-gnu/libfreetype.so.6 (0x00007f9e4282f000)
libEGL.so.1 => /usr/lib/nvidia-384/libEGL.so.1 (0x00007f9e4262a000)
libQt5Gui.so.5 => /usr/local/Qt/5.7/gcc_64/lib/libQt5Gui.so.5 (0x00007f9e41e9e000)
libQt5DBus.so.5 => /usr/local/Qt/5.7/gcc_64/lib/libQt5DBus.so.5 (0x00007f9e41c1e000)
libQt5Core.so.5 => /usr/local/Qt/5.7/gcc_64/lib/libQt5Core.so.5 (0x00007f9e41500000)
libGL.so.1 => /usr/lib/nvidia-384/libGL.so.1 (0x00007f9e411be000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f9e40fa1000)
libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f9e40c1f000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f9e40916000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f9e40700000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f9e40336000)
libuuid.so.1 => /lib/x86_64-linux-gnu/libuuid.so.1 (0x00007f9e40131000)
libsystemd.so.0 => /lib/x86_64-linux-gnu/libsystemd.so.0 (0x00007f9e450fc000)
libXau.so.6 => /usr/lib/x86_64-linux-gnu/libXau.so.6 (0x00007f9e3ff2d000)
libXdmcp.so.6 => /usr/lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007f9e3fd27000)
/lib64/ld-linux-x86-64.so.2 (0x00007f9e44f84000)
libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007f9e3fab7000)
libexpat.so.1 => /lib/x86_64-linux-gnu/libexpat.so.1 (0x00007f9e3f88e000)
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f9e3f674000)
libpng12.so.0 => /usr/lib/x86_64-linux-gnu/libpng12.so.0 (0x00007f9e3f44f000)
libGLdispatch.so.0 => /usr/lib/nvidia-384/libGLdispatch.so.0 (0x00007f9e3f181000)
libicui18n.so.56 => /usr/local/Qt/5.7/gcc_64/lib/libicui18n.so.56 (0x00007f9e3ece7000)
libicuuc.so.56 => /usr/local/Qt/5.7/gcc_64/lib/libicuuc.so.56 (0x00007f9e3e92f000)
libicudata.so.56 => /usr/local/Qt/5.7/gcc_64/lib/libicudata.so.56 (0x00007f9e3cf4c000)
libnvidia-tls.so.384.130 => /usr/lib/nvidia-384/tls/libnvidia-tls.so.384.130 (0x00007f9e3cd48000)
libnvidia-glcore.so.384.130 => /usr/lib/nvidia-384/libnvidia-glcore.so.384.130 (0x00007f9e3ae8c000)
libselinux.so.1 => /lib/x86_64-linux-gnu/libselinux.so.1 (0x00007f9e3ac6a000)
liblzma.so.5 => /lib/x86_64-linux-gnu/liblzma.so.5 (0x00007f9e3aa48000)
libgcrypt.so.20 => /lib/x86_64-linux-gnu/libgcrypt.so.20 (0x00007f9e3a767000)
libgpg-error.so.0 => /lib/x86_64-linux-gnu/libgpg-error.so.0 (0x00007f9e3a553000)
I can't pin the error. Relevant threads are for example https://forum.qt.io/topic/71369/failed-to-load-qt-platform-plugin-xcb/2, but libQt5XcbQpa.so.5.6.1 is not missing in my case. Any ideas?
The solution for me was to explictly point to the correct shared libraries using:
LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/ qtcreator
See https://stackoverflow.com/a/52422726/2135504
I ran into the problem on Ubuntu 16, error xcb. Using the verbose key, I realized that the package was missing: libxcb-xinerama0. After installation, everything worked.

asterisk: symbol lookup error: /usr/lib/libasteriskssl.so.1 After Installation of Asterisk 11.9.0

I have installed Asterisk 11.9.0, but when i try to start the Asterisk instance, i get this error:
[root#localhost]# asterisk -rvvvv
asterisk: symbol lookup error: /usr/lib/libasteriskssl.so.1: undefined symbol: _ast_mem_backtrace_buffer
I tried to search online, but could not find any explanation to this error. I would really appreciate if someone guide me in this regard, i am using Centos 6.x :
2.6.32-358.el6.x86_64
[root#localhost]# ldd /usr/sbin/asterisk
linux-vdso.so.1 => (0x00007fffe89ff000)
libasteriskssl.so.1 => /usr/lib/libasteriskssl.so.1 (0x00007f302092e000)
libc.so.6 => /lib64/libc.so.6 (0x0000003652400000)
libxml2.so.2 => /usr/lib64/libxml2.so.2 (0x000000365d800000)
libz.so.1 => /lib64/libz.so.1 (0x0000003653800000)
libm.so.6 => /lib64/libm.so.6 (0x0000003653400000)
libsqlite3.so.0 => /usr/lib64/libsqlite3.so.0 (0x0000003669c00000)
libssl.so.10 => /usr/lib64/libssl.so.10 (0x0000003662800000)
libcrypto.so.10 => /usr/lib64/libcrypto.so.10 (0x000000365f000000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003652800000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003652c00000)
libtinfo.so.5 => /lib64/libtinfo.so.5 (0x00007f302070a000)
libresolv.so.2 => /lib64/libresolv.so.2 (0x0000003654400000)
libedit.so.0 => /usr/lib64/libedit.so.0 (0x00007f30204da000)
libncurses.so.5 => /lib64/libncurses.so.5 (0x000000365e800000)
/lib64/ld-linux-x86-64.so.2 (0x0000003652000000)
libgssapi_krb5.so.2 => /lib64/libgssapi_krb5.so.2 (0x000000365f800000)
libkrb5.so.3 => /lib64/libkrb5.so.3 (0x000000365e400000)
libcom_err.so.2 => /lib64/libcom_err.so.2 (0x000000365e000000)
libk5crypto.so.3 => /lib64/libk5crypto.so.3 (0x000000365f400000)
libkrb5support.so.0 => /lib64/libkrb5support.so.0 (0x00007f30202cd000)
libkeyutils.so.1 => /lib64/libkeyutils.so.1 (0x000000365ec00000)
libselinux.so.1 => /lib64/libselinux.so.1 (0x0000003654000000)
Looking forward to your feedback. Thanks
You have remove all duplicates for libssl, if any
After that need install libssl-devel and recompile asterisk with your version of library.

Resources