On Wed, 20 Mar 2002 [EMAIL PROTECTED] wrote: > I am trying to install a Lexmark printer utility program on RedHat 7.2. > The script ends with an error that it can't find a suitable Java VM in > the machine. I installed Java and Java3 Runtime libraries via rpm. The > files I installed were libgcj 2.96 and libgcj3 3.0.1. Does anyone know > where these are so I can make a link to them in my path? >
try /usr/lib or /usr/local/lib if you have locate installed on your machine you can force it to update it's database by running the script /usr/bin/updatedb (as root) and then use locate to find the files. Or you could try find /usr -name libgcj* -print HTH http://www.efn.org/~laprice ( Community, Cooperation, Consensus http://www.opn.org ( Openness to serendipity, make mistakes http://www.efn.org/~laprice/poems ( but learn from them.(carpe fructus ludi)
