How can I upgrade to mysql 5 for plesk 8.1?

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
yongsan
Forum User
Forum User
Posts: 10
Joined: Tue Nov 15, 2005 3:09 am

How can I upgrade to mysql 5 for plesk 8.1?

Unread post by yongsan »

Hi,

How can I upgrade to mysql5? Using which channel? Thanks
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

Its in [atomic-bleeding] right now.
yongsan
Forum User
Forum User
Posts: 10
Joined: Tue Nov 15, 2005 3:09 am

Unread post by yongsan »

Hi,

I tried but there is some errors:

bash-2.05b# yum update mysql mysql-*
Gathering header information file(s) from server(s)
Server: Atomic Rocket Turtle - 3 - Atomic PSA-Compatible RPMS
Server: Atomic Rocket Turtle - 3 - Atomic PSA App Vault RPMS
Server: Atomic Rocket Turtle - 3 - SW-Soft PSA 8.0 RPMS
Finding updated packages
Downloading needed headers
Resolving dependencies
....Unable to satisfy dependencies
Package mysql needs libstdc++.so.6, this is not available.
Package mysql needs libstdc++.so.6(CXXABI_1.3), this is not available.
Package mysql-server needs libstdc++.so.6, this is not available.
Package mysql-server needs libstdc++.so.6(CXXABI_1.3), this is not available.
Package mysql-server needs libstdc++.so.6(GLIBCXX_3.4), this is not available.
bash-2.05b#


Here is my yum conf:

[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
installonlypkgs=kernel kernel-smp kernel-hugemem kernel-enterprise kernel-debug kernel-unsupported kernel-smp-unsupported kernel-hugemem-unsupported
tolerant=1
exactarch=1

[atomic]
name=Atomic Rocket Turtle - $releasever - Atomic PSA-Compatible RPMS
baseurl=http://3es.atomicrocketturtle.com/atomi ... easeverES/

[atomic-app-vault]
name=Atomic Rocket Turtle - $releasever - Atomic PSA App Vault RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/app-vault/

[psa-8.0]
name=Atomic Rocket Turtle - $releasever - SW-Soft PSA 8.0 RPMS
#baseurl=http://3es.atomicrocketturtle.com/atomi ... easeverES/
baseurl=http://3es.atomicrocketturtle.com/atomi ... os/3/i386/
baseurl=http://3es.atomicrocketturtle.com/atomi ... ing/art/3/


Any adivse?
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

Yeah, you're not running FC3 :P
breun
Long Time Forum Regular
Long Time Forum Regular
Posts: 2813
Joined: Sat Aug 20, 2005 9:30 am
Location: The Netherlands

Unread post by breun »

You have apparently removed your distribution's base and updates channels...
Lemonbit Internet Dedicated Server Management
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

Either that or hes on RHEL, in which case this all needs to go into up2date
yongsan
Forum User
Forum User
Posts: 10
Joined: Tue Nov 15, 2005 3:09 am

Unread post by yongsan »

Hi,

I am running CentOS 3.6. It is a vps account.

The customer requires mysql 5 and tomcat 5 as well.. Is it possible using your channels?

THanks
breun
Long Time Forum Regular
Long Time Forum Regular
Posts: 2813
Joined: Sat Aug 20, 2005 9:30 am
Location: The Netherlands

Unread post by breun »

If you're running CentOS 3 somehow you lost the CentOS base and updates channels which is why you got the initial errors upgrading MySQL.

There are no Tomcat packages in the atomic yum channel. MySQL 5 is only available in the atomic-testing (non-stable) channel.
Lemonbit Internet Dedicated Server Management
yongsan
Forum User
Forum User
Posts: 10
Joined: Tue Nov 15, 2005 3:09 am

Unread post by yongsan »

Hi,

Thanks for all your advises...I have reinstalled my yum and here is my yum.conf:

[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
installonlypkgs=kernel kernel-smp kernel-hugemem kernel-enterprise kernel-debug kernel-unsupported kernel-smp-unsupported kernel-hugemem-unsupported
tolerant=1
exactarch=1

[base]
name=CentOS-$releasever - Base
baseurl=http://mirror.centos.org/centos/$releas ... $basearch/
gpgcheck=1

#released updates
[update]
name=CentOS-$releasever - Updates
baseurl=http://mirror.centos.org/centos/$releas ... $basearch/
gpgcheck=1

#packages used/produced in the build but not released
[addons]
name=CentOS-$releasever - Addons
baseurl=http://mirror.centos.org/centos/$releas ... $basearch/
gpgcheck=1

#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
baseurl=http://mirror.centos.org/centos/$releas ... $basearch/
gpgcheck=1

[atomic]
name=Atomic Rocket Turtle - $releasever - Atomic PSA-Compatible RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/art/3/

[psa-8.0]
name=Atomic Rocket Turtle - $releasever - SW-Soft PSA 8.0 RPMS
baseurl=http://3es.atomicrocketturtle.com/atomi ... os/3/i386/

But when i try to upgrade mysql:

[root@3wordz etc]# yum install mysql mysql-server
Gathering header information file(s) from server(s)
Server: CentOS-3 - Addons
Server: Atomic Rocket Turtle - 3 - Atomic PSA-Compatible RPMS
Server: CentOS-3 - Base
Server: CentOS-3 - Extras
Server: Atomic Rocket Turtle - 3 - SW-Soft PSA 8.0 RPMS
Server: CentOS-3 - Updates
Finding updated packages
Downloading needed headers
Resolving dependencies
.....Unable to satisfy dependencies
Package mysql-server needs libstdc++.so.6(GLIBCXX_3.4), this is not available.

Neither php works...

[root@3wordz etc]# yum install php php-*
Gathering header information file(s) from server(s)
Server: CentOS-3 - Addons
Server: Atomic Rocket Turtle - 3 - Atomic PSA-Compatible RPMS
Server: CentOS-3 - Base
Server: CentOS-3 - Extras
Server: Atomic Rocket Turtle - 3 - SW-Soft PSA 8.0 RPMS
Server: CentOS-3 - Updates
Finding updated packages
Downloading needed headers
Resolving dependencies
......Unable to satisfy dependencies
Package php-snmp needs librpm-4.3.so, this is not available.
Package php-snmp needs librpmio-4.3.so, this is not available.
Package sablotron needs libstdc++.so.6(GLIBCXX_3.4), this is not available.
Package php-sqlite2 needs php <= 4.4.0, this is not available.
Package php needs libaspell.so.15, this is not available.
Package php needs libcurl.so.3, this is not available.
Package php needs libdb-4.2.so, this is not available.
Package php needs libpspell.so.15, this is not available.
Package php-dba needs libdb-4.2.so, this is not available.
Package php-ldap needs liblber-2.2.so.7, this is not available.
Package php-ldap needs libldap-2.2.so.7, this is not available.
Package php-xslt needs php <= 4.4.0, this is not available.
Package php-imap needs libc-client.so.0, this is not available.
[root@3wordz etc]#

Any advice on this?
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

Yep, you're using the wrong atomic channel. 3 == Fedora Core 3, you want 3ES.
yongsan
Forum User
Forum User
Posts: 10
Joined: Tue Nov 15, 2005 3:09 am

Unread post by yongsan »

Hi,

Thanks! Managed to get mysql upgraded... Now php shows error:

[root@3wordz etc]# yum install php php-*
Gathering header information file(s) from server(s)
Server: CentOS-3 - Addons
Server: Atomic Rocket Turtle - 3 - Atomic PSA-Compatible RPMS
Server: CentOS-3 - Base
Server: CentOS-3 - Extras
Server: Atomic Rocket Turtle - 3 - SW-Soft PSA 8.0 RPMS
Server: CentOS-3 - Updates
Finding updated packages
Downloading needed headers
Resolving dependencies
......Unable to satisfy dependencies
Package php-sqlite2 needs php <= 4.4.0, this is not available.
Package php-xslt needs php <= 4.4.0, this is not available.
[root@3wordz etc]#
Post Reply