Tiny Core Base > piCore Test Releases

piCore14.0 Beta

<< < (21/24) > >>

aus9:
at the risk of waffle...tomorrow I think I will build pcmanfm against gtk3 to see if that makes a diff

Juanito:
It’s possible to have both a direct dep and a recursive dep on a library.

If you recompiled gtk2 against pcre2, then the problem is probably with the recursive dep.

Rich:
Hi aus9
The  ldd  command checks for recursive dependencies:

--- Code: ---tc@E310:~$ ldd /usr/local/bin/editor
        linux-gate.so.1 (0xb7f35000)
        libc.so.6 => /lib/libc.so.6 (0xb7df5000)
        libfltk.so.1.3 => /usr/local/lib/libfltk.so.1.3 (0xb7d35000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7c08000)
        /lib/ld-linux.so.2 (0xb7f36000)
        libXcursor.so.1 => /usr/local/lib/libXcursor.so.1 (0xb7bfe000)
        libXext.so.6 => /usr/local/lib/libXext.so.6 (0xb7bef000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xb7bd6000)
        libdl.so.2 => /lib/libdl.so.2 (0xb7bd1000)
        libX11.so.6 => /usr/local/lib/libX11.so.6 (0xb7ad4000)
        libm.so.6 => /lib/libm.so.6 (0xb7a18000)
        libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xb7a00000)
        libXrender.so.1 => /usr/local/lib/libXrender.so.1 (0xb79f7000)
        libXfixes.so.3 => /usr/local/lib/libXfixes.so.3 (0xb79ef000)
        libxcb.so.1 => /usr/local/lib/libxcb.so.1 (0xb79cf000)
        libXau.so.6 => /usr/local/lib/libXau.so.6 (0xb79ca000)
        libXdmcp.so.6 => /usr/local/lib/libXdmcp.so.6 (0xb79c3000)
tc@E310:~$
--- End code ---

If you want to find only direct dependencies, install  binutils.tcz
and try this command:

--- Code: ---tc@E310:~$ readelf -d /usr/local/bin/editor | grep "Shared library" | cut -d ':' -f2 | busybox tr -d [-]
 libc.so.6
 libfltk.so.1.3
 libstdc++.so.6
tc@E310:~$
--- End code ---

aus9:
Hi Rich

I have fixed it just now with some new updates I plan to submit shortly. Early testing of pcmanfm starts today and may complete today.
Built against new gtk2

aus9:
rebuilt leafpad. To test it for a printer I will need to update against openssl for ghostscript, qpdf, gutenprint and the cups* packages. That will take me some time. EDIT not all need recompiles but some have updates

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version