Patrick Starrenburg via Postfix-users:
> dnf install cyrus-sasl
> dnf install cyrus-sasl-lib
> dnf install cyrus-sasl-devel
> 
> The lib files were not installed into /usr/lib but /usr/lib64, I then ran:
> 
> ln -s /usr/include/sasl /usr/local/include/sasl
> ln -s /usr/lib64/sasl2 /usr/local/lib64/sasl2

Those links may break after a software update

> to get symlinks under /usr/local (not sure why Postfix wants/needs
> them under /usr/local instead of /usr).

Plese do not spread mis-information.

You need to specify the correct location in  "make makefiles"
command, specifically the part that says:

    AUXLIBS="-lssl -lcrypto -L/usr/local/lib64 -lsasl2"

Instead of -L/usr/local/lib64, specify the actual location.

        Wietse
_______________________________________________
Postfix-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to