Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

courier imap and mysql probs

  • 20-06-2005 4:19pm
    #1
    Registered Users, Registered Users 2 Posts: 2,800 ✭✭✭


    Im trying to setup courier with myslq for a virtual domain setup. The problem is with I try to authenticated to download emails it fails. I get the following in the maillog when starting authdaemond
    " authdaemond: libauthmyslq.so: cannot open shared object file: No such file or directory"

    I have the mysql-devel libs installed,none of the config scripts complained and everything built without a hitch.

    Anyone come accross this before or have any idea whats causing it ?


Comments

  • Registered Users, Registered Users 2 Posts: 2,426 ✭✭✭ressem


    Have you the courier-authmysql installed?

    http://www.courier-mta.org/authlib/?README.authdebug.html
    "
    In this example, authdaemond did not load the authpgsql, authldap, and authmysql modules. That's because in this case the Courier authentication library is installed by the system's package manager. The LDAP, MySQL, and PostgreSQL support was placed into optional sub-packages which are not installed. Even though all of these modules were initially compiled, the optional authentication modules were not installed.
    "


  • Registered Users, Registered Users 2 Posts: 2,800 ✭✭✭voxpop


    it looks like im missing the courier-authmysql then - although I cant seem to find any reference to it in the Courier-Authlib documentation or is it something completly seperate ??

    Im almost sure that the list time I set this up (a few years ago) it wasnt this crazy - everything I needed was in the one tarball as you would expect !!

    Not sure if this makes a difference but Im building on Fedora Core3 - alot of the references to courier-authmysql are Debian


  • Registered Users, Registered Users 2 Posts: 2,800 ✭✭✭voxpop


    An update in case anyone is interested

    courier-authmysql is not needed if you are building from a tarball - everything is included there. However no matter what way I built authlib I kept getting
    " authdaemond: libauthmyslq.so: cannot open shared object file: No such file or directory"

    It may be that the default prefix is /usr/local and that libauthmyslq.so cant be found in there but ldconfig -p does list it, so I dont know whats going on ??

    Anyway I decided to follow the instructions here for building a rpm for the authlib package. After installing the courier-authlib and courier-authlib-mysql rpms (it uses a /usr prefix), authdeamond now find the mysql libraries. The tarball built authdeamond still doesnt though and is still returning the same errors...has me stumped.


Advertisement