trying to run configure.. ../configure --with-midgard=/usr/local/apache/bin/apxs
and I get this in the configure..... checking for midgard-config... /usr/local/midgard/bin/midgard-config checking for apxs... /usr/sbin/apxs apxs:Warning: /usr/sbin/httpd not found or not executable apxs:Warning: Continuing anyway... apxs:Warning: Sorry, no DSO support for Apache available apxs:Warning: under your platform. Make sure the Apache apxs:Warning: module mod_so is compiled into your server apxs:Warning: binary `/usr/sbin/httpd'. apxs:Warning: Continuing anyway... It doesn't matter if I set the PATH=$PATH:/usr/local/midgard/bin When I do a build I get a ton of these errors.... gcc -I. -I/usr/local/midgard-php4-1.4.4 -DPHP_ATOM_INC -I/usr/local/midgard-php4-1.4.4/include -I/usr/local/midgard-php4-1.4.4/main -I/usr/local/midgard-php4-1.4.4 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/Zend -I/usr/local/include/php/TSRM -I/usr/include/apache -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/local/mysql/include/mysql -I/usr/local/midgard/include -DHAVE_CONFIG_H -c /usr/local/midgard-php4-1.4.4/article.c -fPIC -DPIC -o article.lo /usr/local/midgard-php4-1.4.4/article.c: In function `zif_mgd_is_article_owner': /usr/local/midgard-php4-1.4.4/article.c:30: warning: passing arg 1 of `mgd_isarticleowner' makes pointer from integer without a cast /usr/local/midgard-php4-1.4.4/article.c: In function `zif_mgd_is_article_in_topic_tree': /usr/local/midgard-php4-1.4.4/article.c:48: warning: passing arg 1 of `mgd_exists_id' makes pointer from integer without a cast /usr/local/midgard-php4-1.4.4/article.c:52: warning: passing arg 1 of `mgd_exists_id' makes pointer from integer without a cast /usr/local/midgard-php4-1.4.4/article.c:62: warning: passing arg 1 of `mgd_idfield' makes pointer from integer without a cast /usr/local/midgard-php4-1.4.4/article.c:62: warning: passing arg 1 of `mgd_is_in_tree' makes pointer from integer without a cast /usr/local/midgard-php4-1.4.4/article.c: In function `zif_mgd_list_topic_articles_all': /usr/local/midgard-php4-1.4.4/article.c:239: warning: passing arg 1 of `mgd_tree' makes pointer from integer without a cast /usr/local/midgard-php4-1.4.4/article.c: In function `zif_mgd_list_topic_articles_all_fast': /usr/local/midgard-php4-1.4.4/article.c:319: warning: passing arg 1 of `mgd_tree' makes pointer from integer without a cast /usr/local/midgard-php4-1.4.4/article.c: In function `zif_mgd_list_topic_articles_all_of_person': /usr/local/midgard-php4-1.4.4/article.c:353: warning: passing arg 1 of `mgd_tree' makes pointer from integer without a cast /usr/local/midgard-php4-1.4.4/article.c: In function `zif_mgd_get_article': /usr/local/midgard-php4-1.4.4/article.c:398: warning: passing arg 1 of `mgd_exists_id' makes pointer from integer without a cast /usr/local/midgard-php4-1.4.4/article.c: In function `zif_mgd_get_reply_by_name': /usr/local/midgard-php4-1.4.4/article.c:430: warning: passing arg 1 of `mgd_exists_id' makes pointer from integer without a cast /usr/local/midgard-php4-1.4.4/article.c: In function `zif_mgd_create_article': /usr/local/midgard-php4-1.4.4/article.c:509: warning: passing arg 1 of `mgd_exists_id' makes pointer from integer without a cast /usr/local/midgard-php4-1.4.4/article.c:512: warning: passing arg 1 of `mgd_exists_id' makes pointer from integer without a cast /usr/local/midgard-php4-1.4.4/article.c:515: warning: passing arg 1 of `mgd_exists_id' makes pointer from integer without a cast /usr/local/midgard-php4-1.4.4/article.c:518: warning: passing arg 1 of `mgd_istopicowner' makes pointer from integer without a cast /usr/local/midgard-php4-1.4.4/article.c:524: warning: passing arg 1 of `mgd_exists_id' makes pointer from integer without a cast /usr/local/midgard-php4-1.4.4/article.c:545: warning: passing arg 1 of `mgd_user' makes pointer from integer without a cast /usr/local/midgard-php4-1.4.4/article.c:545: warning: passing arg 1 of `mgd_user' makes pointer from integer without a cast Needless to say the build fails. How can I make this work? Thanks, Dan Hammer --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
