Installing MySQL Server on FreeBSD 4.10

hello,

Does anybody know where the mysql-server-5.1.53 source code can be found for FreeBSD 4.10? Or even better mysql-server-5.1.53? :)

Mysql.com does not seem to have any sources for FreeBSD at alla and the FreeBSD ports only go back to version 6, and not version 4.

Thanks!!
 
FreeBSD 4.x has been discontinued and end-of-life for years. It is seriously dead (and unsafe), and there is no support for it from anyone. Even FreeBSD 6.x is about to fall off the earth. If you don't use FreeBSD 7.x or 8.x sometime this year, good luck.
 
The ports tree is the same for all versions of FreeBSD, you can try getting the latest and install mysql from there.

But, it may not work, it may even fail to compile.

Any particular reason you're stuck on 4.10?
 
I don't think there are INDEX files for the ports tree for FreeBSD < 6 any more, so that may turn out to be .. interesting.
 
DutchDaemon said:
I don't think there are INDEX files for the ports tree for FreeBSD < 6 any more, so that may turn out to be .. interesting.

Does one actually need the INDEX to build a port?
 
I would rather avoid ports altogether and compile from a tar.gz file. But it doesn't seem possible to find one anywhere.
 
andytux said:
i would rather avoid ports all together and compile from a tar.gz file.
Building a port actually uses the original source. But a port makes sure needed build options are set or patches the source so it compiles properly. Using a port is no different then compiling directly from source but it integrates a lot better.
 
SirDice said:
Does one actually need the INDEX to build a port?

Maybe not, but without an INDEX file you have no way of knowing which port will (still) run on your version of FreeBSD.
 
You know the process of downloading a source tarball, unpacking it, having to tweak a little to get it to run on a specific platform? It's basically called 'porting'. Guess what the FreeBSD ports tree is about?
 
Back
Top