ejabberd - Comments for "Compiling ejabberd Errors" https://www.ejabberd.im/node/287 en Compile on Red Hat https://www.ejabberd.im/node/287#comment-635 <p>I used this command to get it to compile on a RHEL3 system.</p> <p>./configure CFLAGS='-I/usr/local/ssl/include' CCFLAGS='-I-I/usr/local/ssl/include' CPPFLAGS='-I/usr/kerberos/include -I/usr/local/ssl/include' LDFLAGS='-L/usr/kerberos/lib -L/usr/local/ssl/lib' --with-openssl=/usr/local/ssl/</p> Sat, 16 Jul 2005 16:29:00 +0000 bbrazell comment 635 at https://www.ejabberd.im That should https://www.ejabberd.im/node/287#comment-630 <p>That should be</p> <p>CPPFLAGS=`pkg-config openssl --cflags` CFLAGS=`pkg-config openssl --cflags` LDFLAGS=`pkg-config openssl --libs` ./configure</p> <p>followed by any other flags you want. Thanks for the tip though. It worked for me.</p> <p>Oktay</p> Thu, 14 Jul 2005 21:15:18 +0000 oktay comment 630 at https://www.ejabberd.im You might need more flags https://www.ejabberd.im/node/287#comment-565 <p>Are you, by any chance, using Red Hat?</p> <p>Red Hat's version of OpenSSL needs Kerberos libraries. You can get all the right flags with:</p> <p>./configure CPPFLAGS=`pkg-config openssl --cflags` CFLAGS=`pkg-config openssl --cflags` LDFLAGS=`pkg-config openssl --libs`</p> <p>(all that on one line)</p> Tue, 21 Jun 2005 07:48:31 +0000 legoscia comment 565 at https://www.ejabberd.im Files Exist https://www.ejabberd.im/node/287#comment-564 <p>I have found the files</p> <p>krb5.h<br /> profile.h<br /> com_err.h<br /> and config.h </p> <p>and moved them into the same directory as src but I still get the problem</p> Mon, 20 Jun 2005 21:54:11 +0000 getproxied comment 564 at https://www.ejabberd.im