can you send me please the compiling instructions that you have used for sablotron to run correctly in php? My problem is that my php (4.0.5) is now compiled correctly with sablotron and it recognise it functions but when i try a transformation just gives me nothing i ve tried with many xml and xsl even with examples that sablotron users send me.. whats this problem? thanks -------------------------------------------------------------------------- 14/06/2001 Betty Harvey <[EMAIL PROTECTED]> -------------------------------------------------------------------------- > > >Pavel: > > Thank you very much. I downloaded php4.0.5 and >recompiled with this version and works!!! Yeah!!! I felt >like I was beating my head against a brick wall. > >Betty > >/////////////////////////////////// >Betty Harvey | Phone: 410-787-9200 FAX: 9830 >Electronic Commerce Connection, Inc. | >[EMAIL PROTECTED] | Washington,DC SGML/XML Users Grp >URL: http://www.eccnet.com | http://www.eccnet.com/xmlug/ >////////////////////////////////\// > >On Thu, 14 Jun 2001, Pavel Hlavnicka wrote: > >> >> There is problem with versions. Old sablotron (and PHP extensin) used >> the older version of expat - libxmltok and libxmlparse. Newr version use >> new expat - libexpat >> >> Problem is, taht your PHP extension tries link with older librarie which >> are not present on your system. >> >> You have to upgrade the version of the extension or find the file where >> -lcmltok and -lxmlparse are specified and replace them with -lexpat. >> >> HTH >> >> Pavel >> >> Betty Harvey wrote: >> >> > I have an installation of PHP and MySql. This is working well. >> > I am trying to compile PHP with Sabletron support. My environment >> > is Redhat Linux 7.0 >> > php-4.0.4pl1 >> > Sablot-0.52 >> > >> > When I compile PHP with the following command: >> > >> > compile --with-mysql --with-apxs --with-sablot >> > >> > the compile goes fine. However, when I go to install it, >> > I get the following error: >> > >> > /usr/bin/ld: cannot find -lxmltok >> > collect2: ld returned 1 exit status >> > make[1]: *** [libphp4.la] Error 1 >> > make[1]: Leaving directory `/home/harvey/php-4.0.4pl1' >> > make: *** [install-recursive] Error 1 >> > >> > Does anyone have any suggestions? >> > >> > Betty >> > >> > /////////////////////////////////// >> > Betty Harvey | Phone: 410-787-9200 FAX: 9830 >> > Electronic Commerce Connection, Inc. | >> > [EMAIL PROTECTED] | Washington,DC SGML/XML Users Grp >> > URL: http://www.eccnet.com | http://www.eccnet.com/xmlug/ >> > ////////////////////////////////\// >> > >> >> >> >> > > >
