473,397 Members | 2,099 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

mysql upgrade problem

Hi All,

I am want to upgrade MySQL from 4.0 to 4.1 on linux. The reason being the
subqueries.

Problem is

Failed dependencies:
libcrypto.so.0.9.6 is needed by MySQL-Max-4.1.0-0
libssl.so.0.9.6 is needed by MySQL-Max-4.1.0-0
libcrypto.so.0.9.6 is needed by MySQL-shared-4.1.0-0
libssl.so.0.9.6 is needed by MySQL-shared-4.1.0-0
libcrypto.so.0.9.6 is needed by MySQL-shared-compat-4.1.0-0
libssl.so.0.9.6 is needed by MySQL-shared-compat-4.1.0-0

There is libcrypto.so.0.9.7a and libssl.so.0.9.7a in my /lib directory.

Can anybody tell me what supposed to be the problem

thanks

sanjay
Jul 19 '05 #1
2 2537

"s a n j a y" <so*****@somewhere.com> wrote in message
news:so*******************@newssrv26.news.prodigy. com...
Hi All,

I am want to upgrade MySQL from 4.0 to 4.1 on linux. The reason being the
subqueries.

Problem is

Failed dependencies:
libcrypto.so.0.9.6 is needed by MySQL-Max-4.1.0-0
libssl.so.0.9.6 is needed by MySQL-Max-4.1.0-0
libcrypto.so.0.9.6 is needed by MySQL-shared-4.1.0-0
libssl.so.0.9.6 is needed by MySQL-shared-4.1.0-0
libcrypto.so.0.9.6 is needed by MySQL-shared-compat-4.1.0-0
libssl.so.0.9.6 is needed by MySQL-shared-compat-4.1.0-0

There is libcrypto.so.0.9.7a and libssl.so.0.9.7a in my /lib directory.

Can anybody tell me what supposed to be the problem

thanks

sanjay


How are you installing it?

If you are compiling your own (as opposed to an 'rpm') have a look at the
options available in ./configure - I think you can do this via
../configure --help

It might tell you how to point the installation to the /lib directory (it
might default and look under /usr/lib - I'm not sure).

I'm a MySQL newbie but I've compiled a few sources and think this might be
the source of your problem.
Jul 19 '05 #2

"s a n j a y" <so*****@somewhere.com> wrote in message
news:so*******************@newssrv26.news.prodigy. com...
Hi All,

I am want to upgrade MySQL from 4.0 to 4.1 on linux. The reason being the
subqueries.

Problem is

Failed dependencies:
libcrypto.so.0.9.6 is needed by MySQL-Max-4.1.0-0
libssl.so.0.9.6 is needed by MySQL-Max-4.1.0-0
libcrypto.so.0.9.6 is needed by MySQL-shared-4.1.0-0
libssl.so.0.9.6 is needed by MySQL-shared-4.1.0-0
libcrypto.so.0.9.6 is needed by MySQL-shared-compat-4.1.0-0
libssl.so.0.9.6 is needed by MySQL-shared-compat-4.1.0-0

There is libcrypto.so.0.9.7a and libssl.so.0.9.7a in my /lib directory.

Can anybody tell me what supposed to be the problem

thanks

sanjay


How are you installing it?

If you are compiling your own (as opposed to an 'rpm') have a look at the
options available in ./configure - I think you can do this via
../configure --help

It might tell you how to point the installation to the /lib directory (it
might default and look under /usr/lib - I'm not sure).

I'm a MySQL newbie but I've compiled a few sources and think this might be
the source of your problem.
Jul 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Pjotr Wedersteers | last post by:
I noticed both dlls in the package. I read MySQLi offers Improved MySQL support when using MySQL 4.1 or higher Can anyone tell me in layman's terms why and when I want to use this instead of...
0
by: sanjay gupta | last post by:
Dear All, I want to upgrade my mysql ver 3.20.32a-3 on my Red Hat linux 6.2 machine to mysql 3.23 version. Presently i have glib-1.2.6-3 and libc-5.3.12-3.1. How can i upgrade to version 3.23....
2
by: BDR | last post by:
Questions for anyone with experience on this topic... Sit: We're running a standalone server with applications/db's written around 3.23.41. Linux R/H 7.2 with updates. This is an Apache...
0
by: s a n j a y | last post by:
Hi All, I am want to upgrade MySQL from 4.0 to 4.1 on linux. The reason being the subqueries. Problem is Failed dependencies: libcrypto.so.0.9.6 is needed by MySQL-Max-4.1.0-0...
1
by: ADale | last post by:
Hi all, I hope someone here may be able to help me out! I have already serached the net for info to sort my problem but I could not find anything that solved it. Now, go easy on me, I am a...
13
by: wideangle | last post by:
Hello there! I know it's stupid, but when creating a table in a mysql (win32) database, it won't let me create this "mytable". Here goes my ER_PARSE_ERROR. mysql> CREATE TABLE `mytable` ( ->...
29
by: smorrey | last post by:
I've been thinking on this long and hard, and I can't seem to come up with an answer on it. Why is it almost always assumed the MySQL will be the server for nearly any PHP app? Why is it...
4
by: wzhao6898 | last post by:
Hi there, I'm trying to figure out if it's going painless to upgrade our oooold mysql 3.23 to the latest MySQL 4 or 5. Any suggestions? Thanks in advance! David
2
by: trihanhcie | last post by:
I m currently working on a Unix server with a fedora 3 as an os My current version of mysql is 3.23.58. I'd like to upgrade the version to 5.0.18. After downloading from MYSQL.COM the package on...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.