|
Home > Archive > MySQL ODBC Connector > November 2005 > 5.0.15->5.0.16 upgrade dependency failure
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
5.0.15->5.0.16 upgrade dependency failure
|
|
| Marcus Bointon 2005-11-27, 7:23 am |
| I have a happily working 5.0.15 installation on RHEL4, installed from
the standard RPMs. I'm upgrading using rpm -Uvh to the new 5.0.16
release. -Server, -client and -devel packages install ok, but when I
attempt to install -shared, I get a dependency failure on zlib. Of
course I have zlib installed (lots of other things depend on it), and
rpm says it is there, and it's up to date. I've downgraded to 5.0.15
again (as nothing works in PHP without -shared installed) and that
installs without problems. What's changed in .16 to create this
seemingly broken dependency?
Marcus
--
Marcus Bointon
Synchromedia Limited: Putting you in the picture
marcus@synchromedia.co.uk | http://www.synchromedia.co.uk
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql? unsub...sie.nctu.edu.tw
| |
| Gary Richardson 2005-11-27, 11:23 am |
| I've also experienced this. The 5.0.16 RPMs for RHEL3 worked fine on a
RHEL3 box.
As for the RHEL4, I even tried recompiling the source RPM's and still
got the dependency error! I ended up using the generic RPM's as those
installed fine.
For me, it's a moot point anyway as 5.0.16 isn't stable enough for my
app -- it crashes on subselects of the same table. I downgraded to
5.0.15.
On 11/27/05, Marcus Bointon <marcus@synchromedia.co.uk> wrote:
> I have a happily working 5.0.15 installation on RHEL4, installed from
> the standard RPMs. I'm upgrading using rpm -Uvh to the new 5.0.16
> release. -Server, -client and -devel packages install ok, but when I
> attempt to install -shared, I get a dependency failure on zlib. Of
> course I have zlib installed (lots of other things depend on it), and
> rpm says it is there, and it's up to date. I've downgraded to 5.0.15
> again (as nothing works in PHP without -shared installed) and that
> installs without problems. What's changed in .16 to create this
> seemingly broken dependency?
>
> Marcus
> --
> Marcus Bointon
> Synchromedia Limited: Putting you in the picture
> marcus@synchromedia.co.uk | http://www.synchromedia.co.uk
>
>
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe: http://lists.mysql.com/mysql?unsub=3Dgary.richardson@g=
mail.com
>
>
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql? unsub...sie.nctu.edu.tw
| |
| SGreen@unimin.com 2005-11-27, 8:24 pm |
| --=_alternative 00039A6E852570C7_=
Content-Type: text/plain; charset="US-ASCII"
The only times MySQL server interact directly with each other are:
a) during replication
b) NDB cluster operations
c) FEDERATED tables
Options b) and c) are available only in v5.0+. If what you want to do
doesn't fall into one of those three categories, you will need to open a
second connection in your code and send a second query to the second
server. There is no other way around it.
Shawn Green
Database Administrator
Unimin Corporation - Spruce Pine
Gary Richardson <gary.richardson@gmail.com> wrote on 11/27/2005 11:48:19
AM:
> I've also experienced this. The 5.0.16 RPMs for RHEL3 worked fine on a
> RHEL3 box.
>
> As for the RHEL4, I even tried recompiling the source RPM's and still
> got the dependency error! I ended up using the generic RPM's as those
> installed fine.
>
> For me, it's a moot point anyway as 5.0.16 isn't stable enough for my
> app -- it crashes on subselects of the same table. I downgraded to
> 5.0.15.
>
> On 11/27/05, Marcus Bointon <marcus@synchromedia.co.uk> wrote:
> richardson@gmail.com
>
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe: http://lists.mysql.com/mysql?unsub=sgreen@unimin.com
>
--=_alternative 00039A6E852570C7_=--
| |
| Marcus Bointon 2005-11-28, 7:23 am |
|
On 28 Nov 2005, at 00:41, SGreen@unimin.com wrote:
> The only times MySQL server interact directly with each other are:
> a) during replication
> b) NDB cluster operations
> c) FEDERATED tables
>
> Options b) and c) are available only in v5.0+. If what you want to do
> doesn't fall into one of those three categories, you will need to
> open a
> second connection in your code and send a second query to the second
> server. There is no other way around it.
Errr, were you answering some other question?
Marcus
--
Marcus Bointon
Synchromedia Limited: Putting you in the picture
marcus@synchromedia.co.uk | http://www.synchromedia.co.uk
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql? unsub...sie.nctu.edu.tw
| |
| SGreen@unimin.com 2005-11-28, 9:23 am |
| --=_alternative 004EF77D852570C7_=
Content-Type: text/plain; charset="US-ASCII"
Marcus Bointon <marcus@synchromedia.co.uk> wrote on 11/28/2005 04:45:54
AM:
>
> On 28 Nov 2005, at 00:41, SGreen@unimin.com wrote:
>
>
> Errr, were you answering some other question?
>
> Marcus
> --
> Marcus Bointon
> Synchromedia Limited: Putting you in the picture
> marcus@synchromedia.co.uk | http://www.synchromedia.co.uk
>
I blame it on Gary for hijacking your original (unrelated) thread. Sorry
for the cross-post. I will watch out next time.
Shawn Green
Database Administrator
Unimin Corporation - Spruce Pine
--=_alternative 004EF77D852570C7_=--
| |
| Gary Richardson 2005-11-28, 11:24 am |
| Whaaa? I did no such thing. My post was on topic.
On 11/28/05, SGreen@unimin.com <SGreen@unimin.com> wrote:
> Marcus Bointon <marcus@synchromedia.co.uk> wrote on 11/28/2005 04:45:54
> AM:
>
>
> I blame it on Gary for hijacking your original (unrelated) thread. Sorry
> for the cross-post. I will watch out next time.
>
> Shawn Green
> Database Administrator
> Unimin Corporation - Spruce Pine
>
>
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql? unsub...sie.nctu.edu.tw
| |
| SGreen@unimin.com 2005-11-28, 11:24 am |
| --=_alternative 0057B2B8852570C7_=
Content-Type: text/plain; charset="US-ASCII"
Dude! I am so sorry. I was the one (way) off topic. No more list work for
me until my coffee kicks in. Completely "my bad". :-(
Shawn
Gary Richardson <gary.richardson@gmail.com> wrote on 11/28/2005 10:44:53
AM:
[color=darkred]
> Whaaa? I did no such thing. My post was on topic.
>
> On 11/28/05, SGreen@unimin.com <SGreen@unimin.com> wrote:
04:45:54[color=darkr
ed]
do[color=darkred]
second[color=darkred
]
Sorry[color=darkred]
--=_alternative 0057B2B8852570C7_=--
|
|
|
|
|