• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Installing Sitebuilder on Fedora Core 3 x86_64

J

jsoderba

Guest
I'm trying to get sitebuilder to work on a Fedora Core 3/x86_64 system. I've compiled all the required PHP extensions, but when I try to load the site I get
Call to undefined function: xslt_set_encoding()
The PHP manual tells me this error occurs when Sablotron isn't compiled with "encoding" support which I guess means iconv, but I specified the --with-iconv configure parameter for both PHP and Sablotron and the xslt.so module is linked to libiconv.so
Code:
$ ldd /usr/lib64/php4/xslt.so
        libsablot.so.0 => /usr/local/lib/libsablot.so.0 (0x00002aaaaabb5000)
        libjs.so.1 => /usr/lib64/libjs.so.1 (0x00002aaaaada0000)
        libiconv.so.2 => /usr/local/lib/libiconv.so.2 (0x00002aaaaaf29000)
        libexpat.so.0 => /usr/lib64/libexpat.so.0 (0x00002aaaab103000)
        libc.so.6 => /lib64/tls/libc.so.6 (0x00002aaaab226000)
        libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00002aaaab459000)
        libm.so.6 => /lib64/tls/libm.so.6 (0x00002aaaab649000)
        libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00002aaaab7d0000)
        /lib64/ld-linux-x86-64.so.2 (0x0000555555554000)
Any ideas? I'm stumped.
 
Back
Top