-----Original Message-----
From: Bug Database <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Wednesday, 10 January 2001 12:11
Subject: PHP 4.0 Bug #8613 Updated: apache configure doesn't find xmltok

ID: 8613
Updated by: derick
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Assigned
Bug Type: Apache related
Assigned To: derick
Comments:

sablotron (which version are you using?) needs the Expat library, so that's the source of your problem.
 
php has the expat library doesn't it?
from the make output...
-I/usr/local/src/php-4.0.4/ext/xml/expat/xmltok -I/usr/local/src/php-4.0.4/ext/xml/expat/xmlparse
and I thought apache has it's own 'lite' version?
I'm a little confused. Could you please shed some light on the situation.
 
I compiled an installed expat-1.95.1 and recompiled php, same deal, no go. Do I tell it somehow to use the new expat?
 can't sablotron use php's expat src.
 
I'm going to try and compile Sablotron now....
 
 Either install Expat yourself or compile sablotron with Expat (only possible if using versions 0.4x iirc). Anyway, I think the configure script should check if these library's are on a system, so that's what I'll add. Or am I saying nonesence here Sterling?

Previous Comments:
---------------------------------------------------------------------------

[2001-01-09 07:20:56] [EMAIL PROTECTED]
This relates to including the sablotron XML parser.

Php builds fine but when I run apache's configure script I get these errors:

Creating Configuration.apaci in src
cd ..; gcc  -DLINUX=2 -I/usr/local/src/php-4.0.4........
........ -lxmltok -lxmlparse .....
/usr/bin/ld: cannot find -lxmltok
collect2: ld returned 1 exit status





---------------------------------------------------------------------------


Full Bug description available at: http://bugs.php.net/?id=8613

Reply via email to