Re: PerlApp Version 5.0 Error with --freestanding
by Jan Dubois other posts by this author
Jan 31 2003 8:10PM messages near this date
PerlApp Version 5.0 Error with --freestanding
|
Re: PerlApp Version 5.0 Error with --freestanding
On Fri, 31 Jan 2003 11:52:11 -0800, keith.reed@[...].com wrote:
> I get the following error when trying to compile a perl program into an executable.
>
>
> +++ perl56.dll (D:\Perl\bin\perl56.dll)
> Can't open D:\Perl\bin\perl56.dll: No such file or directory at /PerlApp/PerlApp/Util.pm li
ne 259.
>
>
> Here's the command line:
> perlapp "consBuild.pl" -exe "Z:\borisRoot\borisDevEnv\bin\consBuild.exe" -freestanding -cle
an -verbose
>
> Obviously, I see the problem is that PerlApp can't find perl56.dll, I just don't know how t
o correct it. Perl is installed on my F: drive under \Perl.
>
> How do I tell that to PerlApp?
It looks like your Perl was originally installed in D:\Perl and then
manually moved to F:\Perl. This does not relocate all the internal links
inside a Perl installation and is discouraged.
At the very least you should update your F:\Perl\lib\Config.pm file to
contain all the right paths etc. PerlApp (and several Perl core modules)
use Config.pm to determine information about your Perl configuration.
I think the PPM configuration is also vulnerable to manual relocation of
the tree as well. Check the ppm-conf directory and the ppm.xml file, if
you care about PPM working correctly. But this will not be relevant for
PerlApp operations.
Cheers,
-Jan
_______________________________________________
PDK mailing list
PDK@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Jan Dubois
Jenda Krynicky
|