Koozali.org: home of the SME Server

Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: charlies on May 16, 2006, 08:41:56 PM

Title: Install mysql-devel
Post by: charlies on May 16, 2006, 08:41:56 PM
I am trying to load the mysql-devel package onto an SME 7.0 RC2 system. I need the mysql-devel package in order to build DSPAM for my server. When I issue the command 'yum --enablerepo=base install mysql-devel', one package is identified for installation, and five packages are identified as dependencies. Unfortunately, I receive a transaction check error as follows:

Transaction Check Error:   package openssl-0.9.7a-43.8sme1 (which is newer than openssl-0.9.7a-43.8) is already installed

Any idea how I might get around this issue?

- Charlie
Title: Install mysql-devel
Post by: SARK devs on May 16, 2006, 10:56:51 PM
Try

Code: [Select]
yum --enablerepo=smeaddons install mysql-devel

kind regards

Selintra[/quote]
Title: Install mysql-devel
Post by: charlies on May 16, 2006, 11:16:33 PM
Nope. It doesn't look like mysql-devel is part of smeaddons. Here is the exact response:

No Match for argument: mysql-devel

Any other ideas?

- Charlie
Title: Install mysql-devel
Post by: arne on May 17, 2006, 12:31:12 AM
What about this:

yum install --enablerepo=base --enablerepo=updates --enablerepo=addons mysql-devel
Title: Install mysql-devel
Post by: SARK devs on May 17, 2006, 01:08:16 AM
Quote
Nope. It doesn't look like mysql-devel is part of smeaddons


Hmmm - very odd - I just installed it on our test server. So I have no idea why it isn't working for you.  The only thing I can suggest is that you go and physically get the rpm and install it.  Its here

http://mirror.contribs.org/smeserver/releases/7/builds/rpms/RPMS/i586/

Kind Regards
Title: Install mysql-devel
Post by: charlies on May 17, 2006, 03:33:02 AM
Arne,
Your suggestion worked.

yum install --enablerepo=base --enablerepo=updates --enablerepo=addons mysql-devel

downloaded and installed mysql-devel. Unfortunately, yum -update is now broken as it wants to upgrade openssl to openssl-0.9.7a-43.8sme1 which is newer than openssl-0.9.7a-43.8, but fails dependency checks. What is so special about sme's openssl?

- Charlie
Title: Install mysql-devel
Post by: arne on May 17, 2006, 11:35:07 PM
Isn't the openssl story, the oposit, it has openssl-0.9.7a-43.8sme1 that is not "fully compatible" with the centos rpms.

I had the same problem when I wanted to intall openssl-devel.

The way I came arount it was to forse a package installation that did not check dependency (maybe not allways to smart .. possibly a bit risky)

rpm -Uvh --nodeps "packagename"

.. I think it was something like this ..
Title: Install mysql-devel
Post by: Librarian on May 18, 2006, 10:37:02 AM
Hi there

I will be monitoring this thread closely.

I am also willing to test the package should you require any testers.

It is a great spam filter, and I'm very happy with it.

Regards

Libs
Title: Re: Install mysql-devel
Post by: Thorne45 on November 28, 2007, 02:52:54 AM
Hi Charlie

Did you get DSpam running?

I got the first bit compiled but can't seem to get the MYSQL integrated properly

Did anyone keep any notes?

Thanks
  Thorne