Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Errors Installing REST::Client

by scorpio17 (Canon)
on Aug 09, 2017 at 13:52 UTC ( [id://1197105]=note: print w/replies, xml ) Need Help??


in reply to Errors Installing REST::Client

Another "gotcha" you might need to watch out for - sometimes you need to install the "developer" version of a library, in order to get the header files that other installers are going to need later. For example, "yum install openssl-devel" (same for any other libs you may depend on).

Replies are listed 'Best First'.
Re^2: Errors Installing REST::Client
by sannag (Sexton) on Aug 09, 2017 at 19:52 UTC

    Thank you! yes it did complain about headers fles like it can't find err.h file. To have it resolved I created a symbolic like on where look for .h files as following. Though I don't have .h file errors any more I had other issues (as mentioned in one the reply above)

    cd /usr/local/include ln -s /usr/local/ssl/include/openssl

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-26 08:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found