Daniel Ajoy wrote:
> Is it possible to install msmtp in a non-priviledge user account?
> 
> I unpacked a precompiled deb package, but when I tried to run it I got:
>       
> ../msmtp: error while loading shared libraries: libgnutls-deb0.so.28: cannot 
> open shared object file: No such file or directory
> 
> I unpacked libgnutls-deb0.so.28 from it's own package in the same folder but 
> msmtp still shows the same error.
> 
> Daniel

The problem is not installing msmtp, but that you don't have libgnutls
installed* on that system. So you either get it installed by the admin
or "install" it locally at a different folder to which you point -with
some ld magic (LD_LIBRARY_PATH, LD_PRELOAD, rpath…)- the executables
requiring them. Or don't use packages precompiled for a different folder
structure.

If you compile both libgnutls and msmtp, you can make them live at a
different folder.


* The same problem would appear with any other library.


------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
msmtp-users mailing list
msmtp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/msmtp-users

Reply via email to