PxLoadImage failure

I am porting a photon application from QNX 6.3 to 6.5 and running into a problem with PxLoadImage. The application uses “PxLoadImage(“sample.gif”, &pt_methods)” to load a gif image to the memory however it always fails with return value being NULL. I use the command “pv sample.gif” in the shell window and it also fails with “unable to load sample.gif”. The application runs on a compact flash card and I suspect some photon libraries are missing. So I use “export DL_DEBUG=1” before I run the “pv sample.gif” command, and the output is as follows, however I am still not able to figure out which library is missing. Can someone help me look into it? Greatly appreciated!

libs: load_object: attempt load of libAp.so.3
debug: find_file:1151: name=libAp.so.3 libpath=NULL rpath=NULL
debug: searchpath:1095: name=libAp.so.3 path= amode=4 bufsize=1025
debug: searchpath:1095: name=libAp.so.3 path= amode=4 bufsize=1025
debug: searchpath:1095: name=libAp.so.3 path=/usr/lib:/lib:/lib/dll:/cygnet/rele
debug: searchpath:1119: trying /usr/lib/libAp.so.3
debug: searchpath:1124:/usr/lib/libAp.so.3: success
libs: /usr/lib/libAp.so.3: found; real path:/usr/lib/libAp.so.3
libs: load_elf32: loaded lib at addr b8200000(text) b820f984(data)
libs: object libAp.so.3 loaded; real soname: libAp.so.3 loaded from: /usr/lib/li
libs: load_object: attempt load of libph.so.3
debug: find_file:1151: name=libph.so.3 libpath=NULL rpath=NULL
debug: searchpath:1095: name=libph.so.3 path= amode=4 bufsize=1025
debug: searchpath:1095: name=libph.so.3 path= amode=4 bufsize=1025
debug: searchpath:1095: name=libph.so.3 path=/usr/lib:/lib:/lib/dll:/cygnet/rele
debug: searchpath:1119: trying /usr/lib/libph.so.3
debug: searchpath:1124:/usr/lib/libph.so.3: success
libs: /usr/lib/libph.so.3: found; real path:/usr/lib/libph.so.3
libs: load_elf32: loaded lib at addr b8211000(text) b8316c68(data)
libs: object libph.so.3 loaded; real soname: libph.so.3 loaded from: /usr/lib/li
libs: load_object: attempt load of libm.so.2
debug: find_file:1151: name=libm.so.2 libpath=NULL rpath=NULL
debug: searchpath:1095: name=libm.so.2 path= amode=4 bufsize=1025
debug: searchpath:1095: name=libm.so.2 path= amode=4 bufsize=1025
debug: searchpath:1095: name=libm.so.2 path=/usr/lib:/lib:/lib/dll:/cygnet/relea
debug: searchpath:1119: trying /usr/lib/libm.so.2
debug: searchpath:1130:/usr/lib/libm.so.2: failed (No such file or directory)
debug: searchpath:1119: trying /lib/libm.so.2
debug: searchpath:1124:/lib/libm.so.2: success
libs: /lib/libm.so.2: found; real path:/lib/libm.so.2
libs: load_elf32: loaded lib at addr b8320000(text) b834de7c(data)
libs: object libm.so.2 loaded; real soname: libm.so.2 loaded from: /lib/libm.so.
libs: load_object: attempt load of libphexlib.so.3
debug: find_file:1151: name=libphexlib.so.3 libpath=NULL rpath=NULL
debug: searchpath:1095: name=libphexlib.so.3 path= amode=4 bufsize=1025
debug: searchpath:1095: name=libphexlib.so.3 path= amode=4 bufsize=1025
debug: searchpath:1095: name=libphexlib.so.3 path=/usr/lib:/lib:/lib/dll:/cygnet
debug: searchpath:1119: trying /usr/lib/libphexlib.so.3
debug: searchpath:1124:/usr/lib/libphexlib.so.3: success
libs: /usr/lib/libphexlib.so.3: found; real path:/usr/lib/libphexlib.so.3
libs: load_elf32: loaded lib at addr b8353000(text) b8381bc0(data)
libs: object libphexlib.so.3 loaded; real soname: libphexlib.so.3 loaded from: /
libs: load_object: attempt load of libimg.so.1
debug: find_file:1151: name=libimg.so.1 libpath=NULL rpath=NULL
debug: searchpath:1095: name=libimg.so.1 path= amode=4 bufsize=1025
debug: searchpath:1095: name=libimg.so.1 path= amode=4 bufsize=1025
debug: searchpath:1095: name=libimg.so.1 path=/usr/lib:/lib:/lib/dll:/cygnet/rel
debug: searchpath:1119: trying /usr/lib/libimg.so.1
debug: searchpath:1130:/usr/lib/libimg.so.1: failed (No such file or directory)
debug: searchpath:1119: trying /lib/libimg.so.1
debug: searchpath:1124:/lib/libimg.so.1: success
libs: /lib/libimg.so.1: found; real path:/lib/libimg.so.1
libs: load_elf32: loaded lib at addr b8383000(text) b8393e60(data)
libs: object libimg.so.1 loaded; real soname: libimg.so.1 loaded from: /lib/libi
libs: load_object: attempt load of libfont.so.1
debug: find_file:1151: name=libfont.so.1 libpath=NULL rpath=NULL
debug: searchpath:1095: name=libfont.so.1 path= amode=4 bufsize=1025
debug: searchpath:1095: name=libfont.so.1 path= amode=4 bufsize=1025
debug: searchpath:1095: name=libfont.so.1 path=/usr/lib:/lib:/lib/dll:/cygnet/re
debug: searchpath:1119: trying /usr/lib/libfont.so.1
debug: searchpath:1130:/usr/lib/libfont.so.1: failed (No such file or directory)
debug: searchpath:1119: trying /lib/libfont.so.1
debug: searchpath:1124:/lib/libfont.so.1: success
libs: /lib/libfont.so.1: found; real path:/lib/libfont.so.1
libs: load_elf32: loaded lib at addr b8395000(text) b839c514(data)
libs: object libfont.so.1 loaded; real soname: libfont.so.1 loaded from: /lib/li
debug: Added to link map
debug: Added libAp.so.3 to link map
debug: Added libph.so.3 to link map
debug: Added libm.so.2 to link map
debug: Added libphexlib.so.3 to link map
debug: Added libimg.so.1 to link map
debug: Added libc.so.3 to link map
debug: Added libfont.so.1 to link map
Resolution scope for Executable->pv:
Executable->pv
libAp.so.3->/usr/lib/libAp.so.3
libph.so.3->/usr/lib/libph.so.3
libm.so.2->/lib/libm.so.2
libphexlib.so.3->/usr/lib/libphexlib.so.3
libimg.so.1->/lib/libimg.so.1
libc.so.3->/usr/lib/ldqnx.so.2
libfont.so.1->/lib/libfont.so.1
libs: init: libfont.so.1 obj->refcount: 1
libs: init: libc.so.3 obj->refcount: 1
libs: init: libimg.so.1 obj->refcount: 1
libs: init: libphexlib.so.3 obj->refcount: 1
libs: init: libm.so.2 obj->refcount: 1
libs: init: libph.so.3 obj->refcount: 1
libs: init: libAp.so.3 obj->refcount: 1
debug: Looking up symbol atexit
debug: Symbol atexit bound to definition in libc.so.3
List dump. Name: debug: Startup objects list (DSO)
Object addr 0x0x8061000
Refcount: 1
Flags: 0x40e247 INITFINIRESOLVEDJMPRELSDONEEXECUTABLEINITARRAYFINIARRAY
Name:
Rpath:
Text: 0x0x8048000
Text size: 43200 (0xa8c0)
Text rel: 0 (0x0)
Data offset: 47296 (0xb8c0)
Data size: 6412 (0x190c)
Data rel: 0 (0x0)
Scope: 0x0xb037dca8
Object addr 0x0x8061400
Refcount: 1
Flags: 0x402043 INITRESOLVEDJMPRELSDONEINITARRAYGLOBAL
Name: libAp.so.3
Rpath:
Text: 0x0xb8200000
Text size: 59756 (0xe96c)
Text rel: 3089104896 (0xb8200000)
Data offset: 63876 (0xf984)
Data size: 2492 (0x9bc)
Data rel: 3089104896 (0xb8200000)
Scope: 0x0xb037dca8
Object addr 0x0x8061800
Refcount: 1
Flags: 0x402043 INITRESOLVEDJMPRELSDONEINITARRAYGLOBAL
Name: libph.so.3
Rpath:
Text: 0x0xb8211000
Text size: 1068112 (0x104c50)
Text rel: 3089174528 (0xb8211000)
Data offset: 1072232 (0x105c68)
Data size: 33788 (0x83fc)
Data rel: 3089174528 (0xb8211000)
Scope: 0x0xb037dca8
Object addr 0x0x8061c00
Refcount: 1
Flags: 0x402043 INITRESOLVEDJMPRELSDONEINITARRAYGLOBAL
Name: libm.so.2
Rpath:
Text: 0x0xb8320000
Text size: 183908 (0x2ce64)
Text rel: 3090284544 (0xb8320000)
Data offset: 188028 (0x2de7c)
Data size: 17252 (0x4364)
Data rel: 3090284544 (0xb8320000)
Scope: 0x0xb037dca8
Object addr 0x0x8062000
Refcount: 1
Flags: 0x402043 INITRESOLVEDJMPRELSDONEINITARRAYGLOBAL
Name: libphexlib.so.3
Rpath:
Text: 0x0xb8353000
Text size: 187304 (0x2dba8)
Text rel: 3090493440 (0xb8353000)
Data offset: 191424 (0x2ebc0)
Data size: 1368 (0x558)
Data rel: 3090493440 (0xb8353000)
Scope: 0x0xb037dca8
Object addr 0x0x8062400
Refcount: 1
Flags: 0x402043 INITRESOLVEDJMPRELSDONEINITARRAYGLOBAL
Name: libimg.so.1
Rpath:
Text: 0x0xb8383000
Text size: 65096 (0xfe48)
Text rel: 3090690048 (0xb8383000)
Data offset: 69216 (0x10e60)
Data size: 696 (0x2b8)
Data rel: 3090690048 (0xb8383000)
Scope: 0x0xb037dca8
Object addr 0x0x8062800
Refcount: 1
Flags: 0x402043 INITRESOLVEDJMPRELSDONEINITARRAYGLOBAL
Name: libc.so.3
Rpath:
Text: 0x0xb0300000
Text size: 497576 (0x797a8)
Text rel: 2955935744 (0xb0300000)
Data offset: 501696 (0x7a7c0)
Data size: 16044 (0x3eac)
Data rel: 2955935744 (0xb0300000)
Scope: 0x0xb037dca8
Object addr 0x0x8062c00
Refcount: 1
Flags: 0x402043 INITRESOLVEDJMPRELSDONEINITARRAYGLOBAL
Name: libfont.so.1
Rpath:
Text: 0x0xb8395000
Text size: 25852 (0x64fc)
Text rel: 3090763776 (0xb8395000)
Data offset: 29972 (0x7514)
Data size: 472 (0x1d8)
Data rel: 3090763776 (0xb8395000)
Scope: 0x0xb037dca8
List dump. Name: debug: All objects list (DAO)
Object addr 0x0x8061000
Refcount: 1
Flags: 0x40e247 INITFINIRESOLVEDJMPRELSDONEEXECUTABLEINITARRAYFINIARRAY
Name:
Rpath:
Text: 0x0x8048000
Text size: 43200 (0xa8c0)
Text rel: 0 (0x0)
Data offset: 47296 (0xb8c0)
Data size: 6412 (0x190c)
Data rel: 0 (0x0)
Scope: 0x0xb037dca8
Object addr 0x0x8061400
Refcount: 1
Flags: 0x402043 INITRESOLVEDJMPRELSDONEINITARRAYGLOBAL
Name: libAp.so.3
Rpath:
Text: 0x0xb8200000
Text size: 59756 (0xe96c)
Text rel: 3089104896 (0xb8200000)
Data offset: 63876 (0xf984)
Data size: 2492 (0x9bc)
Data rel: 3089104896 (0xb8200000)
Scope: 0x0xb037dca8
Object addr 0x0x8061800
Refcount: 1
Flags: 0x402043 INITRESOLVEDJMPRELSDONEINITARRAYGLOBAL
Name: libph.so.3
Rpath:
Text: 0x0xb8211000
Text size: 1068112 (0x104c50)
Text rel: 3089174528 (0xb8211000)
Data offset: 1072232 (0x105c68)
Data size: 33788 (0x83fc)
Data rel: 3089174528 (0xb8211000)
Scope: 0x0xb037dca8
Object addr 0x0x8061c00
Refcount: 1
Flags: 0x402043 INITRESOLVEDJMPRELSDONEINITARRAYGLOBAL
Name: libm.so.2
Rpath:
Text: 0x0xb8320000
Text size: 183908 (0x2ce64)
Text rel: 3090284544 (0xb8320000)
Data offset: 188028 (0x2de7c)
Data size: 17252 (0x4364)
Data rel: 3090284544 (0xb8320000)
Scope: 0x0xb037dca8
Object addr 0x0x8062000
Refcount: 1
Flags: 0x402043 INITRESOLVEDJMPRELSDONEINITARRAYGLOBAL
Name: libphexlib.so.3
Rpath:
Text: 0x0xb8353000
Text size: 187304 (0x2dba8)
Text rel: 3090493440 (0xb8353000)
Data offset: 191424 (0x2ebc0)
Data size: 1368 (0x558)
Data rel: 3090493440 (0xb8353000)
Scope: 0x0xb037dca8
Object addr 0x0x8062400
Refcount: 1
Flags: 0x402043 INITRESOLVEDJMPRELSDONEINITARRAYGLOBAL
Name: libimg.so.1
Rpath:
Text: 0x0xb8383000
Text size: 65096 (0xfe48)
Text rel: 3090690048 (0xb8383000)
Data offset: 69216 (0x10e60)
Data size: 696 (0x2b8)
Data rel: 3090690048 (0xb8383000)
Scope: 0x0xb037dca8
Object addr 0x0x8062800
Refcount: 1
Flags: 0x402043 INITRESOLVEDJMPRELSDONEINITARRAYGLOBAL
Name: libc.so.3
Rpath:
Text: 0x0xb0300000
Text size: 497576 (0x797a8)
Text rel: 2955935744 (0xb0300000)
Data offset: 501696 (0x7a7c0)
Data size: 16044 (0x3eac)
Data rel: 2955935744 (0xb0300000)
Scope: 0x0xb037dca8
Object addr 0x0x8062c00
Refcount: 1
Flags: 0x402043 INITRESOLVEDJMPRELSDONEINITARRAYGLOBAL
Name: libfont.so.1
Rpath:
Text: 0x0xb8395000
Text size: 25852 (0x64fc)
Text rel: 3090763776 (0xb8395000)
Data offset: 29972 (0x7514)
Data size: 472 (0x1d8)
Data rel: 3090763776 (0xb8395000)
Scope: 0x0xb037dca8
debug: Looking up symbol _init_libc
debug: Symbol _init_libc bound to definition in libc.so.3
debug: Looking up symbol _preinit_array
debug: Symbol _preinit_array bound to definition in libc.so.3
debug: Looking up symbol atexit
debug: Symbol atexit bound to definition in libc.so.3
debug: Looking up symbol _fini_array
debug: Symbol _fini_array bound to definition in libc.so.3
debug: Looking up symbol _init_array
debug: Symbol _init_array bound to definition in libc.so.3
debug: Looking up symbol ApInitialize
debug: Symbol ApInitialize bound to definition in libAp.so.3
debug: Looking up symbol getopt
debug: Symbol getopt bound to definition in libc.so.3
debug: Looking up symbol PtInit
debug: Symbol PtInit bound to definition in libph.so.3
debug: Looking up symbol calloc
debug: Symbol calloc bound to definition in libc.so.3
debug: Looking up symbol __calloc
debug: Symbol __calloc bound to definition in libc.so.3
debug: Looking up symbol PhAttach
debug: Symbol PhAttach bound to definition in libph.so.3
debug: Looking up symbol PhOpen
debug: Symbol PhOpen bound to definition in libph.so.3
debug: Looking up symbol __get_barena
debug: Symbol __get_barena bound to definition in libc.so.3
debug: Looking up symbol getenv
debug: Symbol getenv bound to definition in libc.so.3
debug: Looking up symbol _findenv
debug: Symbol _findenv bound to definition in libc.so.3
debug: Looking up symbol strncmp
debug: Symbol strncmp bound to definition in libc.so.3
debug: Looking up symbol __get_errno_ptr
debug: Symbol __get_errno_ptr bound to definition in libc.so.3
debug: Looking up symbol strdup
debug: Symbol strdup bound to definition in libc.so.3
debug: Looking up symbol strlen
debug: Symbol strlen bound to definition in libc.so.3
debug: Looking up symbol memcpy
debug: Symbol memcpy bound to definition in libc.so.3
debug: Looking up symbol _connect
debug: Symbol _connect bound to definition in libc.so.3
debug: Looking up symbol _connect_entry
debug: Symbol _connect_entry bound to definition in libc.so.3
debug: Looking up symbol _connect_ctrl
debug: Symbol _connect_ctrl bound to definition in libc.so.3
debug: Looking up symbol __stackavail
debug: Symbol __stackavail bound to definition in libc.so.3
debug: Looking up symbol ConnectAttach
debug: Symbol ConnectAttach bound to definition in libc.so.3
debug: Looking up symbol ConnectDetach_r
debug: Symbol ConnectDetach_r bound to definition in libc.so.3
debug: Looking up symbol ConnectFlags_r
debug: Symbol ConnectFlags_r bound to definition in libc.so.3
debug: Looking up symbol fcntl
debug: Symbol fcntl bound to definition in libc.so.3
debug: Looking up symbol _vfcntl
debug: Symbol _vfcntl bound to definition in libc.so.3
debug: Looking up symbol ConnectFlags
debug: Symbol ConnectFlags bound to definition in libc.so.3
debug: Looking up symbol PhDCCreate
debug: Symbol PhDCCreate bound to definition in libph.so.3
debug: Looking up symbol PhDCInit
debug: Symbol PhDCInit bound to definition in libph.so.3
debug: Looking up symbol PgCreateGC
debug: Symbol PgCreateGC bound to definition in libph.so.3
debug: Looking up symbol malloc
debug: Symbol malloc bound to definition in libc.so.3
debug: Looking up symbol PgSetGCCx
debug: Symbol PgSetGCCx bound to definition in libph.so.3
debug: Looking up symbol PgSetDrawBufferSizeCx
debug: Symbol PgSetDrawBufferSizeCx bound to definition in libph.so.3
debug: Looking up symbol PgFFlushCx
debug: Symbol PgFFlushCx bound to definition in libph.so.3
debug: Looking up symbol PgClearDrawBufferCx
debug: Symbol PgClearDrawBufferCx bound to definition in libph.so.3
debug: Looking up symbol PgDefaultBufGC
debug: Symbol PgDefaultBufGC bound to definition in libph.so.3
debug: Looking up symbol pthread_mutexattr_init
debug: Symbol pthread_mutexattr_init bound to definition in libc.so.3
debug: Looking up symbol pthread_mutexattr_setrecursive
debug: Symbol pthread_mutexattr_setrecursive bound to definition in libc.so.3
debug: Looking up symbol pthread_mutexattr_settype
debug: Symbol pthread_mutexattr_settype bound to definition in libc.so.3
debug: Looking up symbol pthread_mutex_init
debug: Symbol pthread_mutex_init bound to definition in libc.so.3
debug: Looking up symbol SyncTypeCreate_r
debug: Symbol SyncTypeCreate_r bound to definition in libc.so.3
debug: Looking up symbol strrchr
debug: Symbol strrchr bound to definition in libc.so.3
debug: Looking up symbol memcpy
debug: Symbol memcpy bound to definition in libc.so.3
debug: Looking up symbol PfAttach
debug: Symbol PfAttach bound to definition in libph.so.3
debug: Looking up symbol PfAttachCx
debug: Symbol PfAttachCx bound to definition in libfont.so.1
debug: Looking up symbol calloc
debug: Symbol calloc bound to definition in libc.so.3
debug: Looking up symbol strdup
debug: Symbol strdup bound to definition in libc.so.3
debug: Looking up symbol getenv
debug: Symbol getenv bound to definition in libc.so.3
debug: Looking up symbol open
debug: Symbol open bound to definition in libc.so.3
debug: Looking up symbol _vopen
debug: Symbol _vopen bound to definition in libc.so.3
debug: Looking up symbol _connect
debug: Symbol _connect bound to definition in libc.so.3
debug: Looking up symbol fcntl
debug: Symbol fcntl bound to definition in libc.so.3
debug: Looking up symbol setenv
debug: Symbol setenv bound to definition in libc.so.3
debug: Looking up symbol PtAllocAppContext
debug: Symbol PtAllocAppContext bound to definition in libph.so.3
debug: Looking up symbol pthread_key_create
debug: Symbol pthread_key_create bound to definition in libc.so.3
debug: Looking up symbol pthread_setspecific
debug: Symbol pthread_setspecific bound to definition in libc.so.3
debug: Looking up symbol realloc
debug: Symbol realloc bound to definition in libc.so.3
debug: Looking up symbol __realloc
debug: Symbol __realloc bound to definition in libc.so.3
debug: Looking up symbol pt_app_init_resources
debug: Symbol pt_app_init_resources bound to definition in libph.so.3
debug: Looking up symbol PtSetFocusRenderDflt
debug: Symbol PtSetFocusRenderDflt bound to definition in libph.so.3
debug: Looking up symbol PhRegisterTransportType
debug: Symbol PhRegisterTransportType bound to definition in libph.so.3
debug: Looking up symbol PtAddData
debug: Symbol PtAddData bound to definition in libph.so.3
debug: Looking up symbol dlopen
debug: Symbol dlopen bound to definition in libc.so.3
debug: Looking up symbol getenv
debug: Symbol getenv bound to definition in libc.so.3
libs: dlopen(“PtHook.so”,0)
Mode:

libs: Neither RTLD_GROUP nor RTLD_WORLD specified, assuming RTLD_GROUP | RTLD_WO
libs: load_object: attempt load of PtHook.so
debug: find_file:1151: name=PtHook.so libpath=NULL rpath=NULL
debug: searchpath:1095: name=PtHook.so path= amode=4 bufsize=1025
debug: searchpath:1095: name=PtHook.so path= amode=4 bufsize=1025
debug: searchpath:1095: name=PtHook.so path=/usr/lib:/lib:/lib/dll:/cygnet/relea
debug: Looking up symbol strcpy
debug: Symbol strcpy bound to definition in libc.so.3
debug: searchpath:1119: trying /usr/lib/PtHook.so
debug: Looking up symbol eaccess
debug: Symbol eaccess bound to definition in libc.so.3
debug: searchpath:1130:/usr/lib/PtHook.so: failed (No such file or directory)
debug: searchpath:1119: trying /lib/PtHook.so
debug: searchpath:1130:/lib/PtHook.so: failed (No such file or directory)
debug: searchpath:1119: trying /lib/dll/PtHook.so
debug: searchpath:1130:/lib/dll/PtHook.so: failed (No such file or directory)
debug: searchpath:1119: trying /cygnet/release/PC104/PtHook.so
debug: searchpath:1130:/cygnet/release/PC104/PtHook.so: failed (No such file or
debug: searchpath:1119: trying /lib/dll/font/PtHook.so
debug: searchpath:1130:/lib/dll/font/PtHook.so: failed (No such file or director
debug: searchpath:1119: trying /usr/local/apache/lib/PtHook.so
debug: searchpath:1130:/usr/local/apache/lib/PtHook.so: failed (No such file or
debug: ldd:find_file:1175:PtHook.so: search failed
debug: Looking up symbol pthread_setspecific
debug: Symbol pthread_setspecific bound to definition in libc.so.3
debug: Looking up symbol pthread_getspecific
debug: Symbol pthread_getspecific bound to definition in libc.so.3
libs: dlopen: Library cannot be found
debug: Looking up symbol _dl_free
debug: Symbol _dl_free bound to definition in libc.so.3
debug: Looking up symbol PhDCGetCurrent
debug: Symbol PhDCGetCurrent bound to definition in libph.so.3
debug: Looking up symbol PgSetDrawBufferSizeCx
debug: Symbol PgSetDrawBufferSizeCx bound to definition in libph.so.3
debug: Looking up symbol free
debug: Symbol free bound to definition in libc.so.3
debug: Looking up symbol __free
debug: Symbol __free bound to definition in libc.so.3
debug: Looking up symbol _list_release
debug: Symbol _list_release bound to definition in libc.so.3
debug: Looking up symbol _cmdname
debug: Symbol _cmdname bound to definition in libc.so.3
debug: Looking up symbol ApAddContext
debug: Symbol ApAddContext bound to definition in libAp.so.3
debug: Looking up symbol ApAddClasses
debug: Symbol ApAddClasses bound to definition in libAp.so.3
debug: Looking up symbol ApAddClass
debug: Symbol ApAddClass bound to definition in libAp.so.3
debug: Looking up symbol realloc
debug: Symbol realloc bound to definition in libc.so.3
debug: Looking up symbol strdup
debug: Symbol strdup bound to definition in libc.so.3
debug: Looking up symbol strcmp
debug: Symbol strcmp bound to definition in libc.so.3
debug: Looking up symbol _msize
debug: Symbol _msize bound to definition in libc.so.3
debug: Looking up symbol free
debug: Symbol free bound to definition in libc.so.3
debug: Looking up symbol _band_rlse
debug: Symbol _band_rlse bound to definition in libc.so.3
debug: Looking up symbol __return_barena
debug: Symbol __return_barena bound to definition in libc.so.3
debug: Looking up symbol _list_resize
debug: Symbol _list_resize bound to definition in libc.so.3
debug: Looking up symbol __flist_dequeue_bin
debug: Symbol __flist_dequeue_bin bound to definition in libc.so.3
debug: Looking up symbol malloc
debug: Symbol malloc bound to definition in libc.so.3
debug: Looking up symbol strcpy
debug: Symbol strcpy bound to definition in libc.so.3
debug: Looking up symbol getenv
debug: Symbol getenv bound to definition in libc.so.3
debug: Looking up symbol ApResOpen
debug: Symbol ApResOpen bound to definition in libAp.so.3
debug: Looking up symbol ApFopen
debug: Symbol ApFopen bound to definition in libAp.so.3
debug: Looking up symbol open
debug: Symbol open bound to definition in libc.so.3
debug: Looking up symbol fcntl
debug: Symbol fcntl bound to definition in libc.so.3
debug: Looking up symbol ApElfResOpen
debug: Symbol ApElfResOpen bound to definition in libAp.so.3
debug: Looking up symbol ApSeek
debug: Symbol ApSeek bound to definition in libAp.so.3
debug: Looking up symbol lseek
debug: Symbol lseek bound to definition in libc.so.3
debug: Looking up symbol lseek64
debug: Symbol lseek64 bound to definition in libc.so.3
debug: Looking up symbol MsgSend
debug: Symbol MsgSend bound to definition in libc.so.3
debug: Looking up symbol ApRead
debug: Symbol ApRead bound to definition in libAp.so.3
debug: Looking up symbol read
debug: Symbol read bound to definition in libc.so.3
debug: Looking up symbol memcpy
debug: Symbol memcpy bound to definition in libc.so.3
debug: Looking up symbol free
debug: Symbol free bound to definition in libc.so.3
debug: Looking up symbol getopt
debug: Symbol getopt bound to definition in libc.so.3
debug: Looking up symbol calloc
debug: Symbol calloc bound to definition in libc.so.3
debug: Looking up symbol realpath
debug: Symbol realpath bound to definition in libc.so.3
debug: Looking up symbol _fullpath
debug: Symbol _fullpath bound to definition in libc.so.3
debug: Looking up symbol ConnectDetach
debug: Symbol ConnectDetach bound to definition in libc.so.3
debug: Looking up symbol strdup
debug: Symbol strdup bound to definition in libc.so.3
debug: Looking up symbol PtConnectionFindName

Hi,

You’re probably missing img_codec_gif.so.

Nicolas