Question one:
$ make
xsltproc --output phtml/param.xsl./pxml/mainbook.xml
Make:xsltproc:Command not found
Make: * * * [ALL] Error 127
Question two:
$ make
Xsltproc--output phtml/param.xsl./pxml/mainbook.xml
Warning: failed to load external entity "/usr/share/xml/docbook/stylesheet/docbook-xsl/xhtml/chunk.xsl"
Compilation Error:file param.xsl Line 3 element Import
Xsl:import: Unable to load /usr/share/xml/docbook/stylesheet/docbook-xsl/xhtml/chunk.xsl
Make: * * * [ALL] Error 5
Solutions
$ ll/usr/share/xml
Total 24
Drwxr-xr-x 6 root root 4096 Jan 23 15:29.
Drwxr-xr-x-root root 4096 June 19 14:11. /
Drwxr-xr-x 2 root root 4096 Nov 8 declaration/
Drwxr-xr-x 2 root root 4096 Nov 8 entities/
Drwxr-xr-x 2 root root 4096 Nov 8 misc/
Drwxr-xr-x 3 root root 4096 Jan 15:29 schema/
$sudo apt-get install xsltproc docbook-xsl docbook-XML
$ ll/usr/share/xml
Total 36
Drwxr-xr-x 9 root root 4096 June 24 16:18.
Drwxr-xr-x root root 4096 June 24 16:18. /
Drwxr-xr-x 2 root root 4096 June 16:18 declaration/
Drwxr-xr-x 4 root root 4096 June 16:18 DocBook/
Drwxr-xr-x 3 root root 4096 June 16:18 entities/
Drwxr-xr-x 2 root root 4096 Nov 8 misc/
Drwxr-xr-x 2 root root 4096 June 16:18 qaml/
Drwxr-xr-x 3 root root 4096 Jan 15:29 schema/
Drwxr-xr-x 2 root root 4096 June 16:18 svg/
Reference Link: http://www.boost.org/doc/libs/1_40_0/doc/html/quickbook/install.html
Ubuntu Install Xsltproc docbook-xsl docbook-xml