Just a guess, but.....

Try removing the final  '\'  (line continuation/Escape character). If 
it's being interpreted as a line continuation character, then the shell 
thinks your command is incomplete and is waiting for more arguments.


Ryan Chan wrote:
> I just wonder why the following command need to be quoted, and how do
> we call this "method" ?
>
> "./configure" \
> "--with-mpm=prefork" \
> "--with-included-apr" \
> "--enable-so" \
> "--enable-rewrite" \
>
> --~--~---------~--~----~------------~-------~--~----~
> You received this message because you are subscribed to the Linux Users Group.
> To post a message, send email to [email protected]
> To unsubscribe, send email to [email protected]
> For more options, visit our group at 
> http://groups.google.com/group/linuxusersgroup
> -~----------~----~----~----~------~----~------~--~---
>
>
>   

-- 
You received this message because you are subscribed to the Linux Users Group.
To post a message, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit our group at 
http://groups.google.com/group/linuxusersgroup

Reply via email to