← Back to team overview

kicad-developers team mailing list archive

Re: libkicad_3dsg.so.2.0.0

 

This issue is due to a required shared library being installed to
a path which is not currently checked by ldconfig. In your case
the path is /usr/local/lib.  You will need to configure ldconfig to
look for shared libraries in /usr/local/lib, then run ldconfig to
update its cache.  This is not a bug, it is an issue that needs to
be addressed by package maintainers and users who build and
install from source. Since different Linux systems manage the
ldconfig configuration in different ways it makes no sense for
KiCad developers to attempt to manage this configuration via the
CMake install scripts.

- Cirilo


On Wed, Apr 20, 2016 at 1:20 PM, Tiger12506 <tiger12506@xxxxxxxxx> wrote:

> A little problem when I compiled the latest bazaar revision.
>
> A kicad that runs, but trying to open pcbnew results in error. Also occurs
> when trying to run pcbnew standalone.
>
> See attachments
> ----------------------------------
>
> Application: kicad
> Version: (2016-04-19 BZR 6703)-product, release build
> Libraries: wxWidgets 3.0.2
>            libcurl/7.38.0 OpenSSL/1.0.1k zlib/1.2.8 libidn/1.29
> libssh2/1.4.3 librtmp/2.3
> Platform: Linux 3.16.0-4-amd64 x86_64, 64 bit, Little endian, wxGTK
> - Build Info -
> wxWidgets: 3.0.2 (wchar_t,wx containers,compatible with 2.8)
> Boost: 1.55.0
> Curl: 7.38.0
> KiCad - Compiler: GCC 4.9.2 with C++ ABI 1002
>         Settings: USE_WX_GRAPHICS_CONTEXT=OFF
>                   USE_WX_OVERLAY=OFF
>                   KICAD_SCRIPTING=OFF
>                   KICAD_SCRIPTING_MODULES=OFF
>                   KICAD_SCRIPTING_WXPYTHON=OFF
>                   USE_FP_LIB_TABLE=HARD_CODED_ON
>                   BUILD_GITHUB_PLUGIN=ON
>
>
> --
> Tiger12506 <tiger12506@xxxxxxxxx>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>
>

Follow ups

References