Openvpn for Meego 1.1 (Updated with source RPMS)
Sunday, November 28th, 2010Short post.
I want share to you that I compiled some meego 1.1 rpms for openvpn (I can’t use my meego netbook for work because it doesn’t have openvpn in it’s default repositories). All you need to do is to download the rpm files in the ostalks ibiblio mirror:
http://mirrors.ibiblio.org/pub/mirrors/ostalks/meego/1.1/i586/openvpn-2.1.1-2.i586.rpm
and
http://mirrors.ibiblio.org/pub/mirrors/ostalks/meego/1.1/i586/pkcs11-helper-1.07-5.i586.rpm
install the last rpm first before installing openvpn.
Have fun!
UPDATE:
If you want the source rpms, they are located here:
http://mirrors.ibiblio.org/pub/mirrors/ostalks/meego/1.1/src/pkcs11-helper-1.07-5.src.rpm
http://mirrors.ibiblio.org/pub/mirrors/ostalks/meego/1.1/src/openvpn-2.1.1-2.src.rpm
You need to install the meego sdk.
Just needed to compile:
rpmbuild –rebuild –target=i586 pkcs11-helper-1.07-5.src.rpm
to install openvpn dependency, then
rpm -Uvh pkcs11-helper-1.07-5.src.rpm
and then go ahead to compile openvpn:
rpmbuild –rebuild –target=i586 openvpn-2.1.1-2.src.rpm
then use rpm -Uvh openvpn-2.1.1-2.src.rpm
to install. If you see dependency errors, just install these deps by using the command:
sudo zypper install






