|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (8 bit)
|
Mandrake 7.2 With Perl
Hey, I am a newbie to Linux and I'm trying to set up Perl.5.6.1, the stable.tar.gz from http://cpan.org/src/ on a Linux mandrake 7.2 system. I read the INSTALL file and it says to inatall it with this:
rm -f config.sh Policy.sh sh Configure -de make make test make install I got up to sh Configure -de and it says it can't find "make" so the make command turns up "bash: command not found" It says I need to edit my PATH settings or find a public domain implemetation. By the way its unzipped to a directory I made called /Web and I'm on as root. Can someone help me please? Thanks for your time.
__________________
The Black Mamba: [Dell Dimension 8200] ---------------------------- |Pentium 4 2.53GHZ|512MB RAM|80GB HDD|Mad Dog 16X DVD-ROM/52X CDRW|HL-DT-ST 48X CD-RW|Geforce 4 Ti4200 64MB|Sound Blaster Live!| |Harman/Kardon Speakers|Microsoft Optical Wheel Mouse|Windows XP Home|San Bruno/RCN Cable| The Nuclear Gamer: [Custom Built PC - Nuke] ---------------------------- |ABS Case|Antec 550w ATX2.2 PSU|AMD Athlon 64 3200+|ASUS A8N-VM CSM Socket 939 Motherboard|1536 GB Corsair Valuselect PC3200 DDR RAM (3 X 512MB)|160GB Seagate SATA|160GB WD Caviar IDE|(2X) NEC 7170A DVDRWs|Nvidia Geforce 7600GS 256MB PCI-e|Creative Soundblaster Live! 24-bit|Dell 2.1 Speakers|Microsoft Optical Wheel Mouse|Sceptre Naga-III 20.1" LCD Monitor|Windows XP Home|RCN Cable| |
|
|
|
|
|
#2 |
|
Registered User
Join Date: Nov 2001
Posts: 1,965
|
If you can't find the make command, it's in "/usr/bin"
To add "/usr/bin" to your PATH env variable, type: "PATH=$PATH:/usr/bin; export PATH" |
|
|
|
|
|
#3 |
|
Member (8 bit)
|
Ok, I tried fixing the path how you said, and I still get command not found. I checked in /usr/bin and there's no make file. Do you know how I can get it? Thanks again.
|
|
|
|
|
|
#4 |
|
Registered User
Join Date: Nov 2001
Posts: 1,965
|
try "locate make" maybe you'll find it somewhere else.
As for getting the make command if you don't have it, I don't know how. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|