ID: 24841 Updated by: [EMAIL PROTECTED] Reported By: herps at raqtweak dot com Status: Bogus Bug Type: Apache related Operating System: Sun/Cobalt RAQ550 / RedHat 7.x PHP Version: 4.3.2 New Comment:
Another thing: NEVER use /usr/lib in any configure options. (they don't expect that /lib part and might fail if it's present) Previous Comments: ------------------------------------------------------------------------ [2003-07-28 11:23:48] [EMAIL PROTECTED] It's your apache that conflicts with it, it has expat too. And when you use certain configure options with PHP, it gets confused and can't resolve the conflict anymore. "Note that if you are using Apache-1.3.7 or later, you already have the required expat library. Simply configure PHP using --with-xml (without any additional path) and it will automatically use the expat library built into Apache." That's in the manual, here: http://www.php.net/xml Drop the --with-expat-dir and --with-regex=system options. (latter is another cause for this kind of trouble) Like I said before, this is not a bug. ------------------------------------------------------------------------ [2003-07-28 10:50:30] herps at raqtweak dot com OK Thank you. Sorry for my freaking out, but I've working on it for quite a while now and it was starting to piss me off :-) THIS works... Odd enough... So logical explination would be that something conflicts with --with-xml. Cause if I use MY EXACT same config, WITHOUT xml, it works, WITH it doesn't... Conflict? Any idea WHAT would be the conflict? The two you mentioned ain't it... Thanks!!! ------------------------------------------------------------------------ [2003-07-28 10:36:00] [EMAIL PROTECTED] Try with this configure line: # rm config.cache && ./configure --disable-all --with-xml --with-apxs=/usr/sbin/apxs ------------------------------------------------------------------------ [2003-07-28 10:28:33] herps at raqtweak dot com I keep testing, it really is --with-xml and nothing else... ------------------------------------------------------------------------ [2003-07-28 08:21:05] [EMAIL PROTECTED] Doing 'apachectl restart' is not gonna work when you install new module. You need to 'apachectl stop' and then 'apachectl start' to get it work. Most likely some issue with using e.g. --with-regex=system (read ./configure --help) and linking with external expat. (--with-expat-dir). Not PHP bug, really. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/24841 -- Edit this bug report at http://bugs.php.net/?id=24841&edit=1