Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Mar 2003 16:37:03 -0500
From:      taxman <taxman@acd.net>
To:        freebsd-questions@FreeBSD.org
Subject:   Acroread port errors
Message-ID:  <200303301637.03087.taxman@acd.net>

next in thread | raw e-mail | index | archive | help

Hi, I installed acroread-3.02 from ports but I get errors when trying to run 
it. First I got 3-4 errors about different lib versions needed, eg:

libc.so.5: cannot open shared object file: No such file or directory

Thats true because I had  libc.so.6 -> libc-2.2.4.so  in /usr/compat/linux/lib
there were others that were similiar, but I forgot which ones.  So for fun, to 
see if it would work, I just created the new links  with 
# ln -s libc-2.2.4.so libc.so.5
and similiar for the others.  Now I get this error, and don't know what to do:

/usr/local/Acrobat3/Reader/intellinux/bin/acroread: relocation error: 
/usr/local/Acrobat3/Reader/intellinux/bin/acroread: undefined symbol: 
__libc_init

I'm guessing this is where the different lib versions are not playing well 
together.

pkg_version shows all of the relevant ports such as  linux_base-7.1_2 and 
acroread up to date.  cvsup'd ports last night

Any ideas?
Thanks, 
	Tim



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303301637.03087.taxman>