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 /export/home/cpanrun/build/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 /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 /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 768 drwxrwxrwx 2 cpanrun other 69 Sep 25 05:20 Encode-1-23083 drwxrwxrwx 2 cpanrun other 69 Sep 21 01:52 Encode-1-4618 drwx------ 2 cpanrun other 69 Oct 3 16:22 HEMEkN6nDm drwx------ 2 cpanrun other 69 Oct 3 16:22 R1vh7X2AeK -rw-rw---- 1 cpanrun other 153 Sep 19 12:55 cgisess_bb329593048e1342b98889630de73665 -rw------- 1 cpanrun other 52 Sep 24 10:20 cvFroh1tcc -rw------- 1 cpanrun other 81 Sep 24 10:20 h0KeHXeOwp drwx------ 3 cpanrun other 106 Oct 3 16:22 o3RsHev6Ed -rw-rw-rw- 1 cpanrun other 6348 Sep 24 12:25 out.svg -rw-rw-rw- 1 cpanrun other 53 Sep 19 16:49 pmts0000.c -rw-rw-r-- 1 root sys 1156 Sep 17 09:54 ps_data drwx------ 2 andreask DomainUsers 113 Sep 17 21:27 ssh-JYX15763 drwx------ 2 andreask DomainUsers 113 Sep 17 21:27 ssh-WtI15713 -rw-rw-rw- 1 cpanrun other 247 Sep 25 06:43 test001.html drwxrwxrwx 2 cpanrun other 69 Sep 24 10:01 tmp_11906532991815216 -rw-rw-r-- 1 root sys 254680 Sep 17 21:27 ups_data -rw------- 1 cpanrun other 47 Sep 24 10:20 ycjvJcVil5 ok 2 Installing /export/home/cpanrun/build/5.8.0/lib/site_perl/5.8.0/HTTP/GetString.pl Installing /export/home/cpanrun/build/5.8.0/lib/site_perl/5.8.0/HTTP/File.pm Installing /export/home/cpanrun/build/5.8.0/lib/site_perl/5.8.0/HTTP/File.pod Installing /export/home/cpanrun/build/5.8.0/man/man3/HTTP::File.3 Appending installation info to /export/home/cpanrun/build/5.8.0/lib/5.8.0/sun4-solaris-thread-multi/perllocal.pod