[Date Prev] [Date Next] [Thread Prev] [Thread Next] Date Index Thread Index Search archive:
Date:Fri, 23 Jul 2004 10:55:24 +0000 (UTC) 
Subject:Re: Poplog Xved Problems 
From:A . Sloman 
Volume-ID: 

Thanks Richard,

> >	INSTALL_EVERYTHING_WITH_MOTIF > install.log
> > ...
 
> Here's the install.log:
> ...
> untarring linux-poplog/linux-poplog.tar.gz
> running install scripts
> ...
> main poplog system installed in /usr/local/poplog/v15.53e
> ....
> relinking -- using /usr/local/poplog/v15.53e/pop/pop/poplink_cmnd
> checking for newpop11
> COULD NOT LINK NEWPOP11:

OK. There is clearly someting wrong with your motif installation
which prevents this working.

As a stop-gap you can do this:

	INSTALL_EVERYTHING_WITHOUT_MOTIF > install_nomotif.log

or to install it in a different place
	INSTALL_EVERYTHING_WITHOUT_MOTIF /usr/local/poplog-nomotif > install_nomotif.log

I expect that will work and you'll have a usable version of poplog
without motif. The startup scripts to run that version will be created
in the startup sub-directory of the directory where you ran the install
command. You could save them for future use (poplog.sh if you use bash
as your shell, poplog if you use tcsh as your shell).

In addition, it should be possible to find out why the motif version is
not working.

Post the output of this command, which may give a clue as to what the
problem is with motif:

	ls -l /usr/X11R6/lib/libXm.so*

E.g. you should get someting like this if you have Motif and LessTif:

lrwxrwxrwx    1 root     root           14 Jun 18  2003 /usr/X11R6/lib/libXm.so -> libXm.so.3.0.1
lrwxrwxrwx    1 root     root           34 Jun 18  2003 /usr/X11R6/lib/libXm.so.1 -> ../LessTif/Motif1.2/lib/libXm.so.1
lrwxrwxrwx    1 root     root           38 Jun 18  2003 /usr/X11R6/lib/libXm.so.1.0.2 -> ../LessTif/Motif1.2/lib/libXm.so.1.0.2
lrwxrwxrwx    1 root     root           14 Jun 18  2003 /usr/X11R6/lib/libXm.so.3 -> libXm.so.3.0.1
-rwxr-xr-x    1 root     root      2684934 Aug 27  2002 /usr/X11R6/lib/libXm.so.3.0.1

You also need these in the same directory:
	
    /usr/X11R6/lib/libX11.so
    /usr/X11R6/lib/libXext.so
    /usr/X11R6/lib/libXt.so

I assume they exist as you were able to run xved without motif.

Aaron
==