Re: /libexec/ld-elf.so.1: Shared boject libpng.so.5 not found

2010-06-20 Thread Dan Nelson
In the last episode (Jun 20), Caleb Stein said:
 Whenever I try running an application that relies on GTK+ or QT, I get
 that error message.  How should I fix this?

You must have upgraded your libpng port, and either the application or one
of the shared libraries it uses hasn't been rebuilt since then.  libpng.so.6
is the current version.  Run ldd -a myapplication, and rebuild anything
that claims to depend on libpng.so.5.  

One way to minimize damage like this is to use either portupgrade or
portmaster to do updates for you.  Those programs can back up old versions
of shared libraries to /usr/local/lib/compat/pkg, so you won't get errors
like that.  Portupgrade will make a backup automatically, and so will
portmaster if you add -w to the commandline.

-- 
Dan Nelson
dnel...@allantgroup.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: /libexec/ld-elf.so.1: Shared boject libpng.so.5 not found

2010-06-20 Thread Bruce Cran
On Monday 21 June 2010 00:57:17 Caleb Stein wrote:
 Whenever I try running an application that relies on GTK+ or QT, I get
 that error message.  How should I fix this?

You must have upgraded libpng at some point and didn't notice or follow the 
instructions in /usr/ports/UPDATING which tells you to rebuild all affected 
ports. It's easy to forget, but then you find random applications start 
breaking.

-- 
Bruce Cran
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: libexec/ld-elf.so.1: Shared object libpng.so.5 not found, required by gnome-session

2010-04-15 Thread Anton Shterenlikht
On Thu, Apr 15, 2010 at 06:49:31PM -0500, Antonio Olivares wrote:
 Dear folks,
 
 As I was trying to get out of the other mess that I got into.  See thread:
 
 Attachment Re: [ HEADS UP ] Ports unstable for the next 10 day
 
 I have encountered thread subject. i had kde, and kde could not
 find it, so I removed KDE and then have added gnome both ways:
 
 pkg_add -r gnome2
 and
 /usr/ports/..
 
 and ran portmaster -a

Have you read /usr/ports/UPDATING entry from 20100328 ?

You'll need to rebuild all ports which depend (directly
or indirectly) on graphics/png. Depending on the number of
such ports it might be easier to delete all ports and
rebuild from scratch. If you use portmaster(1) see the
bottom of the man page for some recommendations.

anton

-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 331 5944
Fax: +44 (0)117 929 4423
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: libexec/ld-elf.so.1: Shared object libpng.so.5 not found, required by gnome-session

2010-04-15 Thread Antonio Olivares
I have rebuilt everything from scratch ran it for several days.  Have
tried it back and forth still get the same thing.  I guess I should
keep trying for a while Till I give up and maybe install 7.3?

I did not read /usr/ports/UPDATING entry from that day, or maybe it
was there but too many things worked apparently except KDE and/or
GNOME :(

Thanks,

Antonio

On 4/15/10, Anton Shterenlikht me...@bristol.ac.uk wrote:
 On Thu, Apr 15, 2010 at 06:49:31PM -0500, Antonio Olivares wrote:
 Dear folks,

 As I was trying to get out of the other mess that I got into.  See thread:

 Attachment Re: [ HEADS UP ] Ports unstable for the next 10 day

 I have encountered thread subject. i had kde, and kde could not
 find it, so I removed KDE and then have added gnome both ways:

 pkg_add -r gnome2
 and
 /usr/ports/..

 and ran portmaster -a

 Have you read /usr/ports/UPDATING entry from 20100328 ?

 You'll need to rebuild all ports which depend (directly
 or indirectly) on graphics/png. Depending on the number of
 such ports it might be easier to delete all ports and
 rebuild from scratch. If you use portmaster(1) see the
 bottom of the man page for some recommendations.

 anton

 --
 Anton Shterenlikht
 Room 2.6, Queen's Building
 Mech Eng Dept
 Bristol University
 University Walk, Bristol BS8 1TR, UK
 Tel: +44 (0)117 331 5944
 Fax: +44 (0)117 929 4423

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


Re: libexec/ld-elf.so.1: Shared object libpng.so.5 not found, required by gnome-session

2010-04-15 Thread Anton Shterenlikht
On Thu, Apr 15, 2010 at 07:11:24PM -0500, Antonio Olivares wrote:
 I have rebuilt everything from scratch ran it for several days.  Have
 tried it back and forth still get the same thing.  I guess I should
 keep trying for a while Till I give up and maybe install 7.3?

I don't think your problem has anything to do with the base OS.
I think this is only related to the ports tree.

 I did not read /usr/ports/UPDATING entry from that day, or maybe it
 was there but too many things worked apparently except KDE and/or
 GNOME :(

well, the png upgrade was painful for all. But all you need is
to rebuild all png-dependent ports. In your example of gnome-session
you can try to find which port installed it and rebuild that port.
Something like

# which gnome-session

or

# find /usr -name gnome-session

should give you the full path to the executable.

Then you can try

# pkg_info -W full path to the executable

this should give you the port name. Try to rebuild
it. If all goes well you are likely to be stopped
at another png-dependent port needing rebuilding.
So you just repeat this process for all such ports.

But as I said, if you have lots of png dependent ports
it might be easier to delete all ports and install them
from scratch. I don't use gnome or kde myself, so can't
advise here.

anton


-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 331 5944
Fax: +44 (0)117 929 4423
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: libexec/ld-elf.so.1: Shared object libpng.so.5 not found, required by gnome-session

2010-04-15 Thread Antonio Olivares
Thank you Anton for helping me.

The output of pkg_info -W /usr/local/bin/gnome-session is

pkg_info:  corrupted record (pkgdep line without argument), ignoring
pkg_info:  corrupted record (pkgdep line without argument), ignoring

/usr/local/bin/gnome-session was installed by package gnome-session-2.26.2_1

The ports system report gnome 2.28 while this points to 2.26, is there
anything I can try?

Regards,


Antonio

On 4/15/10, Anton Shterenlikht me...@bristol.ac.uk wrote:
 On Thu, Apr 15, 2010 at 07:11:24PM -0500, Antonio Olivares wrote:
 I have rebuilt everything from scratch ran it for several days.  Have
 tried it back and forth still get the same thing.  I guess I should
 keep trying for a while Till I give up and maybe install 7.3?

 I don't think your problem has anything to do with the base OS.
 I think this is only related to the ports tree.

 I did not read /usr/ports/UPDATING entry from that day, or maybe it
 was there but too many things worked apparently except KDE and/or
 GNOME :(

 well, the png upgrade was painful for all. But all you need is
 to rebuild all png-dependent ports. In your example of gnome-session
 you can try to find which port installed it and rebuild that port.
 Something like

 # which gnome-session

 or

 # find /usr -name gnome-session

 should give you the full path to the executable.

 Then you can try

 # pkg_info -W full path to the executable

 this should give you the port name. Try to rebuild
 it. If all goes well you are likely to be stopped
 at another png-dependent port needing rebuilding.
 So you just repeat this process for all such ports.

 But as I said, if you have lots of png dependent ports
 it might be easier to delete all ports and install them
 from scratch. I don't use gnome or kde myself, so can't
 advise here.

 anton


 --
 Anton Shterenlikht
 Room 2.6, Queen's Building
 Mech Eng Dept
 Bristol University
 University Walk, Bristol BS8 1TR, UK
 Tel: +44 (0)117 331 5944
 Fax: +44 (0)117 929 4423

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


Re: /libexec/ld-elf.so.1: /usr/local/lib/libssl.so.6: Undefined symbol EVP_idea_cbc

2010-01-29 Thread Chuck Swiger
Hi--

On Jan 29, 2010, at 11:29 AM, Ronny Forberger wrote:
 my FreeBSD seems to be broken, since I get the following error when
 trying to link against libssl etc:
 
 /libexec/ld-elf.so.1: /usr/local/lib/libssl.so.6: Undefined symbol
 EVP_idea_cbc
 
 I am using openssl-0.9.8k_5 from the base system 8.0.

Actually, the base system OpenSSL would be located at /usr/lib/libssl.so.# ; 
the error message you display there indicates that you've got another 
installation of OpenSSL under /usr/local.  Running:

  pkg_which /usr/local/lib/libssl.so.6

...might indicate whether you installed it from a port, in which case updating 
ports and rebuilding it would likely help.

Regards,
-- 
-Chuck

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


Re: /libexec/ld-elf.so.1: /usr/local/lib/libssl.so.6: Undefined symbol EVP_idea_cbc

2010-01-29 Thread Ronny Forberger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Chuck Swiger schrieb:
 Hi--

 On Jan 29, 2010, at 11:29 AM, Ronny Forberger wrote:
 my FreeBSD seems to be broken, since I get the following error
 when trying to link against libssl etc:

 /libexec/ld-elf.so.1: /usr/local/lib/libssl.so.6: Undefined
 symbol EVP_idea_cbc

 I am using openssl-0.9.8k_5 from the base system 8.0.

 Actually, the base system OpenSSL would be located at
 /usr/lib/libssl.so.# ; the error message you display there
 indicates that you've got another installation of OpenSSL under
 /usr/local.  Running:

 pkg_which /usr/local/lib/libssl.so.6

 ...might indicate whether you installed it from a port, in which
 case updating ports and rebuilding it would likely help.

 Regards,
Thanks for the help. I installed from a binary package using pkg_add
- -r openssl since I cannot build openssl from ports:

[r...@sonne ~]# portupgrade -f openssl
** Port marked as IGNORE: security/openssl:
is marked as broken: No patchset for 0.9.8
** Listing the failed packages (-:ignored / *:skipped / !:failed)
- security/openssl (marked as IGNORE)

(Using RELEASE_8_0_0)

I dont really want to upgrade to Freebsd-current Ports. How can I fix
the missing symbol error then?

Cheers,

- --
___
Ronny Forberger
ronnyforberger at ronnyforberger.de
PGP public key:
http://www.ronnyforberger.de/~rf/wwwroot/pgp/0x71AE1E17.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAktjQ5AACgkQC1+bGHGuHhfGzQCfUqEyRtF1GSxV1JnlO5DEZcNT
aKcAnjwjEOWRWqjem44FDtPy5P2MbO45
=sKHQ
-END PGP SIGNATURE-

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


Re: /libexec/ld-elf.so.1: /usr/local/lib/libssl.so.6: Undefined symbol EVP_idea_cbc

2010-01-29 Thread Chuck Swiger
On Jan 29, 2010, at 12:22 PM, Ronny Forberger wrote:
 Thanks for the help. I installed from a binary package using pkg_add
 - -r openssl since I cannot build openssl from ports:
 
 [r...@sonne ~]# portupgrade -f openssl
 ** Port marked as IGNORE: security/openssl:
 is marked as broken: No patchset for 0.9.8
 ** Listing the failed packages (-:ignored / *:skipped / !:failed)
 - security/openssl (marked as IGNORE)
 
 (Using RELEASE_8_0_0)
 
 I dont really want to upgrade to Freebsd-current Ports. How can I fix the 
 missing symbol error then?

Delete the broken OpenSSL port and use OpenSSL from the base system instead.  
Anything which is trying to use the /usr/local/lib version will have to be 
recompiled

Regards,
-- 
-Chuck

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


Re: /libexec/ld-elf.so.1: /usr/local/bin/postgres: Undefined symbol shmctl

2009-12-17 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Reggie Euser wrote:
 Have been running FreeBSD 7.1 for months with PostgreSQL 8.3. All fine.
 
 Today, made a change to hosts.allow to add an IP address for FTP access.
 Rebooted and attempted to restart PostgreSQL. Postgres wouldn't start
 and left this error in the log file:
 
 /libexec/ld-elf.so.1: /usr/local/bin/postgres: Undefined symbol shmctl
 
 Have Googled  IRC'd with no luck. Any suggestions or ideas about how to
 fix would be greatly appreciated!
 
 Thanks!

Hi Reggie,

Have you upgraded your system with freebsd-update or csup recently?  Did
you install PostgreSQL from a binary package or build it in the ports tree?

This is a thread from someone with the same problem, although a
different application: http://forums.freebsd.org/showthread.php?t=6661

It sounds like a fresh rebuild from the ports tree might fix the
problem, but YMMV.

Hope that helps,
Greg
- --
Greg Larkin

http://www.FreeBSD.org/   - The Power To Serve
http://www.sourcehosting.net/ - Ready. Set. Code.
http://twitter.com/sourcehosting/ - Follow me, follow you
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iD8DBQFLKuPA0sRouByUApARAuRKAJ9QiaXdVXBCRJAz7b6IMfxnryAPQACcC+kP
TNjkV1uqamolmrY0+2W8brc=
=Ewsl
-END PGP SIGNATURE-

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


Re: /libexec/ld-elf.so.1: /usr/local/lib/libcairo.so.2: Undefined symbol pixman_region32_init

2009-04-22 Thread Chris Rees
2009/4/13 firm...@gmail.com firm...@gmail.com:
 Hi,

 After installing Freebsd 7.1 with this as my uname -a:
 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0

 And then updating the ports, and doing the following:

 pkg_add -r xorg
 pkg_add -r blackbox
 pkg_add -r firefox3

 I can start blackbox fine, but when I try to launch, say, firefox I get
 this:

 /libexec/ld-elf.so.1: /usr/local/lib/libcairo.so.2: Undefined symbol
 pixman_region32_init

 Any ideas?  I have no clue, and searching the web turns up nothing.

Try installing Firefox from ports (compiling from source). Does that
throw up an error?

Chris




-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: /libexec/ld-elf.so.1: /usr/local/lib/libcairo.so.2: Undefined symbol pixman_region32_init

2009-04-22 Thread Adam Vandemore

firm...@gmail.com wrote:

Hi,

After installing Freebsd 7.1 with this as my uname -a:
7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0
  

That could be a problem.  That should read something like:

7.1-RELEASE-p4 FreeBSD 7.1-RELEASE-p4 #3

You might try updating to 7.1 release or if you're tracking STABLE 
update to that.  Then uname will show something like:


7.2-PRERELEASE FreeBSD 7.2-PRERELEASE #3

AFAIK, the firefox3 pkg is built against 7.1R so that may be related to 
your problem.




--
Adam Vandemore
Systems Administrator
IMED Mobility
(605) 498-1610

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


Re: /libexec/ld-elf.so.1: /usr/local/lib/libcairo.so.2: Undefined symbol pixman_region32_init

2009-04-22 Thread firm...@gmail.com
ThanksI will upgrade.  But in the meantime I reinstalled the cairo and
pixman ports
and now I can launch applications like firefox and thunderbird.  All good
now!

On Wed, Apr 22, 2009 at 1:03 PM, Adam Vandemore amvandem...@gmail.comwrote:

 firm...@gmail.com wrote:

 Hi,

 After installing Freebsd 7.1 with this as my uname -a:
 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0


 That could be a problem.  That should read something like:

 7.1-RELEASE-p4 FreeBSD 7.1-RELEASE-p4 #3

 You might try updating to 7.1 release or if you're tracking STABLE update
 to that.  Then uname will show something like:

 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE #3

 AFAIK, the firefox3 pkg is built against 7.1R so that may be related to
 your problem.



 --
 Adam Vandemore
 Systems Administrator
 IMED Mobility
 (605) 498-1610


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

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


Re: /libexec/ld-elf.so.1: Shared object libxcb.so.1 not found, required by libcairo.so.2

2009-03-11 Thread Matthew Seaman

Noah wrote:

Robert Huff wrote:

Noah writes:

 rebuilding emacs using portupgrade is dying and claiming I am 
missing a  library.  What shall I do?
 
 /libexec/ld-elf.so.1: Shared object libxcb.so.1 not found,

 required by libcairo.so.2


Have you:
1) updated your whole ports tree?
2) read /usr/ports/UPDATING?




Sure Robert,

This is what I do to update the whole ports tree.  Am I missing something?


1) use cvsup and get the entire ports
2) cd /usr/ports  make index
3) cd /usr/ports  make fetchindex


Do one of 2 or 3 -- not both.


4) /usr/local/sbin/portsdb -Uu
5) /usr/local/sbin/pkgdb -fu



Yeah.  You need to read /usr/ports/UPDATING and act on the 20090123
entry for x11/libxcb.  You'ld know if you had carried out the
instructions because it would have reinstalled just about everything X
related on your system.

Cheers,

Matthew

--
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
 Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
 Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


Re: /libexec/ld-elf.so.1: Shared object libxcb.so.1 not found, required by libcairo.so.2

2009-03-10 Thread Noah

Robert Huff wrote:

Noah writes:

 rebuilding emacs using portupgrade is dying and claiming I am missing a 
 library.  What shall I do?
 
 /libexec/ld-elf.so.1: Shared object libxcb.so.1 not found,

 required by libcairo.so.2


Have you:
1) updated your whole ports tree?
2) read /usr/ports/UPDATING?




Sure Robert,

This is what I do to update the whole ports tree.  Am I missing something?


1) use cvsup and get the entire ports
2) cd /usr/ports  make index
3) cd /usr/ports  make fetchindex
4) /usr/local/sbin/portsdb -Uu
5) /usr/local/sbin/pkgdb -fu




Robert Huff


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


Re: /libexec/ld-elf.so.1: Shared object libxcb.so.1 not found, required by libcairo.so.2

2009-03-10 Thread Robert Huff
Noah writes:

  1) use cvsup and get the entire ports
  2) cd /usr/ports  make index
  3) cd /usr/ports  make fetchindex

Ummm ... it is my understanding that not only will (3)
overwrite (2), but it will often resulr in a less current INDEX.


Robert Huff

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


Re: /libexec/ld-elf.so.1: Shared object libgcrypt.so.15 not found, required by libgs.so.8

2009-01-12 Thread Julien Cigar
vim /usr/ports/UPDATING: 

20090107:
  AFFECTS: users of security/libgcrypt
  AUTHOR: ra...@freebsd.org

  libgcrypt has been upgraded to 1.4.3 which has a shared library
  version bump. You need to reinstall all ports depending on it.
  Use something like this:

  portupgrade -rf libgcrypt
  portmaster -r libgcrypt

should be that ..

On Mon, 2009-01-12 at 14:23 +, Anton Shterenlikht wrote:
 I get this error in /var/spool/lpd/my printer:
 
 /libexec/ld-elf.so.1: Shared object libgcrypt.so.15 not found, required by 
 libgs.so.8
 
 I use apsfilter, so I guess this must be something to do with ghostscript?
 
 Any advice?
 
 many thanks
 anton
 
-- 
Julien Cigar
Belgian Biodiversity Platform
http://www.biodiversity.be
Université Libre de Bruxelles (ULB)
Campus de la Plaine CP 257
Bâtiment NO, Bureau 4 N4 115C (Niveau 4)
Boulevard du Triomphe, entrée ULB 2
B-1050 Bruxelles
Mail: jci...@ulb.ac.be
@biobel: http://biobel.biodiversity.be/person/show/471
Tel : 02 650 57 52

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


Re: /libexec/ld-elf.so.1: Shared object libm.so.6 not found, required by libstdc++.so.5

2007-11-04 Thread Kris Kennaway

Noah wrote:



HI there,

I am not quite sure what library I need to cure this issue up.


$ nmap -sP -v 192.168.1.1-255
/libexec/ld-elf.so.1: Shared object libm.so.6 not found, required by 
libstdc++.so.5


That doesn't make much sense because no version of FreeBSD yet has a 
libm.so.6.  How did you obtain this nmap binary?


Kris

___
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: Shared object libm.so.6 not found, required by libstdc++.so.5

2007-11-04 Thread Noah

thanks Kris,

something must be wrong then. I am running into problems rebuilding 
apache now and see undefined references from 
/usr/local/lib/libstdc++.so.5 during the build:


Here is about where the build breaks:

configure: creating ./config.status

Rarian-0.6.0:
This is not API-stable yet.
Prefix. /usr/local
 /bin/sh ./config.status
config.status: creating Makefile
config.status: creating rarian.pc
config.status: creating data/Makefile
config.status: creating docs/Makefile
config.status: creating librarian/Makefile
config.status: creating util/Makefile
config.status: creating util/rarian-sk-update
config.status: creating util/rarian-sk-install
config.status: creating util/rarian-sk-rebuild
config.status: creating util/rarian-sk-config
config.status: creating util/rarian-sk-get-scripts
config.status: creating util/rarian-sk-extract
config.status: creating util/rarian-sk-get-content-list
config.status: creating util/rarian-sk-get-extended-content-list
config.status: creating docs/rarian.document
config.status: WARNING:  docs/rarian.document.in seems to ignore the 
--datarootdir setting

config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
gmake[3]: Leaving directory `/usr/ports/textproc/rarian/work/rarian-0.6.0'
gmake[3]: Entering directory `/usr/ports/textproc/rarian/work/rarian-0.6.0'
gmake[3]: Leaving directory `/usr/ports/textproc/rarian/work/rarian-0.6.0'
gmake[2]: Leaving directory 
`/usr/ports/textproc/rarian/work/rarian-0.6.0/util'
gmake[2]: Entering directory 
`/usr/ports/textproc/rarian/work/rarian-0.6.0/util'
cc -DHAVE_CONFIG_H -I. -I.. -I./../librarian  -I/usr/local/include  -O2 
-fno-strict-aliasing -pipe  -MT rarian-example.o -MD -MP -MF 
.deps/rarian-example.Tpo -c -o rarian-example.o rarian-example.c

mv -f .deps/rarian-example.Tpo .deps/rarian-example.Po
/bin/sh ../libtool --tag=CC   --mode=link cc  -O2 -fno-strict-aliasing 
-pipe   -L/usr/local/lib -o rarian-example rarian-example.o 
../librarian/librarian.la
cc -O2 -fno-strict-aliasing -pipe -o .libs/rarian-example 
rarian-example.o  -L/usr/local/lib ../librarian/.libs/librarian.so 
-Wl,--rpath -Wl,/usr/local/lib
/usr/bin/ld: warning: libm.so.6, needed by 
/usr/local/lib/libstdc++.so.5, not found (try using -rpath or -rpath-link)

/usr/local/lib/libstdc++.so.5: undefined reference to [EMAIL PROTECTED]'
/usr/local/lib/libstdc++.so.5: undefined reference to [EMAIL PROTECTED]'
/usr/local/lib/libstdc++.so.5: undefined reference to [EMAIL PROTECTED]'
/usr/local/lib/libstdc++.so.5: undefined reference to [EMAIL PROTECTED]'
/usr/local/lib/libstdc++.so.5: undefined reference to [EMAIL PROTECTED]'
/usr/local/lib/libstdc++.so.5: undefined reference to [EMAIL PROTECTED]'
/usr/local/lib/libstdc++.so.5: undefined reference to [EMAIL PROTECTED]'
/usr/local/lib/libstdc++.so.5: undefined reference to [EMAIL PROTECTED]'
/usr/local/lib/libstdc++.so.5: undefined reference to [EMAIL PROTECTED]'
/usr/local/lib/libstdc++.so.5: undefined reference to 
[EMAIL PROTECTED]'

/usr/local/lib/libstdc++.so.5: undefined reference to [EMAIL PROTECTED]'
/usr/local/lib/libstdc++.so.5: undefined reference to [EMAIL PROTECTED]'
/usr/local/lib/libstdc++.so.5: undefined reference to [EMAIL PROTECTED]'
/usr/local/lib/libstdc++.so.5: undefined reference to [EMAIL PROTECTED]'
/usr/local/lib/libstdc++.so.5: undefined reference to [EMAIL PROTECTED]'
/usr/local/lib/libstdc++.so.5: undefined reference to [EMAIL PROTECTED]'
/usr/local/lib/libstdc++.so.5: undefined reference to [EMAIL PROTECTED]'
/usr/local/lib/libstdc++.so.5: undefined reference to [EMAIL PROTECTED]'
/usr/local/lib/libstdc++.so.5: undefined reference to [EMAIL PROTECTED]'
/usr/local/lib/libstdc++.so.5: undefined reference to [EMAIL PROTECTED]'
/usr/local/lib/libstdc++.so.5: undefined reference to [EMAIL PROTECTED]'
/usr/local/lib/libstdc++.so.5: undefined reference to [EMAIL PROTECTED]'
/usr/local/lib/libstdc++.so.5: undefined reference to [EMAIL PROTECTED]'
/usr/local/lib/libstdc++.so.5: undefined reference to [EMAIL PROTECTED]'
/usr/local/lib/libstdc++.so.5: undefined reference to [EMAIL PROTECTED]'
/usr/local/lib/libstdc++.so.5: undefined reference to [EMAIL PROTECTED]'
/usr/local/lib/libstdc++.so.5: undefined reference to [EMAIL PROTECTED]'
/usr/local/lib/libstdc++.so.5: undefined reference to [EMAIL PROTECTED]'
/usr/local/lib/libstdc++.so.5: undefined reference to [EMAIL PROTECTED]'
/usr/local/lib/libstdc++.so.5: undefined reference to [EMAIL PROTECTED]'
/usr/local/lib/libstdc++.so.5: undefined reference to [EMAIL PROTECTED]'
/usr/local/lib/libstdc++.so.5: undefined reference to [EMAIL PROTECTED]'
/usr/local/lib/libstdc++.so.5: undefined reference to [EMAIL PROTECTED]'
/usr/local/lib/libstdc++.so.5: undefined reference to [EMAIL PROTECTED]'
/usr/local/lib/libstdc++.so.5: undefined reference to [EMAIL PROTECTED]'
/usr/local/lib/libstdc++.so.5: undefined reference to [EMAIL PROTECTED]'
/usr/local/lib/libstdc++.so.5: undefined reference to 

Re: /libexec/ld-elf.so.1: Shared object libm.so.6 not found, required by libstdc++.so.5

2007-11-04 Thread Kris Kennaway

Noah wrote:

thanks Kris,

something must be wrong then. I am running into problems rebuilding 
apache now and see undefined references from 
/usr/local/lib/libstdc++.so.5 during the build:


It looks like you have added a Linux libstdc++ library which is why it 
is failing to resolve other Linux symbols and libraries.  No linux ports 
should be putting them in /usr/local/lib though, so maybe you or someone 
else did this manually.


Kris

___
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: Shared object libm.so.6 not found, required by libstdc++.so.5

2007-11-04 Thread Noah



Kris Kennaway wrote:

Noah wrote:

thanks Kris,

something must be wrong then. I am running into problems rebuilding 
apache now and see undefined references from 
/usr/local/lib/libstdc++.so.5 during the build:


It looks like you have added a Linux libstdc++ library which is why it 
is failing to resolve other Linux symbols and libraries.  No linux ports 
should be putting them in /usr/local/lib though, so maybe you or someone 
else did this manually.




thanks Kris,

I am checking with the other admin.  In the meantime it wouldnt hurt to 
move the library /usr/local/lib/libstdc++.so.5 out of there, right?


also I just performed a 'pkgdb -Faf' and I am seeing the following grep 
problems:


Stale dependency: irssi-0.8.12 - openssl-0.9.8g (security/openssl):
grep: : No such file or directory
grep: : No such file or directory
/usr/ports/Mk/bsd.openssl.mk, line 131: warning: grep 
^lib/libssl.so.  returned non-zero status



What else did I mess up :)

Cheers,

Noah



Kris

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

___
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: Shared object libm.so.6 not found, required by libstdc++.so.5

2007-11-04 Thread Byung-Hee HWANG
Hi,

On Sat, 2007-11-03 at 19:47 -0700, Noah wrote:
 
 HI there,
 
 I am not quite sure what library I need to cure this issue up.
 
 
 $ nmap -sP -v 192.168.1.1-255
 /libexec/ld-elf.so.1: Shared object libm.so.6 not found, required by 
 libstdc++.so.5
 
 
 Any clues please?

I think you are using the GNU/Linux. If not, show us `uname -a`;; 
If you need some guidance about FreeBSD, see http://www.freebsd.org/ 

-- 
Will you send this to him?
Sure, sure. You forget about Mikey, he no the man for you anymore.
-- Kay Adams and Mrs. Corleone, Chapter 15, page 235

___
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: Shared object libm.so.6 not found, required by libstdc++.so.5

2007-11-04 Thread Noah



Byung-Hee HWANG wrote:

Hi,

On Sat, 2007-11-03 at 19:47 -0700, Noah wrote:

HI there,

I am not quite sure what library I need to cure this issue up.


$ nmap -sP -v 192.168.1.1-255
/libexec/ld-elf.so.1: Shared object libm.so.6 not found, required by 
libstdc++.so.5



Any clues please?


I think you are using the GNU/Linux. If not, show us `uname -a`;; 
If you need some guidance about FreeBSD, see http://www.freebsd.org/ 



nope FreeBSD.

access1# uname -a
FreeBSD access1 6.2-RELEASE-p6 FreeBSD 6.2-RELEASE-p6 #1: Wed Aug  1 
22:59:54 PDT 2007 root@:/usr/obj/usr/src/sys/LOCAL  i386

___
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: Shared object libm.so.6 not found, required by libstdc++.so.5

2007-11-04 Thread Kris Kennaway

Noah wrote:



Kris Kennaway wrote:

Noah wrote:

thanks Kris,

something must be wrong then. I am running into problems rebuilding 
apache now and see undefined references from 
/usr/local/lib/libstdc++.so.5 during the build:


It looks like you have added a Linux libstdc++ library which is why it 
is failing to resolve other Linux symbols and libraries.  No linux 
ports should be putting them in /usr/local/lib though, so maybe you or 
someone else did this manually.




thanks Kris,

I am checking with the other admin.  In the meantime it wouldnt hurt to 
move the library /usr/local/lib/libstdc++.so.5 out of there, right?


Probably not.  The question is whether other bogus libraries were also 
added there to cause more problems later.  The pkg_which manpage has an 
example command you can run to try and track down extra files that were 
not installed by any packages.




also I just performed a 'pkgdb -Faf' and I am seeing the following grep 
problems:


Stale dependency: irssi-0.8.12 - openssl-0.9.8g (security/openssl):
grep: : No such file or directory
grep: : No such file or directory
/usr/ports/Mk/bsd.openssl.mk, line 131: warning: grep 
^lib/libssl.so.  returned non-zero status


Looks like maybe part of the OpenSSL installation was deleted (it should 
live in /usr/lib), so you should either reinstall world or install the 
openssl port.


Kris

___
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: Shared object libm.so.6 not found, required by libstdc++.so.5

2007-11-04 Thread Noah



Kris Kennaway wrote:

Noah wrote:



Kris Kennaway wrote:

Noah wrote:

thanks Kris,

something must be wrong then. I am running into problems rebuilding 
apache now and see undefined references from 
/usr/local/lib/libstdc++.so.5 during the build:


It looks like you have added a Linux libstdc++ library which is why 
it is failing to resolve other Linux symbols and libraries.  No linux 
ports should be putting them in /usr/local/lib though, so maybe you 
or someone else did this manually.




thanks Kris,

I am checking with the other admin.  In the meantime it wouldnt hurt 
to move the library /usr/local/lib/libstdc++.so.5 out of there, right?


Probably not.  The question is whether other bogus libraries were also 
added there to cause more problems later.  The pkg_which manpage has an 
example command you can run to try and track down extra files that were 
not installed by any packages.





Hi Kris,

I am not completely clear on which manpage to go to?  Is 'pkg_' 
command/man page truncated in some way?


Cheers,

Noah

___
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: Shared object libm.so.6 not found, required by libstdc++.so.5

2007-11-04 Thread Kris Kennaway

Noah wrote:



Kris Kennaway wrote:

Noah wrote:



Kris Kennaway wrote:

Noah wrote:

thanks Kris,

something must be wrong then. I am running into problems rebuilding 
apache now and see undefined references from 
/usr/local/lib/libstdc++.so.5 during the build:


It looks like you have added a Linux libstdc++ library which is why 
it is failing to resolve other Linux symbols and libraries.  No 
linux ports should be putting them in /usr/local/lib though, so 
maybe you or someone else did this manually.




thanks Kris,

I am checking with the other admin.  In the meantime it wouldnt hurt 
to move the library /usr/local/lib/libstdc++.so.5 out of there, right?


Probably not.  The question is whether other bogus libraries were also 
added there to cause more problems later.  The pkg_which manpage has 
an example command you can run to try and track down extra files that 
were not installed by any packages.





Hi Kris,

I am not completely clear on which manpage to go to?  Is 'pkg_' 
command/man page truncated in some way?


man pkg_which

which is part of portupgrade

Kris

___
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: Undefined symbol optifd referenced fromCOPY relocation in /bin/cp when installing sudo port SOLVED

2007-07-30 Thread Garrett Cooper

Lars Wittebrood wrote:

Hello list,

This issue is solved. I have compiled the /bin/cp binary from source
again and installed it. Still don't know what caused this though.

Cheers,
Lars.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of FreeBSD-Ports
Posted At: Monday, July 30, 2007 8:37 AM
Posted To: FreeBSD-Ports
Conversation: /libexec/ld-elf.so.1: Undefined symbol optifd referenced
fromCOPY relocation in /bin/cp when installing sudo port
Subject: /libexec/ld-elf.so.1: Undefined symbol optifd referenced
fromCOPY relocation in /bin/cp when installing sudo port


Hello list,

Anybody seen the message below and knows what it means? Couldn't find
anything on Goolge. It's a 6.1-RELEASE-p10 system.

[EMAIL PROTECTED] sudo # make
===  WARNING: Vulnerability database out of date, checking anyway ===
Found saved configuration for sudo-1.6.9.1 ===  Extracting for
sudo-1.6.9.1 = MD5 Checksum OK for sudo-1.6.9p1.tar.gz.
= SHA256 Checksum OK for sudo-1.6.9p1.tar.gz.
===  Patching for sudo-1.6.9.1
===  Configuring for sudo-1.6.9.1
/libexec/ld-elf.so.1: Undefined symbol optifd referenced from COPY
relocation in /bin/cp
*** Error code 1

Stop in /usr/ports/security/sudo.
*** Error code 1

Stop in /usr/ports/security/sudo.


With regards,
Lars.
  


   ABI changes if you recompiled some sources (and not others) can 
cause this.
   Always rebuild everything if you changed any important parts (libc, 
compiler versions, dependant libs, etc).

-Garrett
___
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: Undefined symbol optifd referenced fromCOPY relocation in /bin/cp when installing sudo port SOLVED

2007-07-30 Thread Garrett Cooper

Garrett Cooper wrote:

Lars Wittebrood wrote:

Hello list,

This issue is solved. I have compiled the /bin/cp binary from source
again and installed it. Still don't know what caused this though.

Cheers,
Lars.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of FreeBSD-Ports
Posted At: Monday, July 30, 2007 8:37 AM
Posted To: FreeBSD-Ports
Conversation: /libexec/ld-elf.so.1: Undefined symbol optifd referenced
fromCOPY relocation in /bin/cp when installing sudo port
Subject: /libexec/ld-elf.so.1: Undefined symbol optifd referenced
fromCOPY relocation in /bin/cp when installing sudo port


Hello list,

Anybody seen the message below and knows what it means? Couldn't find
anything on Goolge. It's a 6.1-RELEASE-p10 system.

[EMAIL PROTECTED] sudo # make
===  WARNING: Vulnerability database out of date, checking anyway ===
Found saved configuration for sudo-1.6.9.1 ===  Extracting for
sudo-1.6.9.1 = MD5 Checksum OK for sudo-1.6.9p1.tar.gz.
= SHA256 Checksum OK for sudo-1.6.9p1.tar.gz.
===  Patching for sudo-1.6.9.1
===  Configuring for sudo-1.6.9.1
/libexec/ld-elf.so.1: Undefined symbol optifd referenced from COPY
relocation in /bin/cp
*** Error code 1

Stop in /usr/ports/security/sudo.
*** Error code 1

Stop in /usr/ports/security/sudo.


With regards,
Lars.
  


   ABI changes if you recompiled some sources (and not others) can 
cause this.
   Always rebuild everything if you changed any important parts (libc, 
compiler versions, dependant libs, etc).

-Garrett


   Err... I meant to email [EMAIL PROTECTED]
-Garrett
___
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

2007-03-01 Thread Kris Kennaway
On Wed, Feb 28, 2007 at 01:37:56PM -0800, Noah wrote:
 
 
 so something strange has happened and my machine no longer boots and I 
 am not clear why.  Here is what happens during boot:
 
 
 Trying to mount root from ufs:/dev/ad0s1a
 WARNING: / was not properly dismounted
 ELF interpreter /libexec/ld-elf.so.1 not found
 Enter full pathname of shell or RETURN for /bin/sh:
 ELF interpreter /libexec/ld-elf.so.1 not found
 Enter full pathname of shell or RETURN for /bin/sh: sh
 FEnter full pathname of shell or RETURN for /bin/sh: /bin/sh
 ELF interpreter /libexec/ld-elf.so.1 not found
 Enter full pathname of shell or RETURN for /bin/sh:
 ELF interpreter /libexec/ld-elf.so.1 not found
 Enter full pathname of shell or RETURN for /bin/sh:
 ELF interpreter /libexec/ld-elf.so.1 not found
 Enter full pathname of shell or RETURN for /bin/sh:
 ELF interpreter /libexec/ld-elf.so.1 not found
 Enter full pathname of shell or RETURN for /bin/sh:
 
 what is the best suggestion for troubleshooting this?

That's a pretty serious error, it indicates your system has lost the
ability to run any dynamically linked binaries (i.e. almost all of
them, by default) because the dynamic linker was removed somehow.  The
cause of this could either be accidental misuse of rm or similar,
filesystem corruption, disk failure, etc.  Try to work out what you or
the other admins were doing prior to this failure.

To repair, you can boot -s and use the statically linked tools in
/rescue to try and investigate the cause and possible fix.  One thing
that might work is that if you have done an installworld on this
machine in the past then you might have a useable backup
/libexec/ld-elf.so.1.old which you could copy into place.  If not, and
you can't find a way to get a copy of this file onto the machine, then
your remaining alternative would be a reinstall.

Kris


pgpKTDXCP15yO.pgp
Description: PGP signature


Re: /libexec/ld-elf.so.1 [solved]

2007-03-01 Thread Noah



Kris Kennaway wrote:

On Wed, Feb 28, 2007 at 01:37:56PM -0800, Noah wrote:


so something strange has happened and my machine no longer boots and I 
am not clear why.  Here is what happens during boot:



Trying to mount root from ufs:/dev/ad0s1a
WARNING: / was not properly dismounted
ELF interpreter /libexec/ld-elf.so.1 not found
Enter full pathname of shell or RETURN for /bin/sh:
ELF interpreter /libexec/ld-elf.so.1 not found
Enter full pathname of shell or RETURN for /bin/sh: sh
FEnter full pathname of shell or RETURN for /bin/sh: /bin/sh
ELF interpreter /libexec/ld-elf.so.1 not found
Enter full pathname of shell or RETURN for /bin/sh:
ELF interpreter /libexec/ld-elf.so.1 not found
Enter full pathname of shell or RETURN for /bin/sh:
ELF interpreter /libexec/ld-elf.so.1 not found
Enter full pathname of shell or RETURN for /bin/sh:
ELF interpreter /libexec/ld-elf.so.1 not found
Enter full pathname of shell or RETURN for /bin/sh:

what is the best suggestion for troubleshooting this?


That's a pretty serious error, it indicates your system has lost the
ability to run any dynamically linked binaries (i.e. almost all of
them, by default) because the dynamic linker was removed somehow.  The
cause of this could either be accidental misuse of rm or similar,
filesystem corruption, disk failure, etc.  Try to work out what you or
the other admins were doing prior to this failure.

To repair, you can boot -s and use the statically linked tools in
/rescue to try and investigate the cause and possible fix.  One thing
that might work is that if you have done an installworld on this
machine in the past then you might have a useable backup
/libexec/ld-elf.so.1.old which you could copy into place.  If not, and
you can't find a way to get a copy of this file onto the machine, then
your remaining alternative would be a reinstall.

Kris



thanks we used /rescue and saves the system

___
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: Shared object libcvsservice.so.0 not found, required by quanta

2006-08-19 Thread Alexey Mikhailov

Hello!

dick hoogendijk wrote:

/libexec/ld-elf.so.1: Shared object libcvsservice.so.0 not found,
required by quanta

This file is missing and I would like to know from which package this
file comes. I'm sure there is some kind of command prompt which I
regrettely don't know ;-(

Anyone?

  

It comes from devel/kdesdk3 package.

% cat /usr/ports/devel/kdesdk3/pkg-plist | grep cvsservice
...
lib/libcvsservice.so.0
...

___
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: Shared object libcvsservice.so.0 not found, required by quanta

2006-08-19 Thread Kent Stewart
On Saturday 19 August 2006 02:39, dick hoogendijk wrote:
 /libexec/ld-elf.so.1: Shared object libcvsservice.so.0 not found,
 required by quanta

 This file is missing and I would like to know from which package this
 file comes. I'm sure there is some kind of command prompt which I
 regrettely don't know ;-(


If I am not mistaken, quanta is installed from kdewebdev. I looked 
around and couldn't see what dependancy installed it. I looked at the 
Makefile and you see

BUILD_DEPENDS=  cvsservice:${PORTSDIR}/devel/kdesdk3

I would force upgrade kdesdk.

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]


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]


RE: /libexec/ld-elf.so.1: Shared object libssl.so.3 not found

2004-09-16 Thread Steven Adams

Hi..

When im trying to run pkg_add im getting

/libexec/ld-elf.so.1: Shared object libssl.so.3 not found

Does anyone know what this mean and how I install it.

Steven Adams [EMAIL PROTECTED] 
DriftNet Web Services http://www.drifthost.com 
Home: +61 2 94274857
Fax: +61 2 94274857
Mobile +61 (0) 404 085644


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


Re: /libexec/ld-elf.so.1: Shared object libssl.so.3 not found

2004-09-16 Thread Matthew Seaman
On Thu, Sep 16, 2004 at 08:49:29PM +1000, Steven Adams wrote:

 When im trying to run pkg_add im getting
 
 /libexec/ld-elf.so.1: Shared object libssl.so.3 not found
 
 Does anyone know what this mean and how I install it.

Well, the error message means that the dynamic loader (ld-elf.so)
cannot find a shared library that pkg_add requires.  The library
itself should be in:

/usr/lib/libssl.so.3

Both that, and pkg_add are standard parts of the base system, although
there are also versions of OpenSSL (security/openssl) and the pkg
tools suite (sysutils/pkg_install) in the ports system.  I'm guessing
that what has happened is that you've installed one or both of those
using pre-compiled packages, hence the trouble resolving the shared
libraries.

In general, you shouldn't install a port that duplicates part of the
base system unless you actually need to do that.  Especially if what
you're installing provides shared libraries.  Most of those ports
exist as ways of ensuring backwards compatability to older system
versions -- you certainly don't need them if you're running
4.10-RELEASE, 4.10-STABLE, 5.2.1-RELEASE or better.  There's probably
a couple of other releases from the 4.x series where you don't need
them either.

If you haven't got a /usr/lib/libssl.so.3 file on your computer, then
something is certainly rotten there.  The simplest way to recover is
to use cvsup to grab the latest sources from whatever installation
branch you're using, and then do a full build+install world+kernel
cycle as detailed in the Handbook:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html

Do examine your /etc/make.conf to make sure you aren't inadvertently
disabling crypto support.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgpdXCiK5SeRY.pgp
Description: PGP signature


RE: /libexec/ld-elf.so.1: Shared object libssl.so.3 not found

2004-09-16 Thread Steven Adams
Thanks for your reply.

Ive managed to fix it by copying libssl.so.3 from another freebsd server I
am running, to my surprise it works fine now.

Dunno how it went missing, think it was something cpanel done.

Thanks tho!

Steven Adams [EMAIL PROTECTED] 
DriftNet Web Services http://www.drifthost.com 
Home: +61 2 94274857
Fax: +61 2 94274857
Mobile +61 (0) 404 085644

-Original Message-
From: Matthew Seaman [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 16 September 2004 11:29 PM
To: Steven Adams
Cc: 'FreeBSD Questions'
Subject: Re: /libexec/ld-elf.so.1: Shared object libssl.so.3 not found

On Thu, Sep 16, 2004 at 08:49:29PM +1000, Steven Adams wrote:

 When im trying to run pkg_add im getting
 
 /libexec/ld-elf.so.1: Shared object libssl.so.3 not found
 
 Does anyone know what this mean and how I install it.

Well, the error message means that the dynamic loader (ld-elf.so)
cannot find a shared library that pkg_add requires.  The library
itself should be in:

/usr/lib/libssl.so.3

Both that, and pkg_add are standard parts of the base system, although
there are also versions of OpenSSL (security/openssl) and the pkg
tools suite (sysutils/pkg_install) in the ports system.  I'm guessing
that what has happened is that you've installed one or both of those
using pre-compiled packages, hence the trouble resolving the shared
libraries.

In general, you shouldn't install a port that duplicates part of the
base system unless you actually need to do that.  Especially if what
you're installing provides shared libraries.  Most of those ports
exist as ways of ensuring backwards compatability to older system
versions -- you certainly don't need them if you're running
4.10-RELEASE, 4.10-STABLE, 5.2.1-RELEASE or better.  There's probably
a couple of other releases from the 4.x series where you don't need
them either.

If you haven't got a /usr/lib/libssl.so.3 file on your computer, then
something is certainly rotten there.  The simplest way to recover is
to use cvsup to grab the latest sources from whatever installation
branch you're using, and then do a full build+install world+kernel
cycle as detailed in the Handbook:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html

Do examine your /etc/make.conf to make sure you aren't inadvertently
disabling crypto support.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


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