• 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.

shared library file errors broken pipe

W

wayyne

Guest
ive installed sitebuilder a few times and it just wont format properly. the man site comes up and when i click server all those icons show well but all other menus lead me to a page where the layout is missing and or wronng ie: addusers shows up in a little one inch box and you see nothing else.

i reinstalled it a few times till i notice dan error on installation.

shared library: expat.6grep: write error: Broken pipe
shared library: xml2.5grep: write error: Broken pipe
shared library: freetype.9grep: write error: Broken pipe
shared library: jpeg.9grep: write error: Broken pipe
shared library: iconv.3grep: write error: Broken pipe
shared library: xslt.2grep: write error: Broken pipe
shared library: exslt.8grep: write error: Broken pipe

i run freebsd5.5 stable. ive tried googling these files and had no luck. any help in getting this problem fixed would be awesome
 
well, i dont get those other errors anymore but its not something i fixed myself, i reinstalled it a couple of times and it just came good. but im still getting this error. any ideas guys?



PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613/xsl.so' - /usr/local/lib/php/20060613/xsl.so: Undefined symbol "dom_node_class_entry" in Unknown on line 0
 
Originally posted by wayyne
well, i dont get those other errors anymore but its not something i fixed myself, i reinstalled it a couple of times and it just came good. but im still getting this error. any ideas guys?

PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613/xsl.so' - /usr/local/lib/php/20060613/xsl.so: Undefined symbol "dom_node_class_entry" in Unknown on line 0

This error message means that extension xsl.so can't be loaded for PHP. There can be different reasons for it. Most probably that xsl.so extension is not for appropriate PHP version or something like this. Make sure that extensions is appropriate one.
 
Back
Top