Not sure what you are doing, if the Makefile.PL file (make sure your use the
right case) is in the current directory, then perl Makefile.PL can't
possibly, at least AFAIK generate this error. You must be doing something
else wrong.
I am only answering this with the idea that you are installing DBI or any
DBD module, otherwise this is OT here.
Ilya
> -----Original Message-----
> From: George Xu [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, September 09, 2001 12:03 AM
> To: '[EMAIL PROTECTED]'
> Subject: Perl Questions
>
>
> I know this might be a wrong place to post question but I
> need quick tip
> here!!!
>
> I am running perl 5.1.6.... whenever I run "perl Makefile.PL", it keep
> complaining the file could not be found. The file is in the current
> working directory? is there an environment variable to change this
> behavor so it can take relative path? I need to fix an production issue
> this weekend...
>
> Thanks a lot!!!
> George