in reply to Re^11: LWP - 500 Internal Error
in thread LWP - 500 Internal Error
I tried ppm upgrade LWP But that returns "no upgrades available for LWP"
Having the upgrade through this utility qwould eb the best option
perl -V:make returns "nmake"
nmake gave errors where it said it couldn't find Program Files - I replaced all "Program Files" mention in the makefile with Progra~1
Next step nmake failed as follows
E:\ovXtras\libwww-perl-5.831\libwww-perl-5.831>nmake Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. 'E:\ovXtras\libwww-perl-5.831\libwww-perl-5.831\0' is not recognized a +s an inter nal or external command, operable program or batch file. NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code + '0x1' Stop.
This path occurs in the makefile only once, as follows:
FULLPERL = 0 ABSPERL = E:\ovXtras\libwww-perl-5.831\libwww-perl-5.831\0
And this "0" file doesn't even exist.
Now I don't know how to troubleshoot this.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^13: LWP - 500 Internal Error
by Anonymous Monk on Sep 08, 2009 at 13:39 UTC |