Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Installing Perl Modules

Status
Not open for further replies.

jwernicki

MIS
Joined
Feb 1, 2002
Messages
5
Location
US
Does anyone have tips on installing Perl modules (i.e. LWP) on AIX? I ran 'perl Makefile.PL' successully but can't run a 'make'?? Where would I find this command??
 
Should be /usr/bin/make IBM Certified -- AIX 4.3 Obfuscation
 
I think make lives in /usr/css/ Not absolutely sure, don't have AIX in front of me right now.

Easiest is to create a symlink in /usr/bin to point to it for future use, or alternatively add the path to you environment file.

IBM Certified Confused - MQSeries
IBM Certified Flabbergasted - AIX 5 pSeries System Administration
 
Thanks for the info . . biggest problem was that bos.adt.include was not installed. After this was done - I found 'make' where it should be . .
/usr/bin/make -> /usr/ccs/bin/make

fyi -> about 6 perl module dependencies later and the need for 'cc' - i was able to install and run 'checkbot'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top