Re: Upgrade to 7.0; Shared Object Not Found

2008-01-08 Thread Kris Kennaway

Schiz0 wrote:

On Jan 8, 2008 7:51 PM, Kris Kennaway <[EMAIL PROTECTED]> wrote:

Schiz0 wrote:

On Jan 8, 2008 7:33 PM, Kris Kennaway <[EMAIL PROTECTED]> wrote:

Schiz0 wrote:

Hey,

I recently upgraded from 6.3-PRERELEASE to 7.0-PRERELEASE

# uname -a
FreeBSD Mercury 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #0: Tue Jan  8
15:07:49 EST 2008
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/SCHIZ0NET_MERCURY  i38


Now, whenever I run any various commands, I get various errors:

# vim
/libexec/ld-elf.so.1: Shared object "libncurses.so.6" not found,
required by "vim"
# portupgrade
/libexec/ld-elf.so.1: Shared object "libcrypt.so.3" not found,
required by "ruby18"
# bash
/libexec/ld-elf.so.1: Shared object "libncurses.so.6" not found,
required by "bash"
And so on...

It had me locked out at first because my default shell is bash. But I
got it working with /bin/csh now.

So. Apparently I'm missing some shared objects. Can anyone shed any
light on the issue? Or guide me on how to fix it?

Part of the upgrade that you omitted was to install new 7.0 versions of
your installed ports.  portupgrade -fa or -faP.

Kris



The only problem with that is I'm unable to run portupgrade :-\

# portupgrade -fa
/libexec/ld-elf.so.1: Shared object "libcrypt.so.3" not found,
required by "ruby18"

So do I have to deinstall and reinstall portupgrade (and the ports
that it depends on)?

Well if you just did the upgrade then you should still have the old
libraries to use as an interim measure while you rebuild.  How did you
go about upgrading, and can you think of anything you did that may have
deleted them?

Kris



I think I know exactly what I did..

Would "make delete-old-libs" cause it?




Yes, exactly so.  You can install the compat6x port to reinstall the old 
libraries.


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


Re: Upgrade to 7.0; Shared Object Not Found

2008-01-08 Thread Schiz0
On Jan 8, 2008 7:51 PM, Kris Kennaway <[EMAIL PROTECTED]> wrote:
>
> Schiz0 wrote:
> > On Jan 8, 2008 7:33 PM, Kris Kennaway <[EMAIL PROTECTED]> wrote:
> >> Schiz0 wrote:
> >>> Hey,
> >>>
> >>> I recently upgraded from 6.3-PRERELEASE to 7.0-PRERELEASE
> >>>
> >>> # uname -a
> >>> FreeBSD Mercury 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #0: Tue Jan  8
> >>> 15:07:49 EST 2008
> >>> [EMAIL PROTECTED]:/usr/obj/usr/src/sys/SCHIZ0NET_MERCURY  i38
> >>>
> >>>
> >>> Now, whenever I run any various commands, I get various errors:
> >>>
> >>> # vim
> >>> /libexec/ld-elf.so.1: Shared object "libncurses.so.6" not found,
> >>> required by "vim"
> >>> # portupgrade
> >>> /libexec/ld-elf.so.1: Shared object "libcrypt.so.3" not found,
> >>> required by "ruby18"
> >>> # bash
> >>> /libexec/ld-elf.so.1: Shared object "libncurses.so.6" not found,
> >>> required by "bash"
> >>> And so on...
> >>>
> >>> It had me locked out at first because my default shell is bash. But I
> >>> got it working with /bin/csh now.
> >>>
> >>> So. Apparently I'm missing some shared objects. Can anyone shed any
> >>> light on the issue? Or guide me on how to fix it?
> >> Part of the upgrade that you omitted was to install new 7.0 versions of
> >> your installed ports.  portupgrade -fa or -faP.
> >>
> >> Kris
> >>
> >>
> >
> > The only problem with that is I'm unable to run portupgrade :-\
> >
> > # portupgrade -fa
> > /libexec/ld-elf.so.1: Shared object "libcrypt.so.3" not found,
> > required by "ruby18"
> >
> > So do I have to deinstall and reinstall portupgrade (and the ports
> > that it depends on)?
>
> Well if you just did the upgrade then you should still have the old
> libraries to use as an interim measure while you rebuild.  How did you
> go about upgrading, and can you think of anything you did that may have
> deleted them?
>
> Kris
>

I think I know exactly what I did..

Would "make delete-old-libs" cause it?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Upgrade to 7.0; Shared Object Not Found

2008-01-08 Thread Kris Kennaway

Schiz0 wrote:

On Jan 8, 2008 7:33 PM, Kris Kennaway <[EMAIL PROTECTED]> wrote:

Schiz0 wrote:

Hey,

I recently upgraded from 6.3-PRERELEASE to 7.0-PRERELEASE

# uname -a
FreeBSD Mercury 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #0: Tue Jan  8
15:07:49 EST 2008
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/SCHIZ0NET_MERCURY  i38


Now, whenever I run any various commands, I get various errors:

# vim
/libexec/ld-elf.so.1: Shared object "libncurses.so.6" not found,
required by "vim"
# portupgrade
/libexec/ld-elf.so.1: Shared object "libcrypt.so.3" not found,
required by "ruby18"
# bash
/libexec/ld-elf.so.1: Shared object "libncurses.so.6" not found,
required by "bash"
And so on...

It had me locked out at first because my default shell is bash. But I
got it working with /bin/csh now.

So. Apparently I'm missing some shared objects. Can anyone shed any
light on the issue? Or guide me on how to fix it?

Part of the upgrade that you omitted was to install new 7.0 versions of
your installed ports.  portupgrade -fa or -faP.

Kris




The only problem with that is I'm unable to run portupgrade :-\

# portupgrade -fa
/libexec/ld-elf.so.1: Shared object "libcrypt.so.3" not found,
required by "ruby18"

So do I have to deinstall and reinstall portupgrade (and the ports
that it depends on)?


Well if you just did the upgrade then you should still have the old 
libraries to use as an interim measure while you rebuild.  How did you 
go about upgrading, and can you think of anything you did that may have 
deleted them?


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


Re: Upgrade to 7.0; Shared Object Not Found

2008-01-08 Thread Schiz0
On Jan 8, 2008 7:39 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> On 08/01/2008, Schiz0 <[EMAIL PROTECTED]> wrote:
> > Hey,
> >
> > I recently upgraded from 6.3-PRERELEASE to 7.0-PRERELEASE
> >
> > # uname -a
> > FreeBSD Mercury 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #0: Tue Jan  8
> > 15:07:49 EST 2008
> > [EMAIL PROTECTED]:/usr/obj/usr/src/sys/SCHIZ0NET_MERCURY  i38
> >
> >
> > Now, whenever I run any various commands, I get various errors:
> >
> > # vim
> > /libexec/ld-elf.so.1: Shared object "libncurses.so.6" not found,
> > required by "vim"
> > # portupgrade
> > /libexec/ld-elf.so.1: Shared object "libcrypt.so.3" not found,
> > required by "ruby18"
> > # bash
> > /libexec/ld-elf.so.1: Shared object "libncurses.so.6" not found,
> > required by "bash"
> > And so on...
> >
> > It had me locked out at first because my default shell is bash. But I
> > got it working with /bin/csh now.
> >
> > So. Apparently I'm missing some shared objects. Can anyone shed any
> > light on the issue? Or guide me on how to fix it?
> >
>
> You might be able to get by with using the
> misc/compat6x port for some things.  But
> eventually:
>
> Rebuild ALL of your ports, probably starting
> with perl and ruby (manually) so you can use
> portupgrade for the rest.
>
> # cd /usr/ports/lang/perl5.8
> # make deinstall reinstall clean
> and so on.
>
> You may have to rebuild ruby-bdb and
> portupgrade manually as well.
>
> --
> --
>

So in conclusion, I'll be pulling an all-nighter tonight.

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


Re: Upgrade to 7.0; Shared Object Not Found

2008-01-08 Thread [EMAIL PROTECTED]
On 08/01/2008, Schiz0 <[EMAIL PROTECTED]> wrote:
> Hey,
>
> I recently upgraded from 6.3-PRERELEASE to 7.0-PRERELEASE
>
> # uname -a
> FreeBSD Mercury 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #0: Tue Jan  8
> 15:07:49 EST 2008
> [EMAIL PROTECTED]:/usr/obj/usr/src/sys/SCHIZ0NET_MERCURY  i38
>
>
> Now, whenever I run any various commands, I get various errors:
>
> # vim
> /libexec/ld-elf.so.1: Shared object "libncurses.so.6" not found,
> required by "vim"
> # portupgrade
> /libexec/ld-elf.so.1: Shared object "libcrypt.so.3" not found,
> required by "ruby18"
> # bash
> /libexec/ld-elf.so.1: Shared object "libncurses.so.6" not found,
> required by "bash"
> And so on...
>
> It had me locked out at first because my default shell is bash. But I
> got it working with /bin/csh now.
>
> So. Apparently I'm missing some shared objects. Can anyone shed any
> light on the issue? Or guide me on how to fix it?
>

You might be able to get by with using the
misc/compat6x port for some things.  But
eventually:

Rebuild ALL of your ports, probably starting
with perl and ruby (manually) so you can use
portupgrade for the rest.

# cd /usr/ports/lang/perl5.8
# make deinstall reinstall clean
and so on.

You may have to rebuild ruby-bdb and
portupgrade manually as well.

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


Re: Upgrade to 7.0; Shared Object Not Found

2008-01-08 Thread Schiz0
On Jan 8, 2008 7:33 PM, Kris Kennaway <[EMAIL PROTECTED]> wrote:
>
> Schiz0 wrote:
> > Hey,
> >
> > I recently upgraded from 6.3-PRERELEASE to 7.0-PRERELEASE
> >
> > # uname -a
> > FreeBSD Mercury 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #0: Tue Jan  8
> > 15:07:49 EST 2008
> > [EMAIL PROTECTED]:/usr/obj/usr/src/sys/SCHIZ0NET_MERCURY  i38
> >
> >
> > Now, whenever I run any various commands, I get various errors:
> >
> > # vim
> > /libexec/ld-elf.so.1: Shared object "libncurses.so.6" not found,
> > required by "vim"
> > # portupgrade
> > /libexec/ld-elf.so.1: Shared object "libcrypt.so.3" not found,
> > required by "ruby18"
> > # bash
> > /libexec/ld-elf.so.1: Shared object "libncurses.so.6" not found,
> > required by "bash"
> > And so on...
> >
> > It had me locked out at first because my default shell is bash. But I
> > got it working with /bin/csh now.
> >
> > So. Apparently I'm missing some shared objects. Can anyone shed any
> > light on the issue? Or guide me on how to fix it?
>
> Part of the upgrade that you omitted was to install new 7.0 versions of
> your installed ports.  portupgrade -fa or -faP.
>
> Kris
>
>

The only problem with that is I'm unable to run portupgrade :-\

# portupgrade -fa
/libexec/ld-elf.so.1: Shared object "libcrypt.so.3" not found,
required by "ruby18"

So do I have to deinstall and reinstall portupgrade (and the ports
that it depends on)?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Upgrade to 7.0; Shared Object Not Found

2008-01-08 Thread Kris Kennaway

Schiz0 wrote:

Hey,

I recently upgraded from 6.3-PRERELEASE to 7.0-PRERELEASE

# uname -a
FreeBSD Mercury 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #0: Tue Jan  8
15:07:49 EST 2008
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/SCHIZ0NET_MERCURY  i38


Now, whenever I run any various commands, I get various errors:

# vim
/libexec/ld-elf.so.1: Shared object "libncurses.so.6" not found,
required by "vim"
# portupgrade
/libexec/ld-elf.so.1: Shared object "libcrypt.so.3" not found,
required by "ruby18"
# bash
/libexec/ld-elf.so.1: Shared object "libncurses.so.6" not found,
required by "bash"
And so on...

It had me locked out at first because my default shell is bash. But I
got it working with /bin/csh now.

So. Apparently I'm missing some shared objects. Can anyone shed any
light on the issue? Or guide me on how to fix it?


Part of the upgrade that you omitted was to install new 7.0 versions of 
your installed ports.  portupgrade -fa or -faP.


Kris

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


Upgrade to 7.0; Shared Object Not Found

2008-01-08 Thread Schiz0
Hey,

I recently upgraded from 6.3-PRERELEASE to 7.0-PRERELEASE

# uname -a
FreeBSD Mercury 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #0: Tue Jan  8
15:07:49 EST 2008
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/SCHIZ0NET_MERCURY  i38


Now, whenever I run any various commands, I get various errors:

# vim
/libexec/ld-elf.so.1: Shared object "libncurses.so.6" not found,
required by "vim"
# portupgrade
/libexec/ld-elf.so.1: Shared object "libcrypt.so.3" not found,
required by "ruby18"
# bash
/libexec/ld-elf.so.1: Shared object "libncurses.so.6" not found,
required by "bash"
And so on...

It had me locked out at first because my default shell is bash. But I
got it working with /bin/csh now.

So. Apparently I'm missing some shared objects. Can anyone shed any
light on the issue? Or guide me on how to fix it?

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


Re: Shared object not found

2006-08-12 Thread Kent Stewart
On Saturday 12 August 2006 02:51, mr thooL wrote:
> I can't run xmms:
>
>
> ===
> # xmms
> /libexec/ld-elf.so.1: Shared object "libgtk12.so.2" not found,
> required by "xmms"
> ===
>
> version: xmms-1.2.10_4
> (Freebsd 6.0)
>
>
> How can I fix it?

Somehow gtk-1.2.10_4 hasn't been installed. You can try
portupgrade gtk-1.2 
or
portupgrade -N gtk-1.2.10_4

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Shared object not found

2006-08-12 Thread mr thooL

I can't run xmms:


===
# xmms
/libexec/ld-elf.so.1: Shared object "libgtk12.so.2" not found,
required by "xmms"
===

version: xmms-1.2.10_4
(Freebsd 6.0)


How can I fix it?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"