Perl/Mac::Glue and Apache

qwerty

Registered
I have a Perl module that talks via Mac::Glue to a gui app. In this case a Valentina database.

If I call the script from the terminal, it runs fine. The perl code talks to the database and gets the desired results. If I run it from Apache as a cgi, I get a configuration error.

Anyone got any idea on what might need to be configured to allow this? Or is calling gui apps from a web page via Perl just out of the question under OS X?

Thanks,

Lloyd
 
In a situation like this you should have a look into the Apache error_log file. An error message should be there pointing out the cause of your problem.
 
Back
Top