Skip to content

Package libpcsclite was not found #50

@nicola02nb

Description

@nicola02nb

OS: ubuntu-22.04

CI Error:

# Building target: linux/amd64

  • Generating obfuscated bindings:   ERROR   
 # github.com/ebfe/scard
 # [pkg-config --cflags  -- libpcsclite]
 Package libpcsclite was not found in the pkg-config search path.
 Perhaps you should add the directory containing `libpcsclite.pc'
 to the PKG_CONFIG_PATH environment variable
 Package 'libpcsclite', required by 'virtual:world', not found
 
 exit status 1

  ERROR   
 # github.com/ebfe/scard
 # [pkg-config --cflags  -- libpcsclite]
 Package libpcsclite was not found in the pkg-config search path.
 Perhaps you should add the directory containing `libpcsclite.pc'
 to the PKG_CONFIG_PATH environment variable
 Package 'libpcsclite', required by 'virtual:world', not found
 
 exit status 1

Fixed by adding before

- name: Install Dependencies linux
      if: ${{ matrix.build.os == 'ubuntu-22.04' }}
      run: sudo apt-get update && sudo apt-get install -y libpcsclite-dev

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions