Bruce Dubbs wrote: I think I need to reinstall.
Done, but perhaps we need to update the instructions slightly. Right now we have: sed -i 's/tail +122/tail -n +122/' \ ../jai-1_1_2_01-lib-linux-i586-jdk.bin chmod 755 ../jai-1_1_2_01-lib-linux-i586-jdk.bin && FOP_BUILD_DIR=$(pwd) && cd $JAVA_HOME && yes | $FOP_BUILD_DIR/../jai-1_1_2_01-lib-linux-i586-jdk.bin && cd $FOP_BUILD_DIR Perhaps we should also do what DJ did for the Java binary install: ... FOP_BUILD_DIR=$(pwd) && mkdir -v -p bin && ln -v -sf /bin/true bin/more && cd $JAVA_HOME && yes | PATH=$FOP_BUILD_DIR/bin:$PATH \ $FOP_BUILD_DIR/../jai-1_1_2_01-lib-linux-i586-jdk.bin && ... which would automate the install. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
