Amit, these are all really good questions and one good reason to use a package manager. I believe pkg-get has a way to list out all the packages in its repository and list out any detailed information you might need about the package and its dependencies. It should also automatically download any dependencies you need, thus making sure that you have the right versions of everything. (I know apt-get does).

Unfortunately, I don't have a Solaris so I can't really walk you through this, but even if I could give you a perfect checklist, it would only get you part of the way. Each system is different, and learning how to customize a recipe to fit your system is a hard to learn and absolutely necessary skill in your toolkit.

Check the documentation on the link in my earlier post and google around the net if that isn't enough. I often find it helpful to look for pages where someone has the same *nix flavor and app stack I'm trying to create. Lots of people like to write up and post how they got "foo" to work. If I have errors, I sometimes try to google part of the error message.

If none of that works, you might trying getting permission to make a service call if you don't automatically have it, assuming your company has a contract. I know Sun is very eager to get start-ups using its Sun workstations and seem to recall it some really good deals on contracts if you happen to be working for one (as in free).

You might also try posting again with a list of the keywords you've used in your searches. Sometimes the hardest part of these things is learning the right combination of words to search on. I recommend though that you add the list of keywords to your original post - it shows that you have put some work into this and helps others know what more to suggest. This reply is buried too many levels down for most people to see.

Best, beth.

In reply to Re^5: Regarding DBD-ODBC in ActivePerl5.8.8.818 by ELISHEVA
in thread Regarding DBD-ODBC in ActivePerl5.8.8.818 by amit_27

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



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.