File: node33.html

package info (click to toggle)
viewmol 2.3-5
  • links: PTS
  • area: main
  • in suites: woody
  • size: 9,424 kB
  • ctags: 2,239
  • sloc: ansic: 29,098; sh: 909; makefile: 513; python: 238
file content (152 lines) | stat: -rw-r--r-- 6,296 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--****************************************************************************
*                                                                              *
*                                   Viewmol                                    *
*                                                                              *
*                            N O D E 3 3 . H T M L                             *
*                                                                              *
*                  Copyright (c) Joerg-R. Hill, December 2000                  *
*                                                                              *
********************************************************************************
*-->
<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
original version by:  Nikos Drakos, CBLU, University of Leeds
* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Frequently asked questions</TITLE>
<META NAME="description" CONTENT="Frequently asked questions">
<META NAME="keywords" CONTENT="viewmol">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">

<LINK REL="STYLESHEET" HREF="viewmol.css">

</HEAD>

<BODY LANG="EN" BGCOLOR="#FFFFFF">

<H1><A NAME="SECTION000160000000000000000">
Frequently asked questions</A>
</H1>

<OL>
<LI>Is there a home page for V<SMALL>IEWMOL</SMALL> ?
<BR>
There is a home page at <A NAME="tex2html34"
  HREF="http://viewmol.sourceforge.net/"><TT>http://viewmol.sourceforge.net/</TT></A>
and a project page at
<A NAME="tex2html35"
  HREF="http://sourceforge.net/projects/viewmol/"><TT>http://sourceforge.net/projects/viewmol/</TT></A>.
</LI>
<LI>V<SMALL>IEWMOL</SMALL> on Linux reports on start up:
<BR><code>viewmol: can't load library 'libMesaGLU.so.3'</code>
<BR>
or another library.
<BR>
V<SMALL>IEWMOL</SMALL> does not find a dynamical linked library it needs. The reason for this
is that either the library is not installed, the wrong version is installed, or the dynamic
linker is not set up to find this library. V<SMALL>IEWMOL</SMALL> needs the following
dynamic libraries:
<PRE>
libtiff.so.3
libGLU.so.1
libGL.so.1
libXm.so.2
libXp.so.6
libXi.so.6
libXext.so.6
libXt.so.6
libX11.so.6
libpthread.so.0
libdb.so.3
libutil.so.1
libdl.so.2
libm.so.6
libc.so.6
libjpeg.so.62
libz.so.1
libSM.so.6
libICE.so.6
libXmu.so.6
/lib/ld-linux.so.2
</PRE>
These libraries can normally be found in <code>/lib</code>, <code>/usr/lib</code>, and
<BR><code>/usr/X11R6/lib</code>. The dynamic linker checks the major version number and will
refuse any library where the major version number does not match. The minor version
number does not matter. The dynamic linker has to be set up to search the directories
which contain these libraries. This is done in the file <code>/etc/ld.so.conf</code>. After
modifying this file run <code>ldconfig -v</code> as root. Alternatively, the environment
variable <code>LD_LIBRARY_PATH</code> can be set to point to these directories.
</LI>
<LI>After the splash screen appears on Linux V<SMALL>IEWMOL</SMALL> stops with a segmentation
fault
<BR>
Segmentation faults occur reproducibly for certain operations on Linux
<BR>
There is a compatibility problem with a library, usually libc. Unfortunately, there
are so many different library versions in use among the different distributions, that
there is a good chance to run into problems. If it is impossible to use the exact
same distribution V<SMALL>IEWMOL</SMALL> was compiled on (see README file), recompilation
usually helps.
</LI>
<LI>V<SMALL>IEWMOL</SMALL> on Linux reports on start up:
<BR><code>viewmol: Symbol 'jpeg_resync_to_restart' is not</code>
<BR><code>defined.</code>
<BR>
There are two different versions of <code>libtiff.so</code> distributed with different Linux distributions.
One contains jpeg code (Debian) the other doesn't (RedHat). V<SMALL>IEWMOL</SMALL> has now been linked
with the version which does not contain jpeg code so that this error will probably not occur
anymore. If this error occurs only a recompilation will help. Please notify the maker of your
Linux distribution so that they can make their distribution compatible.
</LI>
<LI>When I try to recompile V<SMALL>IEWMOL</SMALL> I get a lot of error messages:
<PRE>
cc -c -Wall -DLINUX -I/usr/compat/linux/usr/include/GL/
-I/usr/compat/linux/usr/include/gr/ -O6 -m486
-fomit-frame-pointer
../annotate.c
../annotate.c:19: X11/StringDefs.h: No such file or directory
../annotate.c:20: X11/cursorfont.h: No such file or directory
../annotate.c:21: Xm/Xm.h: No such file or directory
../annotate.c:22: Xm/Text.h: No such file or directory
In file included from ../annotate.c:24:
../viewmol.h:20: X11/Intrinsic.h: No such file or directory
../viewmol.h:21: GL/gl.h: No such file or directory
../viewmol.h:22: GL/glx.h: No such file or directory
*** Error code 1
</PRE>
To recompile V<SMALL>IEWMOL</SMALL> you need to install X windows and OpenGL development environments
which, in most Linux distributions, are separate packages. In this case you are missing
all X windows and OpenGL header files. You also need the development environment of Lesstif
or Motif for all header files in <code>/usr/include/Xm</code>.
</LI>
<LI>While trying to recompile V<SMALL>IEWMOL</SMALL> the link step fails with:
<PRE>
ld:
Unresolved:  __eprintf

*** Error code 1 (bu21)
</PRE>
or a similar message referring to <code>__eprintf</code> (encountered on SGIs and IBMs
so far only). There is a problem with the TIFF library you are linking with. If
you have built the library yourself make sure it was built on the same machine
as where you try to link V<SMALL>IEWMOL</SMALL>. If you have been trying to use a vendor
supplied version of the TIFF library try to download and compile the library
yourself.
</LI>
</OL>

<P>
<BR><HR>
<ADDRESS>
<A HREF="mailto:joehill@users.sourceforge.net"><I>Jrg-Rdiger Hill</I></A><BR>Sun Dec 10 17:38:35 MET 2000
</ADDRESS>
</BODY>
</HTML>