NetBSD-Users archive

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

Re: supplementary 32 bits libraries on amd64 Netbsd



Hi All,
      The program ca be run but the command "ldd" fails
as you can see on this output.

localhost# ./xetex
warning: kpathsea: configuration file texmf.cnf not found in these directories: /root/i386-netbsd:/root/i386-netbsd/share/texmf-local/web2c:/root/i386-netbsd/share/texmf-dist/web2c:/root/i386-netbsd/share/texmf/web2c:/root/i386-netbsd/texmf-local/web2c:/root/i386-netbsd/texmf-dist/web2c:/root/i386-netbsd/texmf/web2c:/root:/root/share/texmf-loca
l/web2c:/root/share/texmf-dist/web2c:/root/share/texmf/web2c:/root/texmf-local/web2c:/root/texmf-dist/web2c:/root/texmf/web2c://texmf-local/web2c:/://share/texmf-local/web2c://share/texmf-dist/web2c://share/texmf/web2c://texmf-local/web2c://texmf-dist/web2c://texmf/web2c.
This is XeTeX, Version 3.14159265-2.6-0.999991 (TeX Live 2019) (preloaded format=xetex)
**^C
localhost# ldd ./xetex
./xetex:
        -lfontconfig.2 => not found
        -lm.0 => /usr/lib/i386/libm.so.0
        -lc.12 => /usr/lib/i386/libc.so.12
localhost#

This is the same for the linux binaries where the "ldd" does not
find the libraries but the programs can be run.


On Sat, 14 Sep 2019 16:27:05 +0200
Pierre Dupond <76nemo76%gmx.ch@localhost> wrote:

> Hi All,
>       I want to use some X11 32 bits libraries (for 32 bits Netbsd programs)
> on amd64 NetBSD. I have tried to install the libraries under
> "/emul/netbsd32" but the library is not found.
>
> However, if I use the LD_LIBRARY_PATH like in this command:
>
> (export LD_LIBRARY_PATH=/emul/netbsd32/usr/X11R7/lib;ldd xetex)
>
> the library is found (here I want to find libfontconfig library)
>
> I have also tried to copy the libraries under the directory
> /usr/X11R7/lib/i386 without success.
>
> Do you have an idea?
>
>
> --
> Gmail <76nemo76%gmx.ch@localhost>


--
Gmail <76nemo76%gmx.ch@localhost>


Home | Main Index | Thread Index | Old Index