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

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

Your $PATH variable definitely sounds like the problem. More that likely the make is installed on your computer, but your shell can't find it. I usually can't remember where these things are kept, so I take a look at the man pages. By typing man make it gives you a pretty good description of what you are trying to do. In most cases, though, you also get the path for the command you are trying to run. When you have that, either run it directly (Solaris8 keeps it here):

/usr/ccs/bin/make

or put it in your path (ksh shown):

export PATH=$PATH:/usr/ccs/bin

Either way should solve your problem.



UPDATE: Rereading the above nodes, I realize that you probably don't have the compiler installed, and gcc is a good choice for that (mainly because it works good and I believe it's free distro!). This should not negate what I am trying to say here, though.

UPDATE2: Question to myself: Don't you have to have a compiler installed on your box in order to compile Perl? I guess if you installed a premade package on your Solaris box you might not.

Man I'm wishy-washy today.

Paulster2


In reply to Re: "make: not found" when installing Perl module (aka: Use the man, man!) by Paulster2
in thread "make: not found" when installing Perl module by perleager

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found