Hi,
System:
Windows 2000 Advanced Server
IIS 5
Latest ActivePerl
Problem:
[QUOTE]
Can't locate Socket.pm in @INC (@INC contains: .) at <path removed>cgi-binubbpostings.cgi line 55.
BEGIN failed--compilation aborted at <path removed>cgi-binubbpostings.cgi line 55.
[/QUOTE]The IIS User has full control over the cgi-bin folder, the IIS User has full control over the non-cgi UBB folders.
The IIS user has execute permissions over the perl binaries folder. (typically c:perlbin)
Solution:
IIS user needs execute permissions over the perl lib folder (typically: c:perllib)
FYI since it took me a day to figure this out and I couldn't find any help on line.