Re: [gentoo-user] openssl 0.9.8 installs /usr/lib/openssl.so.0.9.7 only

2007-05-18 Thread David Harel
I gave mailto:[EMAIL PROTECTED] the file. Because I am new in bugzulla 
and I was afraid to attach such a file to the bug data. I didn't see him 
do anything with the file nor did he come back to me about it. Do you 
think I should attach the file to the bug report?


Bo Ørsted Andresen wrote:


On Friday 18 May 2007 20:58:31 David Harel wrote:
  

On my machine it is reproducible. I opened a bug:
http://bugs.gentoo.org/show_bug.cgi?id=178631


Segfaulting wasn't exactly what I meant by reproducible.. ;) I was asking
about the /usr/local prefix which seems quite weird...

The bug report doesn't include any usable information. You need to
explain on the bug what you've done and you need to attach the complete
build log that I'm quite sure portage provides the location for.
  

Attached the log. Hope it's what you need. I am ashame to say I haven't
looked into it so I don't know if there is anything obvious I failed to
do. If that is the case, I apologize.



I don't need it. The bug report needs it. Together with an explanation of what 
you have done with your system. Without more information on it your bug 
report is useless.


Your system appears to be quite borked though. Apparently /dev is not 
populated properly, linux-headers appears to be missing and I have no idea 
what else might be broken. I'm inclined to just suggest `emerge -e system` or 
a complete reinstall unless someone else has a better suggestion.


In the future if you ever attach a log file like that on this mailing list 
again please compress it first (note: do not compress attachments on bugzilla 
though). Also please don't top post.


  


--
Regards.

David Harel,

==

Home office +972 77 7657645
Fax:+972 77 7657645
Cellular:   +972 54 4534502
Snail Mail: Amuka
   D.N Merom Hagalil
   13802
   Israel
Email:  [EMAIL PROTECTED]


--
[EMAIL PROTECTED] mailing list



[gentoo-user] openssl 0.9.8 installs /usr/lib/openssl.so.0.9.7 only

2007-05-16 Thread David Harel

Hi all,

I screwed up my openssl installation.
Since then, I have to keep links in /usr/lib that will link libssl.so.0.9.8 - 
libssl.so.0.9.7
and similar for libcrypto.
upgrades/downgrades/leftgrades and even rightgrades didn't work.
Currently when I try to install anything that might use openssl I get (for 
example openldap)
configure: error: Could not locate TLS/SSL package
!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/net-nds/openldap-2.3.30-r2/work/openldap-2.3.30/config.log
In the log file typically I get:
configure:19463: cc -c -O2 -march=pentium3 -pipe  conftest.c 5
conftest.c:128:25: error: openssl/ssl.h: No such file or directory
configure:19469: $? = 1
configure: failed program was:

Another example is from postgres installation:
configure:6967: result: no
configure:6977: error: library 'crypto' is required for OpenSSL

Any idea?



--
Regards.

David Harel,

==

Home office +972 77 7657645
Fax:+972 77 7657645
Cellular:   +972 54 4534502
Snail Mail: Amuka
   D.N Merom Hagalil
   13802
   Israel
Email:  [EMAIL PROTECTED]


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] openssl 0.9.8 installs /usr/lib/openssl.so.0.9.7 only

2007-05-16 Thread Neil Bothwick
On Wed, 16 May 2007 13:02:18 +0300, David Harel wrote:

 I screwed up my openssl installation.

How? some details may be useful.

 Since then, I have to keep links in /usr/lib that will link
 libssl.so.0.9.8 - libssl.so.0.9.7 and similar for libcrypto.

It sound like you may need to run revdep-rebuild, as mentioned in the
elog output from the openssl merge.


-- 
Neil Bothwick

Top Oxymorons Number 1: Microsoft Works


signature.asc
Description: PGP signature


Re: [gentoo-user] openssl 0.9.8 installs /usr/lib/openssl.so.0.9.7 only

2007-05-16 Thread David Harel
Thank you so much, your advice cured my machine. Hadn't noticed 
revdep-rebuild before.


It still gave me errors regarding some packages to be re-emerged but 
they don't seem to do with my original problem.



Neil Bothwick wrote:


On Wed, 16 May 2007 13:02:18 +0300, David Harel wrote:

  

I screwed up my openssl installation.



How? some details may be useful.
  

Originally I thought it's too long of a story to tell but...
I got confused from two things.
1. even though the version is 0.9.8 all I could find was 0.9.7
2. most of the files were installed in /usr/local/ssl

So I did symbolic links and tried downgrade to 0.9.7. At some point I 
even uninstalled openssl entirely which disabled my machine almost 
entirely so I had to restore libssl from backup (but it was older version).
  

Since then, I have to keep links in /usr/lib that will link
libssl.so.0.9.8 - libssl.so.0.9.7 and similar for libcrypto.



It sound like you may need to run revdep-rebuild, as mentioned in the
elog output from the openssl merge.


  


--
Regards.

David Harel,

==

Home office +972 77 7657645
Fax:+972 77 7657645
Cellular:   +972 54 4534502
Snail Mail: Amuka
   D.N Merom Hagalil
   13802
   Israel
Email:  [EMAIL PROTECTED]


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] openssl 0.9.8 installs /usr/lib/openssl.so.0.9.7 only

2007-05-16 Thread Naga
On Wednesday 16 May 2007 13:17, David Harel wrote:
 Thank you so much, your advice cured my machine. Hadn't noticed
 revdep-rebuild before.

A tip, read the elog printouts or have them mailed to you 
(see /etc/make.conf.example).

 2. most of the files were installed in /usr/local/ssl

Did you install this from outside portage (emerge)?

-- 
Naga
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] openssl 0.9.8 installs /usr/lib/openssl.so.0.9.7 only

2007-05-16 Thread David Harel



Naga wrote:


On Wednesday 16 May 2007 13:17, David Harel wrote:
  

Thank you so much, your advice cured my machine. Hadn't noticed
revdep-rebuild before.



A tip, read the elog printouts or have them mailed to you 
(see /etc/make.conf.example).
  

Thanks. I wish there was a short list of documents for basic maintenance.
  

2. most of the files were installed in /usr/local/ssl



Did you install this from outside portage (emerge)?
  

Nop, Attached the output of: # equery files openssl  opensslList



--
Regards.

David Harel,

==

Home office +972 77 7657645
Fax:+972 77 7657645
Cellular:   +972 54 4534502
Snail Mail: Amuka
   D.N Merom Hagalil
   13802
   Israel
Email:  [EMAIL PROTECTED]


/etc
/etc/ssl
/etc/ssl/certs
/etc/ssl/certs/1e49180d.0
/etc/ssl/certs/2edf7016.0
/etc/ssl/certs/56e607f4.0
/etc/ssl/certs/6adf0799.0
/etc/ssl/certs/7651b327.0
/etc/ssl/certs/7a9820c1.0
/etc/ssl/certs/843b6c51.0
/etc/ssl/certs/878cf4c6.0
/etc/ssl/certs/RegTP-5R.pem
/etc/ssl/certs/RegTP-6R.pem
/etc/ssl/certs/a3c60019.0
/etc/ssl/certs/aad3d04d.0
/etc/ssl/certs/argena.pem
/etc/ssl/certs/argeng.pem
/etc/ssl/certs/c33a80d4.0
/etc/ssl/certs/cdd7aee7.0
/etc/ssl/certs/d4e39186.0
/etc/ssl/certs/ddc328ff.0
/etc/ssl/certs/eng1.pem
/etc/ssl/certs/eng2.pem
/etc/ssl/certs/eng3.pem
/etc/ssl/certs/eng4.pem
/etc/ssl/certs/eng5.pem
/etc/ssl/certs/f73e89fd.0
/etc/ssl/certs/thawteCb.pem
/etc/ssl/certs/thawteCp.pem
/etc/ssl/certs/vsign1.pem
/etc/ssl/certs/vsign3.pem
/etc/ssl/certs/vsignss.pem
/etc/ssl/certs/wellsfgo.pem
/etc/ssl/private
/etc/ssl/private/.keep_dev-libs_openssl-0
/usr
/usr/lib
/usr/lib/libcrypto.so.0.9.7
/usr/lib/libssl.so.0.9.7
/usr/local
/usr/local/ssl
/usr/local/ssl/bin
/usr/local/ssl/bin/c_rehash
/usr/local/ssl/bin/openssl
/usr/local/ssl/certs
/usr/local/ssl/include
/usr/local/ssl/include/openssl
/usr/local/ssl/include/openssl/aes.h
/usr/local/ssl/include/openssl/asn1.h
/usr/local/ssl/include/openssl/asn1_mac.h
/usr/local/ssl/include/openssl/asn1t.h
/usr/local/ssl/include/openssl/bio.h
/usr/local/ssl/include/openssl/blowfish.h
/usr/local/ssl/include/openssl/bn.h
/usr/local/ssl/include/openssl/buffer.h
/usr/local/ssl/include/openssl/cast.h
/usr/local/ssl/include/openssl/comp.h
/usr/local/ssl/include/openssl/conf.h
/usr/local/ssl/include/openssl/conf_api.h
/usr/local/ssl/include/openssl/crypto.h
/usr/local/ssl/include/openssl/des.h
/usr/local/ssl/include/openssl/des_old.h
/usr/local/ssl/include/openssl/dh.h
/usr/local/ssl/include/openssl/dsa.h
/usr/local/ssl/include/openssl/dso.h
/usr/local/ssl/include/openssl/dtls1.h
/usr/local/ssl/include/openssl/e_os2.h
/usr/local/ssl/include/openssl/ebcdic.h
/usr/local/ssl/include/openssl/ec.h
/usr/local/ssl/include/openssl/ecdh.h
/usr/local/ssl/include/openssl/ecdsa.h
/usr/local/ssl/include/openssl/engine.h
/usr/local/ssl/include/openssl/err.h
/usr/local/ssl/include/openssl/evp.h
/usr/local/ssl/include/openssl/hmac.h
/usr/local/ssl/include/openssl/idea.h
/usr/local/ssl/include/openssl/krb5_asn.h
/usr/local/ssl/include/openssl/kssl.h
/usr/local/ssl/include/openssl/lhash.h
/usr/local/ssl/include/openssl/md2.h
/usr/local/ssl/include/openssl/md4.h
/usr/local/ssl/include/openssl/md5.h
/usr/local/ssl/include/openssl/obj_mac.h
/usr/local/ssl/include/openssl/objects.h
/usr/local/ssl/include/openssl/ocsp.h
/usr/local/ssl/include/openssl/opensslconf.h
/usr/local/ssl/include/openssl/opensslv.h
/usr/local/ssl/include/openssl/ossl_typ.h
/usr/local/ssl/include/openssl/pem.h
/usr/local/ssl/include/openssl/pem2.h
/usr/local/ssl/include/openssl/pkcs12.h
/usr/local/ssl/include/openssl/pkcs7.h
/usr/local/ssl/include/openssl/pq_compat.h
/usr/local/ssl/include/openssl/pqueue.h
/usr/local/ssl/include/openssl/rand.h
/usr/local/ssl/include/openssl/rc2.h
/usr/local/ssl/include/openssl/rc4.h
/usr/local/ssl/include/openssl/ripemd.h
/usr/local/ssl/include/openssl/rsa.h
/usr/local/ssl/include/openssl/safestack.h
/usr/local/ssl/include/openssl/sha.h
/usr/local/ssl/include/openssl/ssl.h
/usr/local/ssl/include/openssl/ssl2.h
/usr/local/ssl/include/openssl/ssl23.h
/usr/local/ssl/include/openssl/ssl3.h
/usr/local/ssl/include/openssl/stack.h
/usr/local/ssl/include/openssl/store.h
/usr/local/ssl/include/openssl/symhacks.h
/usr/local/ssl/include/openssl/tls1.h
/usr/local/ssl/include/openssl/tmdiff.h
/usr/local/ssl/include/openssl/txt_db.h
/usr/local/ssl/include/openssl/ui.h
/usr/local/ssl/include/openssl/ui_compat.h
/usr/local/ssl/include/openssl/x509.h
/usr/local/ssl/include/openssl/x509_vfy.h
/usr/local/ssl/include/openssl/x509v3.h
/usr/local/ssl/lib
/usr/local/ssl/lib/engines
/usr/local/ssl/lib/libcrypto.a
/usr/local/ssl/lib/libssl.a
/usr/local/ssl/lib/pkgconfig
/usr/local/ssl/lib/pkgconfig/libcrypto.pc
/usr/local/ssl/lib/pkgconfig/libssl.pc
/usr/local/ssl/lib/pkgconfig/openssl.pc
/usr/local/ssl/man
/usr/local/ssl/man/man1
/usr/local/ssl/man/man1/CA.pl.1.bz2
/usr/local/ssl/man/man1/asn1parse.1.bz2
/usr/local/ssl/man/man1/ca.1.bz2

Re: [gentoo-user] openssl 0.9.8 installs /usr/lib/openssl.so.0.9.7 only

2007-05-16 Thread Bo Ørsted Andresen
On Wednesday 16 May 2007 14:41:45 David Harel wrote:
  A tip, read the elog printouts or have them mailed to you
  (see /etc/make.conf.example).

 Thanks. I wish there was a short list of documents for basic maintenance.

It is mentioned in part 2, chapter 2 in the handbook. Unfortunately some 
people stop reading the handbook when the initial install is complete which 
is when part 1 is done.

  2. most of the files were installed in /usr/local/ssl
 
  Did you install this from outside portage (emerge)?

 Nop, Attached the output of: # equery files openssl  opensslList

Is it reproducible? If it is what's the output of `eix -e openssl` (if you 
don't have eix emerge it) ?

-- 
Bo Andresen


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] openssl 0.9.8 installs /usr/lib/openssl.so.0.9.7 only

2007-05-16 Thread David Harel



Bo Ørsted Andresen wrote:


Nop, Attached the output of: # equery files openssl  opensslList



Is it reproducible? If it is what's the output of `eix -e openssl` (if you 
don't have eix emerge it) ?
  
On my machine it is reproducible. I opened a bug: 
http://bugs.gentoo.org/show_bug.cgi?id=178631

Output of iex is:
[I] dev-libs/openssl
Available versions:  0.9.7l ~0.9.7m 0.9.8d ~0.9.8e
Installed versions:  0.9.8d(04:46:16 PM 05/15/2007)(-bindist -emacs 
-sse2 -test zlib)

Homepage:http://www.openssl.org/
Description: Toolkit for SSL v2/v3 and TLS v1



--
Regards.

David Harel,

==

Home office +972 77 7657645
Fax:+972 77 7657645
Cellular:   +972 54 4534502
Snail Mail: Amuka
   D.N Merom Hagalil
   13802
   Israel
Email:  [EMAIL PROTECTED]


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] openssl 0.9.8 installs /usr/lib/openssl.so.0.9.7 only

2007-05-16 Thread Bo Ørsted Andresen
On Wednesday 16 May 2007 23:49:18 David Harel wrote:
 Bo Ørsted Andresen wrote:
  Nop, Attached the output of: # equery files openssl  opensslList
 
  Is it reproducible? If it is what's the output of `eix -e openssl` (if
  you don't have eix emerge it) ?

 On my machine it is reproducible. I opened a bug:
 http://bugs.gentoo.org/show_bug.cgi?id=178631

Segfaulting wasn't exactly what I meant by reproducible.. ;) I was asking 
about the /usr/local prefix which seems quite weird...

The bug report doesn't include any usable information. You need to explain on 
the bug what you've done and you need to attach the complete build log that 
I'm quite sure portage provides the location for.

-- 
Bo Andresen


signature.asc
Description: This is a digitally signed message part.