New to using Linux and trying to install software called PrinceXML in the /usr/bin directory.
I've logged in as the root user, used wget to download the package, ran tar and followed the steps to install. When asked I then chose default install directory (/usr/local). I tried again specifying /usr/bin/
When I try to access it via the PHP wrapper I get a blank screen, which I'm fairly certain is because the software is installed in the wrong location.
Any guidance as to how to install into the /usr/bin directory would be greatly appreciated.
This is the call from the wrapper:
$prince = new Prince('/usr/bin/prince');