unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* guile and libtool versions
@ 2010-04-15 16:21 Luc, Kevin
  2010-04-17 10:56 ` Andy Wingo
  0 siblings, 1 reply; 3+ messages in thread
From: Luc, Kevin @ 2010-04-15 16:21 UTC (permalink / raw)
  To: guile-user

[-- Attachment #1: Type: text/plain, Size: 1619 bytes --]

Hi,

  I have installed guile 1.8.7 and libtool-1.5.6.  When I try to run my
test app I get the following error: 

 

error while loading shared libraries: libltdl.so.0: cannot open shared
object file: No such file or directory

 

  I looked at the so's that were installed for libtool and they were:

libltdl.so

libltdl.so.3

libltdl.so.3.1.0

 

I thought maybe there is a versioning problem, so I tried the latest
version of libtool, libtool-2.2.6b.tar.gz, but the so's that were
generated were the following:

 

libltdl.so.7.2.1

libltdl.so.7

libltdl.so

 

The guile 1.8.7  readme says that it requires anything later than 1.5.6.
I also tried to create a symbolic link:

 

ln -s libltdl.so.7.2.1 libltdl.so.0

 

ln -s libltdl.so.3.1.0 libltdl.so.0

 

but in both cases I got errors :

 

relocation error: /apps/libs/libltdl.so.0: undefined symbol:
lt_libltdl_LTX_preloaded_symbols

 

Can anybody tell me what happened?  Did I mess up the configuration?  Or
are the versions miss matched?

 

Thanks,

Kevin.

This communication, including any attachments, may contain information that is proprietary, privileged, confidential or legally exempt from disclosure.  If you are not a named addressee, you are hereby notified that you are not authorized to read, print, retain a copy of or disseminate any portion of this communication without the consent of the sender and that doing so may be unlawful.  If you have received this communication in error, please immediately notify the sender via return e-mail and delete it from your system.

[-- Attachment #2: Type: text/html, Size: 6652 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-04-19 16:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-15 16:21 guile and libtool versions Luc, Kevin
2010-04-17 10:56 ` Andy Wingo
2010-04-19 16:59   ` Luc, Kevin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).