php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7528 Incomplete libraries linking into Sablotron extension
Submitted: 2000-10-30 04:21 UTC Modified: 2000-10-30 06:04 UTC
From: joecool at joecool dot co dot uk Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.3pl1 OS: Linux (probs. Any)
Private report: No CVE-ID: None
 [2000-10-30 04:21 UTC] joecool at joecool dot co dot uk
I was trying to install the Sablotron extension, but found running ./configure --with-sablot=DIR will error as it won't be able to link all the XML functions.
The reason for this is the line in the script saying:

LIBS=" -lsablot $LIBS"

This should be replaced with:

LIBS="-lxmltok -lxmlparse -lsablot $LIBS"

which will link in all the appropriate xml libraries allowing Sablotron to link completely.

Joe Pietroni.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-30 06:04 UTC] sterling@php.net
This cannot be done because of an inconsistency in Sablotron .44, when Sablotron .45 comes out PHP will be modified...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 12 20:01:33 2024 UTC