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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Execute shell script from perl

Status
Not open for further replies.

LucL

Programmer
Joined
Jan 23, 2006
Messages
117
Location
US
Hi,

This is kinda stupid, but for some reason I can't figure it out...

I know exec,system, and backticks can be used to execute programs outside of the currently running perl script.

I'm making an autoinstaller for apache that we'll use on a bunch of systems. It removes previous versions, downloads and unzips the latest version. All those work (using backticks) but when I try to run `./configure` (and yes, i changed to the httpd directory) nothing happens. No errors, no output.

I tried with exec,system and ticks. With and without paramaters.

Any ideas?
Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top