Koozali.org: home of the SME Server

mysql header files

Offline icedizzy

  • *
  • 13
  • +0/-0
mysql header files
« on: September 28, 2008, 06:12:11 PM »
Hi folks!
Are betatesting squidguard 1.4 with mysql database instead of Berkly.
Running SquidGuard 1.3 with Berkley 4.6 on a sme 7.3 together with SARG reports like a charm.
Also tested Dansguardian ( content scanning also ) on SME 7.3 with SARG reports, godlike.

SquidGuard though are more resource saving and fast and if you dont need more than an urlfilter and sneak hw with automatic blacklists it's just perfect.

My problem though when compiling the mysql headers missing on a standard installation.
Done some yum list|grep <different likley patterns > don't know which package to get those header files.

Any tips?

/Ice

Offline icedizzy

  • *
  • 13
  • +0/-0
Re: mysql header files
« Reply #1 on: September 29, 2008, 10:26:58 AM »
Tried to establish the dev platform according to the instructions.
The link pointed out 7.1 of SME Server and an broken link of mezzanine overview.
Is there a better way of getting the dev platform if there are not a package to get just the mysql headerfiles?
/Ice

============ Enclosed ===========

Chapter 14. The SME Server development environment
Configuring your development environment

The SME Server source code is checked into CVS at SourceForge. The project has a SourceForge page at https://sourceforge.net/projects/smeserver/. All packages are built using mezzanine, and an overview of mezzanine is provided here: https://wiki.caosity.org/tiki-index.php?page=Package+Maintenance

===============================

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: mysql header files
« Reply #2 on: September 29, 2008, 09:24:41 PM »
Tried to establish the dev platform according to the instructions.
The link pointed out 7.1 of SME Server and an broken link of mezzanine overview.
Is there a better way of getting the dev platform if there are not a package to get just the mysql headerfiles?
/Ice

============ Enclosed ===========

Chapter 14. The SME Server development environment
Configuring your development environment

The SME Server source code is checked into CVS at SourceForge. The project has a SourceForge page at https://sourceforge.net/projects/smeserver/. All packages are built using mezzanine, and an overview of mezzanine is provided here: https://wiki.caosity.org/tiki-index.php?page=Package+Maintenance

===============================
These instructions are outdated... even in the SME Server wiki as we are migrating at the moment, the documentation is a little behind. Not sure if this site is an official mirror, but I can not even access it.

You should be able to install mysql headers like this (I believe):
Code: [Select]
yum install mysql-devel
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline icedizzy

  • *
  • 13
  • +0/-0
Re: mysql header files
« Reply #3 on: September 29, 2008, 10:46:17 PM »
Thanks a lot!
Really needed this.
Almost brought down the install from mysql but it had probably trashed the platform in one way or another.

Now i found an error in squidGuards ./configure file so more testing are left to do.

Thanks again.

/Ice