Checking if your kit is complete... Looks good Writing Makefile for HTTP::File Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp File.pod blib\lib\HTTP\File.pod cp File.pm blib\lib\HTTP\File.pm cp GetString.pl blib\lib\HTTP\GetString.pl Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. D:\cpanrun\build\5-6-1\bin\perl.exe -Iblib\arch -Iblib\lib -Id:\cpanrun\build\5-6-1\lib -Id:\cpanrun\build\5-6-1\lib test.pl 1..2 ok 1 ========================================================================= Ok, the first thing I need to know is an absolute or relative URL to your cgi-bin directory. For example, if cgi-scripts on your system are called via: http://www.superbuys.com/cgi-bin/buynow.cgi, Then the absolute URL for your cgi-bin directory would be: http://www.superbuys.com/cgi-bin (note the absence of the filename --- this is not a mistake). The relative URL for your cgi-bin directory would be /cgi-bin (note the leading '/' --- this is not a mistake either). Enter your cgi-bin directory URL (relative or absolute): [/cgi-bin]| was unexpected at this time. =========================================================================== Ok, now what is the physical path to the cgi-bin directory? I will copy my cgi file upload test script to this directory. [/usr/local/apache/cgi-bin]| was unexpected at this time. chmod: cannot access `savepage.cgi': No such file or directory cp: cannot stat `savepage.cgi': No such file or directory =========================================================================== Ok, now what is the physical path to the HTML directory? This is know as the document root in Apache. I will copy my HTML file upload file to this directory. [/usr/local/apache/htdocs]cp: cannot stat `savepage.html': No such file or directory ============================================================================ Ok, the file savepage.html has been copied to /usr/local/apache/htdocs. Now visit this HTML file in your browser and upload a file. For example, if you said the HTML directory was /usr/local/apache/htdocs, then you would probably visit http://www.superbuys.com/savepage.html If you said the HTML directory was /usr/local/apache/htdocs/test, then you would probably visit http://www.superbuys.com/test/savepage.html I will save the file you upload to /tmp. After you have done so, type the name of the file below and I will check for the file's existence. If it is there, then installation is successful. Only type the basename of the file. That is, if you uploaded a file from your machine called C:\Temp\test.dat, only enter test.dat below. type basename of uploaded file []Checking for in /tmp... total 4 -rw-rw-rw- 1 cpanrun Activators 0 Aug 9 2006 IPC-Open3-Simple-test1 -rw-rw-rw- 1 cpanrun Activators 0 Aug 9 2006 IPC-Open3-Simple-test2 drwxrwxrwx+ 2 cpanrun Activators 0 Jun 17 2005 _Inline drwxrwxrwx+ 2 cpanrun Activators 0 Jun 19 18:49 __TeSt__; -rw------- 1 cpanrun Activators 0 Oct 17 2006 sh-thd-1161122033 drwx------+ 2 cpanrun Activators 0 Apr 14 2005 ssh-vbgkbn1236 -rw-rw-rw- 1 cpanrun Activators 940 Nov 21 2005 t1fc.0 -rw------- 1 cpanrun Activators 0 Aug 28 2006 tmp.BMxITN1056 -rw------- 1 cpanrun Activators 0 Aug 22 2006 tmp.hcJozp1276 ok 2 Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. Installing D:\cpanrun\build\5-6-1\site\lib\HTTP\File.pm Installing D:\cpanrun\build\5-6-1\site\lib\HTTP\File.pod Installing D:\cpanrun\build\5-6-1\site\lib\HTTP\GetString.pl Writing d:\cpanrun\build\5-6-1\site\lib\auto\HTTP\File\.packlist Appending installation info to d:\cpanrun\build\5-6-1\lib/perllocal.pod