Lisp HUG Maillist Archive

Problem on FreeBSD 8.0

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi LispWorkers,


I installed LispWorks 5.1.1 Personal on my FreeBSD 8.0-RC1 box,
following all the instructions metioned in the readme file downloaded
together with the .tgz package.

There's an error while trying to run LispWorks from command line:

../lispworks-personal-5-1-1-x86-freebsd
/libexec/ld-elf.so.1: /usr/local/lib/compat/libpthread.so.1: version
LIBTHREAD_1_0 required by
/LispWorks/lib/LispWorksPersonal/lispworks-personal-5-1-1-x86-freebsd
not defined

I think this is caused by the pthread library switching, and I am here
to find out if there's any chance to solve this problem. :)

Thanks

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.13 (FreeBSD)

iEUEARECAAYFAkrVP+8ACgkQdcWH549obliZKwCeJWWNTcdiScNTlEpzReagYZ3A
H9AAmJte65KJrNgb7JF+4rvf94ZyOHo=
=WjQ7
-----END PGP SIGNATURE-----


Re: Problem on FreeBSD 8.0

> There's an error while trying to run LispWorks from command line:
> 
> ./lispworks-personal-5-1-1-x86-freebsd
> /libexec/ld-elf.so.1: /usr/local/lib/compat/libpthread.so.1: version
> LIBTHREAD_1_0 required by
> /LispWorks/lib/LispWorksPersonal/lispworks-personal-5-1-1-x86-freebsd
> not defined

You might try adding the following entries to your /etc/libmap.conf 
file; these values are from my libmap32.conf (see libmap.conf(5)):

libpthread.so.1         libthr.so.2
libc.so.5               libc.so.6

I believe libthr.so.2 and libc.so.6 are provided by misc/compat6x.


Mike


Updated at: 2020-12-10 08:40 UTC