Checking if your kit is complete... Looks good Writing Makefile for HTTP::File cp GetString.pl blib/lib/HTTP/GetString.pl cp File.pm blib/lib/HTTP/File.pm cp File.pod blib/lib/HTTP/File.pod Manifying blib/man3/HTTP::File.3 PERL_DL_NONLAZY=1 /home/cpanrun/tmp/5.8.0/bin/perl "-Iblib/lib" "-Iblib/arch" 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] =========================================================================== 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]cp: cannot create regular file `/usr/local/apache/cgi-bin': 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 create regular file `/usr/local/apache/htdocs': 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 492 drwx------ 2 cpanrun users 4096 Oct 3 15:30 7CVx7X3RtE drwxrwxrwx 4 cpanrun users 4096 Sep 25 05:29 FileCache drwx------ 3 cpanrun users 4096 Oct 3 15:30 HEdM9PMqF9 drwx------ 2 cpanrun users 4096 Oct 3 15:30 I8pEv232vu -rw------- 1 cpanrun users 47 Sep 24 09:42 JAexPwuc16 -rw------- 1 cpanrun users 52 Sep 24 09:42 L5x2QkLyLB -rw-rw-rw- 1 cpanrun users 20480 Sep 19 14:05 POJCkmwGzW_data -rw-rw-rw- 1 cpanrun users 16384 Sep 19 14:05 POJCkmwGzW_idxLit -rw-rw-rw- 1 cpanrun users 20480 Sep 19 14:05 POJCkmwGzW_idxRes -rw-rw-rw- 1 cpanrun users 8192 Sep 19 14:05 POJCkmwGzW_idxStmt -rw-rw-rw- 1 cpanrun users 20480 Sep 19 14:05 U04YCFUnZn_data -rw-rw-rw- 1 cpanrun users 16384 Sep 19 14:05 U04YCFUnZn_idxLit -rw-rw-rw- 1 cpanrun users 20480 Sep 19 14:05 U04YCFUnZn_idxRes -rw-rw-rw- 1 cpanrun users 8192 Sep 19 14:05 U04YCFUnZn_idxStmt -rw-rw---- 1 cpanrun users 153 Sep 19 12:05 cgisess_22ac3f85dbe49fda03c2bdca78c82c19 drwxr-xr-x 2 root root 4096 Sep 20 2002 lost+found drwxrwxr-x 4 cpanrun users 4096 Oct 3 14:31 mason drwx------ 3 cpanrun users 4096 Sep 19 13:25 oXNBQuJerN -rw-rw-rw- 1 cpanrun users 6348 Sep 24 11:36 out.svg -rw-rw-rw- 1 cpanrun users 20480 Sep 19 14:05 pj4unsSxXj_data -rw-rw-rw- 1 cpanrun users 20480 Sep 19 14:05 pj4unsSxXj_idxLit -rw-rw-rw- 1 cpanrun users 16384 Sep 19 14:05 pj4unsSxXj_idxRes -rw-rw-rw- 1 cpanrun users 8192 Sep 19 14:05 pj4unsSxXj_idxStmt -rw-rw-rw- 1 cpanrun users 260968 Sep 24 12:05 pods_5_008_i686_linux_thread_multi_1021 -rw-rw-rw- 1 cpanrun users 247 Sep 25 06:19 test001.html drwxrwxrwx 2 cpanrun users 4096 Sep 24 09:26 tmp_11906512081710545 -rw------- 1 cpanrun users 81 Sep 24 09:42 yeSkqBcjkp ok 2 Installing /home/cpanrun/build/5.8.0/lib/site_perl/5.8.0/HTTP/GetString.pl Installing /home/cpanrun/build/5.8.0/lib/site_perl/5.8.0/HTTP/File.pm Installing /home/cpanrun/build/5.8.0/lib/site_perl/5.8.0/HTTP/File.pod Installing /home/cpanrun/build/5.8.0/man/man3/HTTP::File.3 Appending installation info to /home/cpanrun/build/5.8.0/lib/5.8.0/i686-linux-thread-multi/perllocal.pod