Checking if your kit is complete... Looks good Writing Makefile for HTTP::File cp File.pm blib/lib/HTTP/File.pm cp GetString.pl blib/lib/HTTP/GetString.pl cp File.pod blib/lib/HTTP/File.pod Manifying blib/man3/HTTP::File.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.8.8/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: /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: /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 536 drwxr-xr-x 2 jeffh wheel 68 Oct 2 09:25 505 srwxrwxrwx 1 root wheel 0 Oct 2 14:01 ARD_ABJMMRT drwx------ 4 cpanrun wheel 136 Oct 3 14:44 NcMdvgQodB drwx------ 3 cpanrun wheel 102 Oct 3 14:51 THrwxpNwkg -rw-rw---- 1 cpanrun wheel 124 Oct 3 15:07 cgisess_34027479a651f5b0edb9c2e31c8e294e -rw-rw---- 1 cpanrun wheel 209 Oct 3 15:07 cgisess_50e49ac26513ce69f4f92c1f3d007715 -rw-rw---- 1 cpanrun wheel 153 Oct 3 15:06 cgisess_eef2ea0aefb97b84711ba0e4a273ab7b -rw-r--r-- 1 security wheel 0 Oct 1 09:31 cs_cache_lock_92 -rw-rw-rw- 1 cpanrun wheel 227803 Oct 3 14:44 iyf0V50SXO drwx------ 2 cpanrun wheel 68 Oct 3 14:51 j8KqGK3EiV drwxrwxrwx 7 cpanrun wheel 238 Oct 3 14:56 libxml2 drwxrwxr-x 4 cpanrun wheel 136 Oct 3 14:15 mason -rw------- 1 nobody wheel 24 Oct 3 14:32 objc_sharing_ppc_4294967294 -rw------- 1 gecko wheel 12 Oct 3 15:00 objc_sharing_ppc_502 -rw------- 1 cpanrun wheel 24 Oct 3 14:52 objc_sharing_ppc_504 -rw------- 1 jeffh wheel 24 Oct 2 14:00 objc_sharing_ppc_505 -rw------- 1 andreask wheel 60 Oct 1 11:44 objc_sharing_ppc_506 -rw------- 1 trentm wheel 24 Oct 3 12:30 objc_sharing_ppc_508 -rw------- 1 security wheel 24 Oct 2 14:00 objc_sharing_ppc_92 -rw------- 1 cpanrun wheel 12 Oct 2 12:57 objc_sharing_ppc_99 drwx------ 2 cpanrun wheel 68 Oct 3 14:51 q8wM6goWeS -rw-rw-rw- 1 cpanrun wheel 0 Oct 3 14:09 r drwx------ 3 trentm wheel 102 Sep 24 10:50 ssh-N3v5nSxTEr ok 2 Installing /Users/cpanrun/build/5.8.8/html/site/lib/HTTP/File.html Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/HTTP/File.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/HTTP/File.pod Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/HTTP/GetString.pl Installing /Users/cpanrun/build/5.8.8/man/man3/HTTP::File.3 Appending installation info to /Users/cpanrun/build/5.8.8/lib/5.8.8/darwin-thread-multi-2level/perllocal.pod