gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] can't load libgnashamf-cvs20070512.so


From: James Lockie
Subject: Re: [Gnash-dev] can't load libgnashamf-cvs20070512.so
Date: Sat, 12 May 2007 21:37:01 -0400
User-agent: Thunderbird Mail/News

$ strace /usr/local/bin/gnash
execve("/usr/local/bin/gnash", ["/usr/local/bin/gnash"], [/* 59 vars */]) = 0
brk(0)                                  = 0x506000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b686b21b000
uname({sys="Linux", node="localhost", ...}) = 0
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=137179, ...}) = 0
mmap(NULL, 137179, PROT_READ, MAP_PRIVATE, 3, 0) = 0x2b686b21c000
close(3)                                = 0
open("/lib64/tls/x86_64/libgnashamf-cvs20070512.so", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/lib64/tls/x86_64", 0x7fff3f8a7bb0) = -1 ENOENT (No such file or directory) open("/lib64/tls/libgnashamf-cvs20070512.so", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/lib64/tls", 0x7fff3f8a7bb0) = -1 ENOENT (No such file or directory) open("/lib64/x86_64/libgnashamf-cvs20070512.so", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/lib64/x86_64", 0x7fff3f8a7bb0) = -1 ENOENT (No such file or directory) open("/lib64/libgnashamf-cvs20070512.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/lib64", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib64/tls/x86_64/libgnashamf-cvs20070512.so", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/usr/lib64/tls/x86_64", 0x7fff3f8a7bb0) = -1 ENOENT (No such file or directory) open("/usr/lib64/tls/libgnashamf-cvs20070512.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/tls", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib64/x86_64/libgnashamf-cvs20070512.so", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/usr/lib64/x86_64", 0x7fff3f8a7bb0) = -1 ENOENT (No such file or directory) open("/usr/lib64/libgnashamf-cvs20070512.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64", {st_mode=S_IFDIR|0755, st_size=77824, ...}) = 0
writev(2, [{"/usr/local/bin/gnash", 20}, {": ", 2}, {"error while loading shared libra"..., 36}, {": ", 2}, {"libgnashamf-cvs20070512.so", 26}, {": ", 2}, {"cannot open shared object file", 30}, {": ", 2}, {"No such file or directory", 25}, {"\n", 1}], 10/usr/local/bin/gnash: error while loading shared libraries: libgnashamf-cvs20070512.so: cannot open shared object file: No such file or directory
) = 146
exit_group(127)                         = ?
Process 10572 detached

How do I make /usr/local/bin/gnash look in /usr/local/lib64 ?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]