I’ve been trying to install SSMTP which for some reason doesnt exist under Zypper’s repositories.
I downloaded the RPM but it requires some dependencies which I cant seem to be able to find anywhere.
Note that the simlink should have been created by the install. It’s possible there’s something wrong either with the package, how you installed it or your system.
Oh, and you usually don’t need the source package, only if you want to compile the app (which I never needed to).
Since every working 64 bits system has “libc.so.6()(64bit)” in its RPM database… you don’t have a 64 bits system. Don’t try to install a 64 bits ssmtp.
In fact, since I had to say that, I am guessing you don’t even really need ssmtp to start with. You failed to “Describe the goal, not the step” (How To Ask Questions The Smart Way).
I need to send emails through my gmail account.Yes, I’ve tried postfix but I cant seem to be able to configure it the right way. I also tried sendmail but have no idea how to generate sendmail.mc.
SSMTP was a piece of cake on CENTOS but fortunately for me its unavailable for openSUSE…
Am 29.06.2012 23:13, schrieb ab:
> Use zypper instead; its job is to make your life easier.
>
To make that more explict instead of your “rpm -ivh …” use
zypper install ssmtp-2.61-22.2.x86_64.rpm
from within the same directory you called your rpm command, does that
work? Of course it can fail if the glibc versions are different enough.
Where did you get the rpm from? Link?
If all fails fetch the src rpm and rebuild it with rpmbuild to match the
glibc versions used by openSUSE.
–
PC: oS 12.1 x86_64 | i7-2600@3.40GHz | 16GB | KDE 4.8.4 | GeForce GT 420
ThinkPad E320: oS 12.1 x86_64 | i3@2.30GHz | 8GB | KDE 4.8.4 | HD 3000
eCAFE 800: oS 12.1 i586 | AMD Geode LX 800@500MHz | 512MB | KDE 3.5.10
Am 30.06.2012 14:52, schrieb Martin Helm:
> Where did you get the rpm from? Link?
> If all fails fetch the src rpm and rebuild it with rpmbuild to match the
> glibc versions used by openSUSE.
>
I found hat this version of ssmtp refers to an OBS build for openSUSE
11.0 (!), that easily explains why you cannot install it.
**Note: **This program still works as of 11-14-2009 but note that SSMTP is no longer being developed. You might want to consider an alternative like MSMTP.