> I tried running make pdf on quantum, but got:
>
> /bin/sh: fop: command not found
>   

I didn't add the JDK and FOP directories to the global $PATH yet.

Add the appropriate lines to your .bash_profile or .bashrc:

PATH=$PATH:/usr/fop
export JAVA_HOME=/opt/jdk
export ANT_HOME=/opt/ant

and to .foprc

FOP_HOME=/opt/fop
FOP_OPTS="-Xmx2024m"

(The last line per BLFS instructions and I just took the RAM amount as 
per "free -m" output to get started).


-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to