Hi. I want to install rt on mac with apache2 and mod_perl, but when I run make testdeps I get the following error:
…
libs group (root) … MISSING
…
I tried to use –with-libs-group with ./configure but nothing changed.
Can you please help me?
Can you share the whole configure line you’re using?
./configure --enable-developer --enable-externalauth --enable-gd --enable-gpg --enable-graphviz --enable-smime --with-web-handler=modperl2 --with-libs-owner=<a_user> --with-libs-group=<a_group>
@knation I fixed the problem. thanks
Could you let me know how you resolved this issue as I am facing the exact same problem right now.