/libexec/ld-elf.so.1 errors with multiple libs

2006-05-09 Thread Harman

I was installing beep-media-player yesterday through the ports
collection. I was doing alot of manual upgrading of ports to get it
done, never was able to get the entire thing working, because of
dependencies. I noticed my things weren't able to execute, with the
error: Most things execute without lib errors, all the X apps get this
error. I'm thinking the base of the issue might be expat

/libexec/ld-elf.so.1: Shared object libexpat.so.5 not found requred
by libfontconfig.so.1

among some others like

/libexec/ld-elf.so.1: Shared object libgobject-2.0.so.600 not found,
required by xchat

for xchat and freefontconfig

/libexec/ld-elf.so.1: Shared object libgmodule-2.0.so.600 not found,
required by gaim
for gaim and mplayer

You get the drift. Not sure how to easily fix this.
Thanks.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /libexec/ld-elf.so.1 errors with multiple libs

2006-05-09 Thread snnn

Maybe the only way is re-compile these applications.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


/libexec/ld-elf.so.1 errors with multiple libs

2006-05-09 Thread Robert Huff

Harman writes:

  I was installing beep-media-player yesterday through the ports
  collection. I was doing alot of manual upgrading of ports to get it
  done, never was able to get the entire thing working, because of
  dependencies. I noticed my things weren't able to execute, with the
  error: Most things execute without lib errors, all the X apps get this
  error. I'm thinking the base of the issue might be expat
  
  /libexec/ld-elf.so.1: Shared object libexpat.so.5 not found requred
  by libfontconfig.so.1

This feels like a version mis-match.  Can you re-install
textproc/expat2?

  
  /libexec/ld-elf.so.1: Shared object libgmodule-2.0.so.600 not found,
  required by gaim
  for gaim and mplayer

May be a GNOME problem.  Have you read /usr/ports/UPDATING?


Robert Huff

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]