Time for action – SUSE: from tarball to RPMs
Building RPMs for FreeRADIUS on SLES takes a little more effort compared to CentOS or Ubuntu.
Adding an OpenSUSE repository
To build FreeRADIUS from source requires various development libraries. The standard SLES repositories do not include them all, even when using the SDK DVDs that are part of SLES. We therefore need to add the OpenSUSE repository. This will satisfy all the development library requirements.
- Locate your nearest OpenSUSE mirror from the following URL:
- Start YAST as the root user.
- Select Software | Software Repositories and then select Add to add a repository.
- Add the OpenSUSE mirror that you chose at the start. The URL for my nearest OpenSUSE 11.3 is the following:
ftp://opensuse.mirror.ac.za/opensuse/distribution/11.3/repo/oss/suse/
- You might be asked to accept the importing of a GnuPG key for the new repository. Select Import to continue.
This sets the stage for building the FreeRADIUS RPMs. Now,...