All of lore.kernel.org
 help / color / mirror / Atom feed
From: Cristi Mitrana <cristi.mitrana@gmail.com>
Cc: linux-msdos@vger.kernel.org
Subject: Re: xdosemu broken after xorg6.8.2-1
Date: Sat, 2 Apr 2005 11:21:12 +0300	[thread overview]
Message-ID: <f1de940b05040200217cb24185@mail.gmail.com> (raw)
In-Reply-To: <424DED16.7040300@levitjames.com>

On Apr 2, 2005 3:53 AM, Claude Jones <claude_jones@levitjames.com> wrote:
> I had a perfectly working install of dosemu finally, yesterday,
> configured to run ProComm which I need because it does vt220 terminal
> emulation really well. But I digress. A yum upgrade to my system put
> xorg-x11*6.8.2-1 and all its packages on my machine. Today, when I ran
> xdosemu I get the following error and xdosmenu never starts:
> 
> /usr/local/bin/dosemu.bin: symbol lookup error:
> /usr/X11R6/lib/libXxf86vm.so.1: undefined symbol: XextFindDisplay
> 
> This is being broken up by line-wrapping but it's actually one long line.
> 
> I found a reference to this issue in the archives:
> 
> http://www.mail-archive.com/linux-msdos@vger.kernel.org/msg02868.html
> 
> I'm not sure that this really applies. Can someone please help this
> Linux beginner understand what's going on? Dosemu still runs just fine,
> by the way. It's only the X version that's broken.
> --
> Claude Jones
> Bluemont, VA, USA
> -
> To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

 have dosemu-1.3.1.0 compiled by me on a linux system with Xorg 6.8.2 and
it works fine. I don't know the compile time options (I could have
compiled it without
mitshm), and ldd shows:

 ldd /usr/X11R6/lib/libXxf86vm.so.1
    libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0xb7fda000)
    libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0xb7f0e000)
    libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7dda000)
    libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7dd7000)
    /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

You are missing libXext.so.6 ( which is in the xorg-x11-libs package).
What does ldd /usr/X11R6/lib/libXxf86vm.so.1 say and what does
rpm -ql xorg-x11-libs | grep ext
says ?

hth,

-- 
mitu

      reply	other threads:[~2005-04-02  8:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-02  0:53 xdosemu broken after xorg6.8.2-1 Claude Jones
2005-04-02  8:21 ` Cristi Mitrana [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f1de940b05040200217cb24185@mail.gmail.com \
    --to=cristi.mitrana@gmail.com \
    --cc=linux-msdos@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.