:: Re: [DNG] simple-netaid built from …
Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: aitor
Fecha:  
A: dng
Asunto: Re: [DNG] simple-netaid built from source (was: simple-netaid for daedalus)
Hi,

On 18/12/22 11:41, Joel Roth via Dng wrote:
> On my system, simple-netaid-vte starts up fine.
> Simple-netaid-cdk segfaults.


I experienced something similar. Fixing some flags in the Makefile.am of snetaid using pkgconfig:

    `pkg-config --cflags --libs libpstat`
    `pkg-config --cflags --libs libnetaid`

seems to solve the issue.

On the other hand, also keep in mind that I wrote the following command for Void:

$ export PKG_CONFIG_PATH = ${PKG_CONFIG_PATH}:/usr/local/lib/pkgconfig

whereas in devuan the multiarch path must be taken into account. Therefore, it should be:

$ export PKG_CONFIG_PATH = ${PKG_CONFIG_PATH}:/usr/local/lib/x86_64-linux-gnu/pkgconfig

I'll clarify this point in the documentation.

HTH,

Aitor.