To clarify, the solution is to abandon RPMs (which as Kevin pointed out
haven't been built since the libX11 package update) and build open motif
from source:
http://www.openmotif.org/files/public_downloads/openmotif/2.3/2.3.3/openmotif-2.3.3.tar.gz
for 64bit systems, run "./configure libdir=/usr/lib64"
You may also need to install the xorg-x11-xbitmaps package.
-Michael
On 04/19/2011 08:05 AM, Kevin R. Tyle wrote:
Hi all,
It appears the libX11-1.3.4-4.fc14 package, released on 22 March, is
what breaks nmap2. However, if one rebuilds/reinstalls the
openmotif-2.3.1 package after that, nmap2 will work again.
--Kevin