Libpuzzle PHP 5

I'm trying to install libpuzzle onto my ubuntu server.

I have php5 installed as well as the GD Library.

I used the repository for libpuzzle

sudo apt-get install libpuzzle-php

Didn't get any errors.

When i run

phpinfo();

Libpuzzle shows up, but there is nothing under it, and the pages using the library don't run.

Any suggestions?

Simple mistake on my part. I checked the error log and saw the line

PHP Warning:  Unknown: failed to open stream: Permission denied in Unknown on line 0

I had then realized I didn't set the proper permissions for the files I was using in the script and the script itself.

I just set the permissions with chmod, and every worked fine.