Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90832 - emerge with Net::SSLeay fails
Summary: emerge with Net::SSLeay fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-29 02:33 UTC by gunter kreck
Modified: 2005-05-06 05:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gunter kreck 2005-04-29 02:33:28 UTC
When i try to install webmin with emerge, installation fails. when emerge tries to install the perl module Net::SSLeay I get the following error-message:


Checking for OpenSSL-0.9.6j or 0.9.7b or newer...
You have OpenSSL-0.9.7e installed in /usr
*** Could not figure out which C compiler was used to compile /usr/bin/openssl. It is essentiall that OpenSSL, perl, and Net::SSLeay are compiled with the same compiler and flags. Mixing and matching compilers is not supported. at Makefile.PL line 140.
Checking if your kit is complete...
Looks good
Writing Makefile for Net::SSLeay::Handle
Writing Makefile for Net::SSLeay
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command.  <==
false


Reproducible: Always
Steps to Reproduce:
1. emerge app-admin/webmin


Actual Results:  
... 
Checking for OpenSSL-0.9.6j or 0.9.7b or newer...
You have OpenSSL-0.9.7e installed in /usr
*** Could not figure out which C compiler was used to compile /usr/bin/openssl.
It is essentiall that OpenSSL, perl, and Net::SSLeay are compiled with the same
compiler and flags. Mixing and matching compilers is not supported. at
Makefile.PL line 140.
Checking if your kit is complete...
Looks good
Writing Makefile for Net::SSLeay::Handle
Writing Makefile for Net::SSLeay
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command.  <==
false
Comment 1 Michael Cummings (RETIRED) gentoo-dev 2005-04-29 14:45:27 UTC
Could you have changed c compilers between installing openssl and net-ssleay? not sure if an upgrade would count here (unless it was a major one, like 3.X to 4 or something). Have you tried re-emergeing openssl and net-ssleay in that order?
Comment 2 gunter kreck 2005-05-02 00:49:34 UTC
i have done no version change of my c-compiler. i went through the normal installation routines of the gentoo-installation.

now i have tried to re-emerge openssl and ssleay and still got the same error
Comment 3 gunter kreck 2005-05-06 05:50:48 UTC
the problem was a failure in the basic installation of gentoo. now everything works fine.