| UNIX/Linux Forum Archives · Rules and Guidelines · Disclaimer |
Help
Search
Members
Calendar
|
| Welcome Guest ( Log In | Register ) | Resend Validation Email |
![]() ![]() ![]() |
| Kalin |
Posted: May 20 2005, 11:28 AM
|
|
Newbie ![]() Group: Members Posts: 2 Member No.: 927 Joined: 13-April 05 |
Ich want to run a cgi-Programm, but i always have to wirte ./ at the beginning of the command.
How can I make it run just by call, without ./ or something like this. z.B: make this, and not ./make this 10x you! |
| fishsponge |
Posted: May 21 2005, 09:38 PM
|
|
Administrator ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Admin Posts: 679 Member No.: 1 Joined: 13-February 03 |
you only have to add './' to something if it is not in your $PATH variable.
You shouldn't have to type './make' though... that should work without './'. Please post the output of "echo $PATH" on your system. Please then post the output of "which make". |
| vibhor_agarwalin |
Posted: May 23 2005, 12:21 PM
|
|
User Level: 3 ![]() ![]() ![]() Group: Members Posts: 34 Member No.: 788 Joined: 1-February 05 |
Try
PATH=$PATH:. |
![]() |
![]() ![]() ![]() |