SCIRun User Mailing List

Text archives Help


Re: [Fwd: Re: [SCIRUN-USERS] Problem executing SciRun, undefined symbol]


Chronological Thread 
  • From: "J. Davison de St. Germain" <dav@cs.utah.edu>
  • To: scirun-users@sci.utah.edu
  • Subject: Re: [Fwd: Re: [SCIRUN-USERS] Problem executing SciRun, undefined symbol]
  • Date: Wed, 1 Oct 2003 13:14:00 -0600 (MDT)


Hi Germán,

Here is my suggestions for tracking down missing symbols.

> loading shared libraries: /lib/i686/libpthread.so.0: undefined 
> symbol: __libc_waitpid,

If you run:

> nm /lib/i686/libpthread.so.0 | grep __libc_waitpid

It should show you that the symbol is referenced but not defined.
What you need then to do is find where that symbol is defined.

> /usr/lib/libc.so.6

As it is a _libc_ symbol, it probably is in one of the libc.so's.  You
can see which one scirun is trying to use by:

> ldd scirun

Then I suggest running the 'nm' command on it and on any other libc's
you know about and see if you find the symbol.  This is strange
behavior.  What version of the compiler are you using?  Perhaps it
doesn't match the OS version?

Good luck with it.  Let us know what else we can do.

- Dav

-----------------------------------------------------------------------
- J. Davison de St. Germain         dav@cs.utah.edu    (801) 581-4078 -
- Chief Software Engineer           http://www.cs.utah.edu/~dav       -
- SCI Institute, SE C-SAFE          University of Utah                -
-----------------------------------------------------------------------
===========================================================================
== The SCIRun Users mailing list: send email to majordomo@sci.utah.edu   ==
== for more details.                                                     ==
== Please acknowledge use of SCIRun in your papers and reports:          ==
==   see http://software.sci.utah.edu/scirun-biopse_citation.bib         ==
===========================================================================




  • Re: [Fwd: Re: [SCIRUN-USERS] Problem executing SciRun, undefined symbol], J. Davison de St. Germain, 10/01/2003

Archive powered by MHonArc 2.6.16.

Top of page