PHP 4 + Sablotron

alexey vysotski

New member
Joined
Jun 6, 2005
Messages
3
Hi, People!

I've met one trouble while installing Sablotron 1.0.2


php ./configure returns an error. Saying that it requires a sablotron vers >= 0.96, but I have 1.0.2 ;-(

OS freebsd 5.3
PHp 4.3.11
Sablotron 1.0.2
 
A little bit more info about my trouble.
I added to customapache/configure.php
those options: --enable-xslt --with-xslt-sablot --with-expat-dir=/usr/local

And run ./build php
here is information from configure log:
PHP:
configure:88856: checking for iconv dir for Sablotron XSL support
configure:88881: checking for JavaScript for Sablotron XSL support
configure:89148: checking for Sablotron libraries in the default path
configure:89165: checking for sablot-config
configure:89183: checking for Sablotron version
configure:89208: gcc -o conftest -g -O2  -I/usr/local/include  -R/usr/local/lib
-L/usr/local/lib -R/usr/local/mysql/lib -L/usr/local/mysql/lib conftest.c -lexpa
t -lcrypt -lmysqlclient -lmhash -lmcrypt -lltdl -lintl -lpng -lz -ljpeg -lcurl -
lz -lssl -lcrypto -lm  -lgssapi -lkrb5 -lasn1 -lcrypto -lroken -lcrypt -lcom_err
 -lcurl -lssl -lcrypto -lz -lcrypt 1>&5
/usr/bin/ld: cannot find -lltdl
configure: failed program was:
#line 89190 "configure"
#include "confdefs.h"

#include <stdlib.h>
#include <sablot.h>

int main ()
{
        double version;
        version = atof(SAB_VERSION);
.........

Where should I look at? ;-)

I suppose I ve to find that /usr/bin/ld: cannot find -lltdl
but actually, I don't understand what is that :rolleyes:
 
Last edited:
Back
Top