shige 11/23 2006 ---------------- Andres Lahe <[EMAIL PROTECTED]> wrote: > pnmtopng: can't open color names database file > named /usr/lib/X11/rgb.txt, /usr/openwin/lib/rgb.txt, > or /usr/X11R6/lib/X11/rgb.txt and Environment variable RGBDEF not set. > Set RGBDEF to the pathname of your rgb.txt file or don't use color > names.
This seems to be the same problem as reported at: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=368693 The problem may occur by incorrect configuration of Netpbm. You may fix the problem by each of the followings: a) to reinstall Netpbm with correct configuration (modify RGB_DB3 setting to the correct search path, e.g. "/usr/X11R7/lib/X11/rgb.txt" in your pm_config.h before the compilation). b) to set RGBDEF environment variable. For example: $ export RGBDEF=/usr/X11R&/lib/X11/rgb.txt c) not to use color name. Modify the color name 'gray85' in pstoimg.pin (bin/pstoimg) to the RGB style value '#d9d9d9'. +========================================================+ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN [EMAIL PROTECTED] TEL(&FAX): +81-257-22-8161 +========================================================+ _______________________________________________ latex2html mailing list [email protected] http://tug.org/mailman/listinfo/latex2html
