Skip to content

ERROR: LoadError: ArgumentError: LibSerialPort not found in path #1

@chrobione

Description

@chrobione

I am having troubles with LibSerialPort or at least I think this error is telling me:

ERROR: LoadError: ArgumentError: LibSerialPort not found in path
 in require at ./loading.jl:233
 in include at ./boot.jl:261
 in include_from_node1 at ./loading.jl:304
 in process_options at ./client.jl:280
 in _start at ./client.jl:378

I went through all of the information to get libserialport installed from http://sigrok.org/wiki/Libserialport.
No errors happened during the compile process, except for missing compiler tools.
make and make install completed without errors.

Here is the information when I fired up julia:

              _
   _       _ _(_)_     |  A fresh approach to technical computing
  (_)     | (_) (_)    |  Documentation: http://docs.julialang.org
   _ _   _| |_  __ _   |  Type "?help" for help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 0.4.2 (2015-12-06 21:47 UTC)
 _/ |\__'_|_|_|\__'_|  |  Official http://julialang.org release
|__/                   |  x86_64-linux-gnu




julia> Pkg.build("LibSerialPort")

INFO: Building LibSerialPort

julia> 

julia> using LibSerialPort
ERROR: ArgumentError: LibSerialPort not found in path
 in require at ./loading.jl:233

julia> readdir(joinpath(Pkg.dir("LibSerialPort"), "deps/usr/lib"))
6-element Array{ByteString,1}:
 "libserialport.a"       
 "libserialport.la"      
 "libserialport.so"      
 "libserialport.so.0"    
 "libserialport.so.0.1.0"
 "pkgconfig"      

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions