Here is the procedure I followed to install PrinceXML on my VPS (Linux). I am getting an error message that I can't figure out.
0. I downloaded the latest PrinceXML release (prince-6.0r6-linux.tar.gz) and uploaded this into my root directory.
1. Using PuTTY, I logged into my root.
2. I unzipped PrinceXML:
[~]# tar xzf prince-6.0r6-linux.tar.gz
3. Changed directories to where the files were untarred:
[~]# cd prince-6.0r6-linux
4. Installed PrinceXML
[~/prince-6.0r6-linux]# ./install.sh
5. This started the auto install. My system responded as follows:
Prince 6.0
Install directory
This is the directory in which Prince 6.0 will be installed.
Press Enter to accept the default directory or enter an alternative.
[/usr/local]:
6. Installed Prince into my home/root directory ("mplaybok" is the root)
[/usr/local]: /home/mplaybok/prince-6.0
Installing Prince 6.0...
Creating directories...
Installing files...
Installation complete.
Thank you for choosing Prince 6.0, we hope you find it useful.
Please visit http://www.princexml.com for updates and development news.
7. I then tried to issue this command to convert a file
prince acid2.html -o output.pdf
But no matter what I try (like changing the directory to /bin, etc.), I keep getting this error:
prince: command not found
0. I downloaded the latest PrinceXML release (prince-6.0r6-linux.tar.gz) and uploaded this into my root directory.
1. Using PuTTY, I logged into my root.
2. I unzipped PrinceXML:
[~]# tar xzf prince-6.0r6-linux.tar.gz
3. Changed directories to where the files were untarred:
[~]# cd prince-6.0r6-linux
4. Installed PrinceXML
[~/prince-6.0r6-linux]# ./install.sh
5. This started the auto install. My system responded as follows:
Prince 6.0
Install directory
This is the directory in which Prince 6.0 will be installed.
Press Enter to accept the default directory or enter an alternative.
[/usr/local]:
6. Installed Prince into my home/root directory ("mplaybok" is the root)
[/usr/local]: /home/mplaybok/prince-6.0
Installing Prince 6.0...
Creating directories...
Installing files...
Installation complete.
Thank you for choosing Prince 6.0, we hope you find it useful.
Please visit http://www.princexml.com for updates and development news.
7. I then tried to issue this command to convert a file
prince acid2.html -o output.pdf
But no matter what I try (like changing the directory to /bin, etc.), I keep getting this error:
prince: command not found