SitePoint Sponsor

User Tag List

Results 1 to 6 of 6

Thread: xlst setup problem

  1. #1
    SitePoint Wizard Sillysoft's Avatar
    Join Date
    May 2002
    Location
    United States :)
    Posts
    1,691
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    xlst setup problem

    I wanted to dive into xml and xslt so I read some instructions that for windows all you need to do is enable the php_xlst dll file in the ini file. So I did that and then did a phpinfo() and got an error stating the module could not be found in the directory I specified in the ini file. Which was d:\php\extensions

    So I went to that directory and there it was, the dll file was there. So I tried rebooting the system and still same issue. Tried the installation instructions from an article posted here at sitepoint. Still same issue. Any ideas?

    Thanks
    Silly

  2. #2
    SitePoint Zealot
    Join Date
    Oct 2002
    Posts
    131
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm - I got it working on Windows by setting up everything manually (installing Expat and Sablotron and putting the corresponding DLLs in the Windows/System dir).
    include_once('./sig.inc.php');

  3. #3
    Non-Member
    Join Date
    Jan 2003
    Posts
    5,748
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Me too No problems at all. It shouldn't really matter, but what version of PHP have you got?

    Anything less than 4.2.x I think you need an upgrade mate

  4. #4
    SitePoint Wizard Sillysoft's Avatar
    Join Date
    May 2002
    Location
    United States :)
    Posts
    1,691
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    4.3. So your saying to install expat and salbotron manually and put the dll files in the win32 directory?

    Silly

  5. #5
    SitePoint Wizard gold trophysilver trophy
    Join Date
    Nov 2000
    Location
    Switzerland
    Posts
    2,479
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The trick is to put the files found in the 'dll' subdirectory on the PHP directory into windows\system32 (or I belive if you add the directory they're currently in to your systems "path" variable and reboot it will do the same). This will make sablotron and expat available (along with other stuff for required for other extensions)

    The files in the 'extensions' subdiretory can then stay put, assuming that your php.ini contains the path to this directory.

  6. #6
    SitePoint Wizard Sillysoft's Avatar
    Join Date
    May 2002
    Location
    United States :)
    Posts
    1,691
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sweetness! Thanks everyone for the input! Harry, at no surprise, you were right again

    Silly

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •