Scary Uncle - 2006-01-27

Hello -
I'm trying to install Phpix3 for the first time. I'm not shte most experienced Linux user, so this may be obvious, but here's what I'm getting.
I untarred the tar file to /var/www/html/phpix3. I typed make suid which gave this output:

$ make suid
echo "#define BASEPATH \"`pwd`\"" > convert.h
cc   convert.c -o convert
[ -f config.inc ] || cp dfl_config.inc config.inc
[ -f style.css ] || cp dfl_style.css style.css
Performing suid install--I hope you're not doing this as
root!  If this doesn't work, try
  make nosuid
chmod u+s convert

I then loaded up the phpix3 directory in Firefox and it gave me this:

Notice: Undefined index: album in /var/www/html/phpix3/common.inc on line 38

Notice: Undefined variable: dispsize in /var/www/html/phpix3/common.inc on line 92

Notice: Undefined variable: start in /var/www/html/phpix3/common.inc on line 93

Notice: Undefined variable: pic in /var/www/html/phpix3/common.inc on line 100

Notice: Uninitialized string offset: 0 in /var/www/html/phpix3/common.inc on line 151

Notice: Undefined variable: filelist in /var/www/html/phpix3/common.inc on line 161

Notice: Undefined index: album in /var/www/html/phpix3/index.php on line 39

Notice: Undefined index: pic in /var/www/html/phpix3/index.php on line 40

Notice: Undefined index: dispsize in /var/www/html/phpix3/index.php on line 41

Notice: Undefined index: start in /var/www/html/phpix3/index.php on line 42

Notice: Undefined index: picindex in /var/www/html/phpix3/index.php on line 43

Notice: Undefined variable: SERVER_ in /var/www/html/phpix3/index.php on line 77

I did a make clean, and then a make nosuid and I get the same result.

Am I missing a file or sa setting that is supposed to be defining those variables?

Thanks!