[Bug 292984] New: git is installed s that it cannot find its library
https://bugzilla.novell.com/show_bug.cgi?id=292984 Summary: git is installed s that it cannot find its library Product: openSUSE 10.3 Version: Alpha 5plus Platform: x86-64 OS/Version: openSUSE 10.3 Status: NEW Severity: Normal Priority: P5 - None Component: Installation AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: oneukum@novell.com QAContact: jsrain@novell.com Found By: --- When using git I got the following error: oliver@oenone:/home/olli2/Trees/greg26/drivers/usb/core> git-diff-cache -p HEAD git-diff-cache: error while loading shared libraries: libssl.so.0.9.7: cannot open shared object file: No such file or directory oliver@oenone:/home/olli2/Trees/greg26/drivers/usb/core> find /usr/lib64/ -name "libssl*" -print /usr/lib64/libssl3.so /usr/lib64/libssl.so.0.9.7 /usr/lib64/libssl.so.0.9.8 /usr/lib64/libssl.so /usr/lib64/pkgconfig/libssl.pc /usr/lib64/libssl.a -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=292984#c1 --- Comment #1 from Oliver Neukum <oneukum@novell.com> 2007-07-19 04:21:22 MST --- strace of failing command: open("/lib/tls/i686/sse2/libssl.so.0.9.7", O_RDONLY) = -1 ENOENT (No such file or directory) stat64(0xfff81680, 0xfff816dc) = -1 ENOENT (No such file or directory) open("/lib/tls/i686/libssl.so.0.9.7", O_RDONLY) = -1 ENOENT (No such file or directory) stat64(0xfff81680, 0xfff816dc) = -1 ENOENT (No such file or directory) open("/lib/tls/sse2/libssl.so.0.9.7", O_RDONLY) = -1 ENOENT (No such file or directory) stat64(0xfff81680, 0xfff816dc) = -1 ENOENT (No such file or directory) open("/lib/tls/libssl.so.0.9.7", O_RDONLY) = -1 ENOENT (No such file or directory) stat64(0xfff81680, 0xfff816dc) = -1 ENOENT (No such file or directory) open("/lib/i686/sse2/libssl.so.0.9.7", O_RDONLY) = -1 ENOENT (No such file or directory) stat64(0xfff81680, 0xfff816dc) = -1 ENOENT (No such file or directory) open("/lib/i686/libssl.so.0.9.7", O_RDONLY) = -1 ENOENT (No such file or directory) stat64(0xfff81680, 0xfff816dc) = -1 ENOENT (No such file or directory) open("/lib/sse2/libssl.so.0.9.7", O_RDONLY) = -1 ENOENT (No such file or directory) stat64(0xfff81680, 0xfff816dc) = -1 ENOENT (No such file or directory) open("/lib/libssl.so.0.9.7", O_RDONLY) = -1 ENOENT (No such file or directory) stat64(0xfff81680, 0xfff816dc) = 0 open("/usr/lib/tls/i686/sse2/libssl.so.0.9.7", O_RDONLY) = -1 ENOENT (No such file or directory) stat64(0xfff81680, 0xfff816dc) = -1 ENOENT (No such file or directory) open("/usr/lib/tls/i686/libssl.so.0.9.7", O_RDONLY) = -1 ENOENT (No such file or directory) stat64(0xfff81680, 0xfff816dc) = -1 ENOENT (No such file or directory) open("/usr/lib/tls/sse2/libssl.so.0.9.7", O_RDONLY) = -1 ENOENT (No such file or directory) stat64(0xfff81680, 0xfff816dc) = -1 ENOENT (No such file or directory) open("/usr/lib/tls/libssl.so.0.9.7", O_RDONLY) = -1 ENOENT (No such file or directory) stat64(0xfff81680, 0xfff816dc) = -1 ENOENT (No such file or directory) open("/usr/lib/i686/sse2/libssl.so.0.9.7", O_RDONLY) = -1 ENOENT (No such file or directory) stat64(0xfff81680, 0xfff816dc) = -1 ENOENT (No such file or directory) open("/usr/lib/i686/libssl.so.0.9.7", O_RDONLY) = -1 ENOENT (No such file or directory) stat64(0xfff81680, 0xfff816dc) = -1 ENOENT (No such file or directory) open("/usr/lib/sse2/libssl.so.0.9.7", O_RDONLY) = -1 ENOENT (No such file or directory) stat64(0xfff81680, 0xfff816dc) = -1 ENOENT (No such file or directory) open("/usr/lib/libssl.so.0.9.7", O_RDONLY) = -1 ENOENT (No such file or directory) stat64(0xfff81680, 0xfff816dc) = 0 writev(2, [{"git-diff-cache", 14}, {": ", 2}, {"error while loading shared libra"..., 36}, {": ", 2}, {"libssl.so.0.9.7", 15}, {": ", 2}, {"cannot open shared object file", 30}, {": ", 2}, {"No such file or directory", 25}, {"\n", 1}], 10git-diff-cache: error while loading shared libraries: libssl.so.0.9.7: cannot open shared object file: No such file or directory -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=292984 Matej Horvath <mhorvath@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |pbaudis@novell.com |screening@forge.provo.novell| |.com | Component|Installation |Development -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=292984#c2 --- Comment #2 from Oliver Neukum <oneukum@novell.com> 2007-11-06 03:16:55 MST --- Still present in final -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=292984#c3 Oliver Neukum <oneukum@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #3 from Oliver Neukum <oneukum@novell.com> 2007-11-06 04:55:58 MST --- Sorry, I had an old copy of git in $HOME/bin -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com