Menu

#92 Packages for 2.5.1

v1.0 (example)
closed
nobody
None
5
2024-01-07
2024-01-06
hijmen
No

I installed the latest version for Ubuntu, 2.5.0) and encountered the issue with the space before the email adress. Found out this is fixed in 2.5.1a by trying the windows version on a pc (since there are no other ready made packages available)

Also tried with the 2.4.1 Linux version, but that gave a dependency conflict on Ubuntu server 22.04.3 with ssl package.

I tried to build from the sources, but since I have no experience with this I am finally stuck with 3 dependencies that are not available when compiling that I can't get solved.

Would it be possible to release the other compiled versions as well beside the windows version of 2.5.1a?

kind regards
Hijmen

Discussion

  • Graeme Walker

    Graeme Walker - 2024-01-06
    • status: open --> closed
     
  • Graeme Walker

    Graeme Walker - 2024-01-06

    Apologies, the 2.5.1 release was cut short. I've uploaded a .deb for ubuntu 22.04.

     
  • hijmen

    hijmen - 2024-01-06

    Thank you so much!

     
  • Graeme Walker

    Graeme Walker - 2024-01-07

    For reference, you should be able to build your own deb package like this:

    sudo apt install build-essential debhelper fakeroot libssl-dev libpam0g-dev
    
    wget https://sourceforge.net/projects/emailrelay/files/emailrelay/2.5.1/emailrelay-2.5.1a-src.tar.gz
    
    tar -xzf emailrelay-2.5.1a-src.tar.gz
    
    cd emailrelay-2.5.1
    
    ./configure.sh -q
    
    make deb
    
     
    🎉
    1

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.