[cad-linux] Re: ME10
- From: keith frost <pfrostie@xxxxxxxxx>
- To: schroder@xxxxxxxxx
- Date: Wed, 17 Jul 2002 07:08:49 -0700 (PDT)
did you try checking dependencies with ldd?
cd to the directory with the executable.
then type: ldd ./me10 or ldd ./ME10F
this should give you a list of libraries that it
needs.
it is probably looking for an older verions of
something and you will just need to create a symbolic
link ( ln -s <have> <need> ) from the current version
to what it is looking for. worst case you will have
to daownload the older version and install it next to
the newer ones. this is required if you can get your
hands on a copy of the linux version of microstation.
it was compiled against an older version of glibc and
just creating the symlink is not good enough.
--- Ernie Schroder <schroder@xxxxxxxxx> wrote:
> Keith,
> DUHHH, I've installed the RPM of ME10 But I'll be
> damned if I can figure out
> how to start it. Everything seems to reside in
> /usr/local/CoCreate/me10. From
> that dir, I did both me10 and ME10F and receive:
> /usr/local/CoCreate/me10/ME10F: error while loading
> shared libraries:
> /usr/local/CoCreate/me10/ME10F: undefined symbol:
> _t24__default_alloc_template2b1i0.free_list
> Any ideas?
> Regards, Ernie
=====
phrostie
Oh I have slipped the surly bonds of DOS
and danced the skies on Linux silvered wings.
http://pfrostie.freeservers.com/cad-tastrafy/
http://www.freelists.org/webpage/cad-linux
__________________________________________________
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com
- References:
- [cad-linux] ME10
- From: Ernie Schroder
Other related posts:
- » [cad-linux] ME10
- » [cad-linux] Re: ME10
- » [cad-linux] Re: ME10
- » [cad-linux] Re: ME10
- » [cad-linux] Re: ME10
- » [cad-linux] Re: ME10
- » [cad-linux] Re: ME10
- » [cad-linux] Re: ME10
- » [cad-linux] Re: ME10
- » [cad-linux] Re: ME10
- » [cad-linux] Re: ME10
- » [cad-linux] Re: ME10
- » [cad-linux] Re: ME10
- » [cad-linux] Re: ME10
- » [cad-linux] Re: ME10
- » [cad-linux] Re: ME10
- [cad-linux] ME10
- From: Ernie Schroder