Steve Kowalik kindly suggested: > Do you have /usr/local/bin in your PATH?
Thanks for your help, Steve. Yes, I do: $ echo $PATH /home/mark/bin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/opt/teTeX/bin:/opt/kde/bin:/usr/java/bin > The 'refused connection to :0.0' is also rather disturbing. Are you > running > ./configure as the same user that started X? Keep in mind you only > need to > be root to run 'make install', but can compile as a normal user. Thanks again - I was indeed trying to run ./configure as root. I tried again without switching to root and now I don't get the 'refused connection to :0.0' error. Here's the end of the output: > checking for libart-config... (cached) no > checking for LIBART - version >= 2.1.0... no > *** The libart-config script installed by LIBART could not be found > *** If LIBART was installed in PREFIX, make sure PREFIX/bin is in > *** your path, or set the LIBART_CONFIG environment variable to the > *** full path to libart-config. > checking for gdk-pixbuf-config... (cached) no > checking for GDK_PIXBUF - version >= 0.7.0... no > *** The gdk-pixbuf-config script installed by GDK_PIXBUF could not be found > *** If GDK_PIXBUF was installed in PREFIX, make sure PREFIX/bin is in > *** your path, or set the GDK_PIXBUF_CONFIG environment variable to the > *** full path to gdk-pixbuf-config. > checking for imlib-config... (cached) /usr/bin/imlib-config > checking for IMLIB - version >= 1.8.0... no > *** Could not run IMLIB test program, checking why... > *** The test program failed to compile or link. See the file config.log for the > *** exact error that occured. This usually means IMLIB was incorrectly installed > *** or that you have moved IMLIB since it was installed. In the latter case, you > *** may want to edit the imlib-config script: /usr/bin/imlib-config > configure: error: you need either gdk-pixbuf or imlib installed I next tried: export GDK_PIXBUF_CONFIG=/usr/local/bin/gdk-pixbuf-config export LIBART_CONFIG=/usr/local/bin/libart-config But I still get the same errors when I run ./configure I also checked that I have execute permissions on these files, and yes, I do. Thanks again for your help. I'd be very happy to get suggestions on what to try next. Mark A. Bell ===== Mark A. Bell Sydney, Australia E-mail: [EMAIL PROTECTED] http://www.geocities.com/Athens/Acropolis/9583/ __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
