The problem lies in your path. The user the webserver is running as (probably 'nobody') is using a direcoty from with the modules can be seen, but the user from which you are running cannot. It appears this is a unix machine, so doing
will ler you know where the module lives, and you can manipulate your environment (or @INC) accordingly.