newbie q: Can normal OS X apps access resources downloaded and installed via Fink for X11?
newbie q: Can normal OS X apps access resources downloaded and installed via Fink for X11?
- Subject: newbie q: Can normal OS X apps access resources downloaded and installed via Fink for X11?
- From: Ted Stresen-Reuter <email@hidden>
- Date: Wed, 29 Jan 2003 22:33:34 -0600
Hi,
With the help of a friend I've managed to get X11 installed and running
fine. I've even installed gimp using fink, and it works!
Now, my question is, if I use fink to install ghostscript (including
all the libraries), how can I access those libraries from, say, PHP,
which is running normally as a part of Apache?
Ordinarily we would do something like:
<?php
exec( "/usr/local/bin/ghostscript", "programParameters", $result );
if ( sizeof ( $result ) > 0 )
{
// do some stuff with the results
}
else
{
// fallback method
}
?>
Hope some guru can give me a reply...
Ted Stresen-Reuter
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe: http://www.lists.apple.com/mailman/listinfo/x11-users
Do not post admin requests to the list. They will be ignored.