--- Timothy Bedding <[EMAIL PROTECTED]> wrote: > I am getting this link error > /usr/X11R6/lib/libX11.so: undefined reference to > `getpwnam_r@@GLIBC_2.0' > > Does this mean I need an extra library? If so, which > one? Sounds like a symbolic reference that's not resolved. Goto /usr/X11R6/lib and type $ls libX11.so -al you should see
libX11.so <- /someplace/else/anotherfile You might have a link to a link. Follow the paths until you find what your missing. Hope this helps. Scott Hamma __________________________________________________ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/

