Re: X11 library question..

2007-03-02 Thread [EMAIL PROTECTED]

On 01/03/07, Jeff Mohler [EMAIL PROTECTED] wrote:

The error:

error while loading shared libraries: libXm.so.3: cannot open shared object
file: No such file or directory


Ive done a few searches, and installing open-motif seemed to be the right
answer, but isnt getting me anywhere.


Indeed,
% find /usr/X11R6/ -type f -iname *libxm*
. . .
/usr/X11R6/lib/libXm.so.3
. . .
% grep -r libXm /var/db/pkg/
. . .
/var/db/pkg/open-motif-2.2.3_2/+CONTENTS:lib/libXm.a
/var/db/pkg/open-motif-2.2.3_2/+CONTENTS:lib/libXm.so
/var/db/pkg/open-motif-2.2.3_2/+CONTENTS:lib/libXm.so.3
. . .
% ldconfig -r | grep libXm
. . .
  127:-lXm.3 = /usr/X11R6/lib/libXm.so.3
. . .

You may need to run ldconfig -R (or ldconfig -m /usr/X11R6/lib
if /usr/X11R6/lib somehow did not get in the hints file).

Alternatively, you may have an older version of open-motif,
which means you need to upgrade it.

--
--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: X11 library question..

2007-03-02 Thread Jeff Mohler

My output to your commands is identical to yours in that it was found, and
is the same open-motif version.

:( :(



On 3/2/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:


On 01/03/07, Jeff Mohler [EMAIL PROTECTED] wrote:
 The error:

 error while loading shared libraries: libXm.so.3: cannot open shared
object
 file: No such file or directory


 Ive done a few searches, and installing open-motif seemed to be the
right
 answer, but isnt getting me anywhere.

Indeed,
% find /usr/X11R6/ -type f -iname *libxm*
. . .
/usr/X11R6/lib/libXm.so.3
. . .
% grep -r libXm /var/db/pkg/
. . .
/var/db/pkg/open-motif-2.2.3_2/+CONTENTS:lib/libXm.a
/var/db/pkg/open-motif-2.2.3_2/+CONTENTS:lib/libXm.so
/var/db/pkg/open-motif-2.2.3_2/+CONTENTS:lib/libXm.so.3
. . .
% ldconfig -r | grep libXm
. . .
   127:-lXm.3 = /usr/X11R6/lib/libXm.so.3
. . .

You may need to run ldconfig -R (or ldconfig -m /usr/X11R6/lib
if /usr/X11R6/lib somehow did not get in the hints file).

Alternatively, you may have an older version of open-motif,
which means you need to upgrade it.

--
--


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: X11 library question..

2007-03-02 Thread Jeff Mohler

For kicks I copied to to /usr/lib.

NEW error..


error while loading shared libraries: /usr/lib/libXm.so.3: ELF file OS ABI
invalid



On 3/2/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:


On 01/03/07, Jeff Mohler [EMAIL PROTECTED] wrote:
 The error:

 error while loading shared libraries: libXm.so.3: cannot open shared
object
 file: No such file or directory


 Ive done a few searches, and installing open-motif seemed to be the
right
 answer, but isnt getting me anywhere.

Indeed,
% find /usr/X11R6/ -type f -iname *libxm*
. . .
/usr/X11R6/lib/libXm.so.3
. . .
% grep -r libXm /var/db/pkg/
. . .
/var/db/pkg/open-motif-2.2.3_2/+CONTENTS:lib/libXm.a
/var/db/pkg/open-motif-2.2.3_2/+CONTENTS:lib/libXm.so
/var/db/pkg/open-motif-2.2.3_2/+CONTENTS:lib/libXm.so.3
. . .
% ldconfig -r | grep libXm
. . .
   127:-lXm.3 = /usr/X11R6/lib/libXm.so.3
. . .

You may need to run ldconfig -R (or ldconfig -m /usr/X11R6/lib
if /usr/X11R6/lib somehow did not get in the hints file).

Alternatively, you may have an older version of open-motif,
which means you need to upgrade it.

--
--


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


X11 library question..

2007-03-01 Thread Jeff Mohler

The error:

error while loading shared libraries: libXm.so.3: cannot open shared object
file: No such file or directory


Ive done a few searches, and installing open-motif seemed to be the right
answer, but isnt getting me anywhere.



Ideas/suggestions?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]