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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: joecool at joecool dot co dot uk
New email:
PHP Version: OS:

 

 [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 19:01:30 2024 UTC