There is nothing there about mkdir. The error message you mentioned
isn't in output.txt

you may have to do a: ./configure 2>stderr.txt > output.txt, and send
us stderr.txt, instead as well as stdout.txt

On 5/13/05, Rezk Mekhael <[EMAIL PROTECTED]> wrote:
> 
> I change the /bin/sh to /bin/sh -x and I dump the out put to a file
> "output.txt"
> 
> Can you please see the file and tell me what is the problem?
> 
> --
> Sincerely,
> Rezk Mekhael
> 
> -----Original Message-----
> From: Rory Browne [mailto:[EMAIL PROTECTED]
> Sent: Friday, May 13, 2005 12:04 PM
> To: Rezk Mekhael
> Subject: Re: [PHP] Pfpro PHP
> 
> I'm assuming you're running ./configure, which should be a shell script.
> 
> I can't remember whether is's a /bin/sh or /bin/bash script, but if it's
> /bin/sh try modding the first line, which should #!/bin/sh to #!/bin/sh -x,
> similarly a /bin/bash script would be modded to show #!/bin/bash -x. That
> will give you more error messages. Run the script again with these mods, and
> report the error message back to us(unless someone else answers in the mean
> time).
> 
> On 5/13/05, Rezk Mekhael <[EMAIL PROTECTED]> wrote:
> >  Hi,
> >
> > I am getting  this error when I try to run configure pfpro with PHP,
> > any idea?
> >
> > mkdir: too few arguments
> > Try `mkdir --help' for more information.
> > configure: creating ./config.status
> > config.status: creating config.h
> > config.status: config.h is unchanged
> >
> > ----
> > Sincerely,
> > Rezk Mekhael
> >
> > Incoming / Outgoing Mail scanned for known Viruses by CLUnet(R)
> >
> > --
> > PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:
> > http://www.php.net/unsub.php
> >
> >
> Incoming / Outgoing Mail scanned for known Viruses by CLUnet(R)
> 
>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to