Mailing List Archive

Re: atrpms-users Digest, Vol 130, Issue 7
Thanks for the quick response!

[root@apollo ~]# rpm -q --provides mysql-server
config(mysql-server) = 5.1.73-3.el6_5
ha_archive.so.0()(64bit)
ha_blackhole.so.0()(64bit)
ha_example.so.0()(64bit)
ha_federated.so.0()(64bit)
ha_innodb_plugin.so.0()(64bit)
mysql-server = 5.1.73-3.el6_5
mysql-server(x86-64) = 5.1.73-3.el6_5
Re: atrpms-users Digest, Vol 130, Issue 7 [ In reply to ]
On 15/11/2014 5:24 pm, James Taylor wrote:
> Thanks for the quick response!
>
> [root@apollo ~]# rpm -q --provides mysql-server
> config(mysql-server) = 5.1.73-3.el6_5
> ha_archive.so.0()(64bit)
> ha_blackhole.so.0()(64bit)
> ha_example.so.0()(64bit)
> ha_federated.so.0()(64bit)
> ha_innodb_plugin.so.0()(64bit)
> mysql-server = 5.1.73-3.el6_5
> mysql-server(x86-64) = 5.1.73-3.el6_5
>
>
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-use
try installing pkgconfig yum install pkgconfig

let me know if that fixes it and I'll add it as a dep.

Stephen
Re: atrpms-users Digest, Vol 130, Issue 7 [ In reply to ]
On 15/11/2014 5:36 pm, Stephen Collier wrote:
> On 15/11/2014 5:24 pm, James Taylor wrote:
>> Thanks for the quick response!
>>
>> [root@apollo ~]# rpm -q --provides mysql-server
>> config(mysql-server) = 5.1.73-3.el6_5
>> ha_archive.so.0()(64bit)
>> ha_blackhole.so.0()(64bit)
>> ha_example.so.0()(64bit)
>> ha_federated.so.0()(64bit)
>> ha_innodb_plugin.so.0()(64bit)
>> mysql-server = 5.1.73-3.el6_5
>> mysql-server(x86-64) = 5.1.73-3.el6_5
>>
>>
>> _______________________________________________
>> atrpms-users mailing list
>> atrpms-users@atrpms.net
>> http://lists.atrpms.net/mailman/listinfo/atrpms-use
> try installing pkgconfig yum install pkgconfig
>
> let me know if that fixes it and I'll add it as a dep.
>
> Stephen
>
>
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
I've tested it in mock and it is broken with pkgconfig and the default
mysql. I'll fix it and push out version 8.

Cheers
Stephen
Re: atrpms-users Digest, Vol 130, Issue 7 [ In reply to ]
Hey,

pkgconfig was already installed, but I reinstalled it just to be safe.

I have lots of *.pc files located in /usr/share/pkgconfig, but not mysql.pc
or mysql-server.pc, the two that I presumably need (nor am I having any
luck finding any sort of official version). I think I may have installed
MySQL's official YUM repository at some point though.

Would it make sense to remove/reinstall anything listed here:

[root@apollo ~]# rpm -qa | grep -i mysql
php-mysql-5.3.3-40.el6_6.x86_64
qt48-qt-mysql-4.8.5-3.el6.x86_64
mysql-proxy-0.8.5-1.el6.x86_64
mysql-devel-5.1.73-3.el6_5.x86_64
mysql-libs-5.1.73-3.el6_5.x86_64
qt48-mysql-4.8.5-8.el6.x86_64
mysql-server-5.1.73-3.el6_5.x86_64
mysql-community-release-el6-5.noarch
perl-DBD-MySQL-4.013-3.el6.x86_64
MySQL-python-1.2.3-0.3.c1.1.el6.x86_64
mysql-5.1.73-3.el6_5.x86_64

Thanks again for your help!
Re: atrpms-users Digest, Vol 130, Issue 7 [ In reply to ]
Version 8 is now in the repo.  It should install ok it doesn't use pkgconfig on el6.

Stephen


Sent from my Samsung GALAXY S4 on the Telstra 4G network

<div>-------- Original message --------</div><div>From: James Taylor <jamestaylor0213@gmail.com> </div><div>Date:15/11/2014 5:56 PM (GMT+10:00) </div><div>To: "User discussion about ATrpms.net" <atrpms-users@atrpms.net> </div><div>Subject: Re: [ATrpms-users] atrpms-users Digest, Vol 130, Issue 7 </div><div>
</div>Hey,

pkgconfig was already installed, but I reinstalled it just to be safe.

I have lots of *.pc files located in /usr/share/pkgconfig, but not mysql.pc or mysql-server.pc, the two that I presumably need (nor am I having any luck finding any sort of official version).  I think I may have installed MySQL's official YUM repository at some point though.

Would it make sense to remove/reinstall anything listed here:

[root@apollo ~]# rpm -qa | grep -i mysql
php-mysql-5.3.3-40.el6_6.x86_64
qt48-qt-mysql-4.8.5-3.el6.x86_64
mysql-proxy-0.8.5-1.el6.x86_64
mysql-devel-5.1.73-3.el6_5.x86_64
mysql-libs-5.1.73-3.el6_5.x86_64
qt48-mysql-4.8.5-8.el6.x86_64
mysql-server-5.1.73-3.el6_5.x86_64
mysql-community-release-el6-5.noarch
perl-DBD-MySQL-4.013-3.el6.x86_64
MySQL-python-1.2.3-0.3.c1.1.el6.x86_64
mysql-5.1.73-3.el6_5.x86_64

Thanks again for your help!
Re: atrpms-users Digest, Vol 130, Issue 7 [ In reply to ]
Works beautifully, thank you and keep up the good work!