El s�b, 18-01-2003 a las 19:24, Magnus Runesson escribi�: > I have a Redhat RPM-installed Apache 2.0.40. The devel package is also > installed. The devel package puts the include-files in > /usr/inculde/httpd/ > > When I run configure with the flag --with-apache2=<dir> Then the script > adds include/httpd.h to <dir> when checking for apache so it does not > works, of course. I have tried to use --includedir, but it does not > help. Can I solve this by sending some extra flags to configure? Or does > anyone have a smart solution for me? > > I would like to avoid to move all the include-files from > /usr/include/httpd/ to /usr/include/.
I had the same problem. May be we should fix it, but by now, I added a symbolic link in usr/include/apache2 running this command "ln -s . include" (note the dot). -Gonzalo _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
