Re: Acroread Hamm ???

1998-12-30 Thread Wayne Cuddy
I am totally confused by this here is my ldd acroread output.
  libreadcore.so =

wc_deb:/usr/local/opt/Acrobat3/Reader/intellinux/bin-ldd acroread 
libreadcore.so = /usr/local/opt/Acrobat3/Reader/intellinux/lib/libreadcore.so 
(0x4000a000)
libpfs.so = /usr/local/opt/Acrobat3/Reader/intellinux/lib/libpfs.so 
(0x4015c000)
libagm.so = /usr/local/opt/Acrobat3/Reader/intellinux/lib/libagm.so 
(0x401e)
libXt.so.6 = not found
libXext.so.6 = not found
libX11.so.6 = not found
libm.so.5 = /lib/libm.so.5 (0x40268000)
libdl.so.1 = /lib/libdl.so.1 (0x40271000)
libc.so.5 = /lib/libc.so.5 (0x40274000)


As you can see it does not find Xt or X related libraries yet I have them
installed and have motif apps that I have written which use these libraries
and those show the correct location of Xt libraries in the ldd output.

Wayne

On Mon, 28 Dec 1998, Stephan Engelke wrote:

 Date: Mon, 28 Dec 1998 22:12:45 +0100
 From: Stephan Engelke [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: Acroread  Hamm  ???
 
 Hi Wayne,
 
 Wayne Cuddy wrote:
  
  Does Acroread work with hamm?  
 Yes it does.
 
  It tells me it can't find libXt.so.6.  If I set
  my LD_LIBRARY_PATH I get a SEGV.  I do have libc5 installed.
 
 Did you try running ldconfig as root?  I think this is what solved
 this Problem for me. Also find the actual Reader-Binary (I don't recall
 its name, acroread is a mere shellscript) and do a ldd binaryname to
 see if all other 
 libraries are found.
 
 Check /etc/ld.so.conf and add the readers library directory if
 necessary.
 
 So long,
 Stephan
 -- 
 Stephan Engelke[EMAIL PROTECTED]
 +++ Divide by cucumber +++ Out of cheese error +++ Redo from start +++
 



Nevermind... sorry Re: Acroread Hamm ???

1998-12-30 Thread Wayne Cuddy
I did not have the old Xt and X libraries that where compiled against libc5
installed and that was the problem.  I can wait for this libc5 legacy stuff to
go away.

Thanks for the help.

On Mon, 28 Dec 1998, Stephan Engelke wrote:

 Date: Mon, 28 Dec 1998 22:12:45 +0100
 From: Stephan Engelke [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: Acroread  Hamm  ???
 
 Hi Wayne,
 
 Wayne Cuddy wrote:
  
  Does Acroread work with hamm?  
 Yes it does.
 
  It tells me it can't find libXt.so.6.  If I set
  my LD_LIBRARY_PATH I get a SEGV.  I do have libc5 installed.
 
 Did you try running ldconfig as root?  I think this is what solved
 this Problem for me. Also find the actual Reader-Binary (I don't recall
 its name, acroread is a mere shellscript) and do a ldd binaryname to
 see if all other 
 libraries are found.
 
 Check /etc/ld.so.conf and add the readers library directory if
 necessary.
 
 So long,
 Stephan
 -- 
 Stephan Engelke[EMAIL PROTECTED]
 +++ Divide by cucumber +++ Out of cheese error +++ Redo from start +++
 



Re: Acroread Hamm ???

1998-12-29 Thread Torsten Hilbrich
Wayne Cuddy [EMAIL PROTECTED] writes:

 Does Acroread work with hamm?  It tells me it can't find libXt.so.6.
 If I set my LD_LIBRARY_PATH I get a SEGV.  I do have libc5
 installed.

Install the xlib6 (and to be sure the xpm4.7) packages from the
oldlibs section.  Otherwise check the output of (in my version of
acroread) of

~$ LD_LIBRARY_PATH=/usr/lib/Acrobat3/Reader/intellinux/lib ldd 
/usr/lib/Acrobat3/Reader/intellinux/bin/acroread 
libreadcore.so = 
/usr/lib/Acrobat3/Reader/intellinux/lib/libreadcore.so (0x4000d000)
libpfs.so = /usr/lib/Acrobat3/Reader/intellinux/lib/libpfs.so 
(0x4015f000)
libagm.so = /usr/lib/Acrobat3/Reader/intellinux/lib/libagm.so 
(0x401e3000)
libXt.so.6 = /usr/lib/libc5-compat/libXt.so.6 (0x4026b000)
libXext.so.6 = /usr/lib/libc5-compat/libXext.so.6 (0x402ad000)
libX11.so.6 = /usr/lib/libc5-compat/libX11.so.6 (0x402b8000)
libm.so.5 = /lib/libm.so.5 (0x40356000)
libdl.so.1 = /lib/libdl.so.1 (0x4035f000)
libc.so.5 = /lib/libc.so.5 (0x40362000)
libSM.so.6 = /usr/lib/libc5-compat/libSM.so.6 (0x4042)
libICE.so.6 = /usr/lib/libc5-compat/libICE.so.6 (0x40429000)

Your output should be quite similiar but please check if the directory
/usr/lib/Acrobat3/Reader/intellinux is the same in your version:

~$ dpkg -l acroread
Desired=Unknown/Install/Remove/Purge
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ NameVersionDescription
+++-===-==-
ii  acroread3.02-0.1   Adobe Acrobat Reader: Portable Document Form

Torsten

BTW: In my version the dependency line seems to be correct:
 ldso (= 1.9.7-0), libc5 (= 5.4.0-0), xlib6 (= 3.3-0)

-- 
Homepage: http://www.in-berlin.de/User/myrkr