Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Library not loaded - libjpeg

by choroba (Cardinal)
on Jun 19, 2020 at 11:05 UTC ( [id://11118261]=note: print w/replies, xml ) Need Help??


in reply to Library not loaded - libjpeg

I guess you need not only to install the library, but also install its development package (i.e. header files) and reinstall GD to link against it.

map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]

Replies are listed 'Best First'.
Re^2: Library not loaded - libjpeg
by wmfs (Acolyte) on Jun 20, 2020 at 09:58 UTC
    This error was reported under macOS 10.14.6.

    My solution was:

    1 remove Perl module GD (see https://www.perl.com/article/3/2013/3/27/How-to-cleanly-uninstall-a-Perl-module/)

    2 Remove pkg-config

    - brew uninstall pkg-config

    3 Remove ImageMagick

    - brew uninstall ImageMagick

    4 Finally delete HomeBrew

    - /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall.sh)"

    This gave a me a "clean" system, to allow me to reinstall HomeBrew, pkg-config and finally add Perl module GD with cpan. I was unable to sucessfully reeinstall ImageMagick via HomeBrew, but had more luck using MacPorts.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11118261]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (6)
As of 2024-03-29 14:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found