Hello --
What repository, or other website, can I access in order to get the latest version of freetds? The version that comes with centos 6.2 is the 0.64 release, and it has a bug in it that is preventing me from running another application.
The information in this e-mail is intended only for the person to whom it is addressed. If you believe this e-mail was sent to you in error and the e-mail contains patient information, please contact the Partners Compliance HelpLine at http://www.partners.org/complianceline . If the e-mail was sent to you in error but does not contain patient information, please contact the sender and properly dispose of the e-mail.
On Fri, 8 Jun 2012 20:42:19 +0000 Kaplan, Andrew H. wrote:
Hello --
What repository, or other website, can I access in order to get the latest version of freetds?
I've never heard of freetds before, but a quick google search shows me that they have a website that offers documentation and downloads:
Hello --
I tried that approach. Unfortunately, the DBD:Sybase package that comes with centos 6.2, did not work well with the tar.gz file of the freetds application. I did try installing the DBD:Sybase package from source, but I ran into problems there. That is why I am looking for a yum package solution.
Thanks for the suggestion in any event.
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Frank Cox Sent: Friday, June 08, 2012 4:49 PM To: CentOS mailing list Cc: Kaplan, Andrew H. Subject: Re: [CentOS] Need to get latest version of freetds for centos 6.2
On Fri, 8 Jun 2012 20:42:19 +0000 Kaplan, Andrew H. wrote:
Hello --
What repository, or other website, can I access in order to get the latest version of freetds?
I've never heard of freetds before, but a quick google search shows me that they have a website that offers documentation and downloads:
On Fri, Jun 8, 2012 at 3:42 PM, Kaplan, Andrew H. AHKAPLAN@partners.org wrote:
What repository, or other website, can I access in order to get the latest version of freetds? The version that comes with centos 6.2 is the 0.64 release, and it has a bug in it that is preventing me from running another application.
Where is a 0.64 release? I only see 0.91 in EPEL.
I went ahead and updated the repos repository to include the epel site. I was able to install the 0.91 release of freetds. But now I have another problem. I want to be able to install the perl-DBD-Sybase package. However, when I try to do so, the following error appears on-screen:
[root@icinga ~]# yum install perl-DBD-Sybase.i686 Loaded plugins: fastestmirror, security Loading mirror speeds from cached hostfile * base: holmes.umflint.edu * centosplus: mirrors.adams.net * epel: mirror.csclub.uwaterloo.ca * extras: mirror.steadfast.net * rpmforge: merlin.fit.vutbr.cz * updates: centos.netnitco.net Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package perl-DBD-Sybase.i686 0:1.10-1.el6.rf will be installed --> Processing Dependency: libtds.so.5 for package: perl-DBD-Sybase-1.10-1.el6.rf.i686 --> Finished Dependency Resolution Error: Package: perl-DBD-Sybase-1.10-1.el6.rf.i686 (rpmforge) Requires: libtds.so.5 Available: freetds-0.64-1.el6.rf.i686 (rpmforge) libtds.so.5 Installed: freetds-0.91-2.el6.i686 (@epel) Not found You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
I tried the --skip-broken option, and the result was the following:
[root@icinga ~]# yum install perl-DBD-Sybase.i686 --skip-broken Loaded plugins: fastestmirror, security Loading mirror speeds from cached hostfile * base: bay.uchicago.edu * centosplus: centos.netnitco.net * epel: archive.linux.duke.edu * extras: bay.uchicago.edu * rpmforge: merlin.fit.vutbr.cz * updates: centos.netnitco.net Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package perl-DBD-Sybase.i686 0:1.10-1.el6.rf will be installed --> Processing Dependency: libtds.so.5 for package: perl-DBD-Sybase-1.10-1.el6.rf.i686 --> Finished Dependency Resolution
Packages skipped because of dependency problems: perl-DBD-Sybase-1.10-1.el6.rf.i686 from rpmforge
I need the perl-DBD-Sybase package to be installed in order for a script, check_mssql_health to work.
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Les Mikesell Sent: Friday, June 08, 2012 5:08 PM To: CentOS mailing list Subject: Re: [CentOS] Need to get latest version of freetds for centos 6.2
On Fri, Jun 8, 2012 at 3:42 PM, Kaplan, Andrew H. AHKAPLAN@partners.org wrote:
What repository, or other website, can I access in order to get the latest version of freetds? The version that comes with centos 6.2 is the 0.64 release, and it has a bug in it that is preventing me from running another application.
Where is a 0.64 release? I only see 0.91 in EPEL.
On 06/08/12 4:58 PM, Kaplan, Andrew H. wrote:
I went ahead and updated the repos repository to include the epel site. I was able to install the 0.91 release of freetds. But now I have another problem. I want to be able to install the perl-DBD-Sybase package. However, when I try to do so, the following error appears on-screen:
rpmforge packages (.rf.) are built to depend only on base and other rpmforge packages. they don't know anything about EPEL packages.
it appears that perl-DBD-Sybase from RPMforge depends on freetds-0.64-1.el6.rf.i686 and not on freetds-0.91-2.el6.i686 (@epel)
How and where can I get the correct perl-DBD-Sybase package that references the latter version of the freetds package? ________________________________________ From: centos-bounces@centos.org [centos-bounces@centos.org] on behalf of John R Pierce [pierce@hogranch.com] Sent: Friday, June 08, 2012 8:07 PM To: centos@centos.org Subject: Re: [CentOS] Need to get latest version of freetds for centos 6.2
On 06/08/12 4:58 PM, Kaplan, Andrew H. wrote:
I went ahead and updated the repos repository to include the epel site. I was able to install the 0.91 release of freetds. But now I have another problem. I want to be able to install the perl-DBD-Sybase package. However, when I try to do so, the following error appears on-screen:
rpmforge packages (.rf.) are built to depend only on base and other rpmforge packages. they don't know anything about EPEL packages.
it appears that perl-DBD-Sybase from RPMforge depends on freetds-0.64-1.el6.rf.i686 and not on freetds-0.91-2.el6.i686 (@epel)
-- john r pierce N 37, W 122 santa cruz ca mid-left coast
_______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
The information in this e-mail is intended only for the person to whom it is addressed. If you believe this e-mail was sent to you in error and the e-mail contains patient information, please contact the Partners Compliance HelpLine at http://www.partners.org/complianceline . If the e-mail was sent to you in error but does not contain patient information, please contact the sender and properly dispose of the e-mail.
On 06/08/12 5:44 PM, Kaplan, Andrew H. wrote:
How and where can I get the correct perl-DBD-Sybase package that references the latter version of the freetds package?
if there isn't one in EPEL, my guess is, you'll need to build it yourself from the .src.rpm
Dne 9.6.2012 02:44, Kaplan, Andrew H. napsal(a):
How and where can I get the correct perl-DBD-Sybase package that references the latter version of the freetds package?
Andrew, I have pushed upgraded spec files for freetsd and perl-DBI-Sybase to Repoforge repository: see https://github.com/repoforge/rpms/commit/9f0f6ab249f79e12395fe1ad29952e3f18a... and https://github.com/repoforge/rpms/commit/a5b9940656c61dd6b6ddf316e620603863f...
Now it's up to Dag, he's the only one to build the packages for Repoforge. Regards, David Hrbáč
On Fri, 8 Jun 2012 23:58:11 +0000 Kaplan, Andrew H. wrote:
I went ahead and updated the repos repository to include the epel site. I was able to install the 0.91 release of freetds. But now I have another problem. I want to be able to install the perl-DBD-Sybase package. However, when I try to do so, the following error appears on-screen:
You can sometimes deal with issues like this by downloading the .src.rpm files for the conflicting packages, fixing the spec files (if needed) and recompiling them on your own machines.
Sometimes this is as easy as just recompiling the source rpms; sometimes it's a major undertaking. Not having looked into your issue in detail, I don't know which category yours is in.