Discussion:
Anyone running MM Admin on Debian Linux without a full X11 installation??
Aaron The Young
2005-04-04 14:58:05 UTC
Permalink
Hello,

Does anyone have MM running on a Debian Linux server? We are
migrating from Solaris Unix to Debian Linux and I'm at the point
where I want to import my export Solaris MM data and when I attempt
to run mmadmin I get the following error:

./mmadmin: error while loading shared libraries: libXt.so.6: cannot open
shared object file: No such file or directory

So I installed the X package that contained libXt.so.6 and it then asked for
additional libraries as follows - each time I was asked for a library, I just
linked it into /usr/lib (part of my Library search path):

# /usr/local/mm/mmadmin
/usr/local/mm/mmadmin: error while loading shared libraries: libXt.so.6:
cannot open shared object file: No such file or directory
# ln -s /usr/X11R6/lib/libXt.so.6 /usr/lib/libXt.so.6
# /usr/local/mm/mmadmin
/usr/local/mm/mmadmin: error while loading shared libraries: libX11.so.6:
cannot open shared object file: No such file or directory
# ln -s /usr/X11R6/lib/libX11.so.6 /usr/lib/libX11.so.6
# /usr/local/mm/mmadmin
/usr/local/mm/mmadmin: error while loading shared libraries: libSM.so.6:
cannot open shared object file: No such file or directory
# ln -s /usr/X11R6/lib/libSM.so.6 /usr/lib/libSM.so.6
# /usr/local/mm/mmadmin
/usr/local/mm/mmadmin: error while loading shared libraries: libICE.so.6:
cannot open shared object file: No such file or directory
# ln -s /usr/X11R6/lib/libICE.so.6 /usr/lib/libICE.so.6

All of these missing libraries were available in the /usr/X11R6/lib
directory, but I then got the following
error and I'm not sure what to do about this.

# /usr/local/mm/mmadmin
/usr/local/mm/mmadmin: /lib/libc.so.6: version `GLIBC_2.3' not found
(required by /usr/lib/libXt.so.6)
/usr/local/mm/mmadmin: /lib/libc.so.6: version `GLIBC_2.3.2' not found
(required by /usr/lib/libXt.so.6)
/usr/local/mm/mmadmin: /lib/libc.so.6: version `GLIBC_2.3' not found
(required by /usr/lib/libX11.so.6)
/usr/local/mm/mmadmin: /lib/libc.so.6: version `GLIBC_2.3.2' not found
(required by /usr/lib/libX11.so.6)
/usr/local/mm/mmadmin: /lib/libc.so.6: version `GLIBC_2.3' not found
(required by /usr/lib/libICE.so.6)

I have a version of glib loaded, but I'm not sure if that is the same exact
thing as glibc?

Anyone have any clues or has anyone been successful in getting MMAdmin to
run under X?

Thanks,

Aaron
~

Aaron C. Young MS
Manager, Internal Technologies
NYSERNet, Inc.
100 Elwood Davis Road
Syracuse, New York 13212-4312
(315) 413-0345 x5555
(315) 480-7024 (cell)


* MMXP-TALK Web Page: http://WWW.LISTSERV.Emory.Edu/Archives/MMXP-TALK.HTML
Peter Arien
2005-04-16 12:26:56 UTC
Permalink
Aaron

Aaron The Young wrote:
> Does anyone have MM running on a Debian Linux server? We are
> migrating from Solaris Unix to Debian Linux and I'm at the point
> where I want to import my export Solaris MM data and when I attempt
> to run mmadmin I get the following error:

Yes, we still have two groups using mm 7.5.0 on a debian sarge system.

> ./mmadmin: error while loading shared libraries: libXt.so.6: cannot open
> shared object file: No such file or directory
>
> So I installed the X package that contained libXt.so.6 and it then asked
> for
> additional libraries as follows - each time I was asked for a library, I
> just
> linked it into /usr/lib (part of my Library search path):

# ldd /usr/local/mm/mmadmin

This should tell you exactly which libraries are needed, and which are
missing.

Install the required libraries, make sure to add the line
/usr/X11R6/lib
to /etc/ld.so.conf and run ldconfig

> I have a version of glib loaded, but I'm not sure if that is the same
> exact thing as glibc?

No glib packages installed here. I'm running mmadmin remotely
over an ssh connection with X-forwarding.

--
Peter Arien

K.U.Leuven - LUDIT -=- Tel: +32 16 322219
***@cc.kuleuven.be -=- http://ludit.kuleuven.be/

Dijon vu - the same mustard as before.


* MMXP-TALK Web Page: http://WWW.LISTSERV.Emory.Edu/Archives/MMXP-TALK.HTML
Aaron The Young
2005-04-18 20:19:22 UTC
Permalink
At 08:26 AM 4/16/2005, you wrote:
>Aaron
>
>Aaron The Young wrote:
> > Does anyone have MM running on a Debian Linux server? We are
> > migrating from Solaris Unix to Debian Linux and I'm at the point
> > where I want to import my export Solaris MM data and when I attempt
> > to run mmadmin I get the following error:
>
>Yes, we still have two groups using mm 7.5.0 on a debian sarge system.
>
> > ./mmadmin: error while loading shared libraries: libXt.so.6: cannot open
> > shared object file: No such file or directory
> >
> > So I installed the X package that contained libXt.so.6 and it then asked
> > for additional libraries as follows - each time I was asked for a
> library, I
> > just linked it into /usr/lib (part of my Library search path):
>
># ldd /usr/local/mm/mmadmin
>
>This should tell you exactly which libraries are needed, and which are
>missing.

This reports all the dependency libraries are available. I get no report of
anything missing when I run ldd on mmadmin.

>Install the required libraries, make sure to add the line
>/usr/X11R6/lib to /etc/ld.so.conf and run ldconfig

I don't have an /etc/ld.so.conf -- I do have an /etc/ld.so.conf.d and it
has a xorg-x11-i386.conf file in it. That's all that's in there.

> > I have a version of glib loaded, but I'm not sure if that is the same
> > exact thing as glibc?
>
>No glib packages installed here. I'm running mmadmin remotely
>over an ssh connection with X-forwarding.

The only reason I mentioned this is because when I now run mmadmin it gives
me:

/usr/local/mm/mmadmin: /lib/libc.so.6: version 'GLIBC_2.3' not found
(required by /usr/lib/libIC.so.6.
Which happens to be one of the libraries that mmadmin needs (and has). Do
I have a version
issue with my libraries?

Any help would be appreciated.

Thanks,

Aaron
~

Aaron The Young MS
216 Kirsch Drive
Syracuse, NY 13211
(315) 454-9297
son of Gerald Ulysses Young who was the
son of Jackson Oral Young who was the
son of John Calvin Young


* MMXP-TALK Web Page: http://WWW.LISTSERV.Emory.Edu/Archives/MMXP-TALK.HTML
Loading...