Re: [fomus-user] pd fomus: no output filename given
Status: Alpha
Brought to you by:
psenicka
|
From: <ro...@go...> - 2010-09-20 16:51:06
|
> On Mon, 2010-09-20 at 15:57 +0200, ro...@go... wrote:
>
>> echo "/usr/local/lib" >> /etc/ld.so.conf
>> ldconfig
>>
>> to get fomus to see libfomus
>>
>
> This problem's been bothering me for some time and seems to happen on
> some machines but not others... If you don't mind, can you type the
> following at a command prompt:
>
> cd /usr/local/bin
> readelf -d fomus | grep RPATH
>
> and see if that prints something like `Library rpath:
> [/usr/local/lib]'?...
nope - no output from that.
without the grep all i get is this:
(/usr/local/bin) % readelf -d fomus
eee-w
Dynamic section at offset 0x1fef0 contains 27 entries:
Tag Type Name/Value
0x00000001 (NEEDED) Shared library: [libfomus.so]
0x00000001 (NEEDED) Shared library:
[libboost_program_options.so.1.40.0]
0x00000001 (NEEDED) Shared library: [libdl.so.2]
0x00000001 (NEEDED) Shared library: [libstdc++.so.6]
0x00000001 (NEEDED) Shared library: [libm.so.6]
0x00000001 (NEEDED) Shared library: [libgcc_s.so.1]
0x00000001 (NEEDED) Shared library: [libc.so.6]
0x0000000c (INIT) 0x804ebbc
0x0000000d (FINI) 0x8061f9c
0x00000004 (HASH) 0x80481ac
0x6ffffef5 (GNU_HASH) 0x8048ab0
0x00000005 (STRTAB) 0x804a56c
0x00000006 (SYMTAB) 0x80491ec
0x0000000a (STRSZ) 15918 (bytes)
0x0000000b (SYMENT) 16 (bytes)
0x00000015 (DEBUG) 0x0
0x00000003 (PLTGOT) 0x8068ff4
0x00000002 (PLTRELSZ) 1056 (bytes)
0x00000014 (PLTREL) REL
0x00000017 (JMPREL) 0x804e79c
0x00000011 (REL) 0x804e6ac
0x00000012 (RELSZ) 240 (bytes)
0x00000013 (RELENT) 8 (bytes)
0x6ffffffe (VERNEED) 0x804e60c
0x6fffffff (VERNEEDNUM) 3
0x6ffffff0 (VERSYM) 0x804e39a
0x00000000 (NULL) 0x0
(/usr/local/bin) %
------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev_______________________________________________
> fomus-user mailing list
> fom...@li...
> https://lists.sourceforge.net/lists/listinfo/fomus-user
>
|