--- RedRed!com IT Department <[EMAIL PROTECTED]>
wrote:

> Has anyone run into this issue before? Does anyone
> have any idea where 
> to go for more info?
> 
> I'm running Red Hat Enterprise v4 and I have
> installed OpenSSL-0.9.8 and 
> am trying to install MySQL-4.1.13 but am receiving
> an error during 
> configuration. The actual error is as follows:
> 
> checking for OpenSSL... Could not find an
> installation of OpenSSL
> Looks like you've forgotten to install OpenSSL
> development RPM
> 
> I installed OpenSSL with the following command: 
> ./config --prefix=/usr zlib
> 
> I am trying to install mysql with:  ./configure
> --prefix=/usr/local 
> --with-openssl=/usr
> --with-openssl-includes=/usr/include/openssl 
> --with-openssl-libs=/usr/lib
> 
> I found a similar error in the archives but it was
> from a year or so 
> ago. I tried it anyway and it didn't work. Does
> anyone have any suggestions?
> 
> Thanks
> 
> Sean
> 

Sean,

<rant>

 I've seen it all the time but that is because I
never've used Red Hat Enterprise Edition, if I were
going to use it, I would be using MySQL binaries since
that is the only way you could get support from MySQL
and given that you are using the Enterprise Edition of
the OS, tells me that you would be looking to get
support from RedHat as well.

</rant>

Now I am done with my rant..look at the config.log
file, it will display everysingle step ./configure is
taking to configure the build process. way down to the
bottom, you will find the program and command line
MySQL's configure was using to test for ssl
availabilty.

regards,
esv.


Enrique Sanchez Vela
email: [EMAIL PROTECTED]
-----------------------------------------------------------------------------
It's often easier to fight for one's        ||    We live in the outer space    
           
principles than to live up to them        ||    Rev. Kay Greenleaf
Adlai Stevenson                                ||

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to