Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
Re: PHP 5.0.3 ldap.so extension denied: msg#00162
|
Subject: |
Re: PHP 5.0.3 ldap.so extension denied |
On Wed, 2005-01-19 at 23:36 -0500, Robert L Cochran wrote:
> Thanks for your help! It worked for that specific file. Now I'm getting
> the same message for file "mysql.so" in the same directory, so I assume
> that I need to run 'restorecon' for every *.so file in that directory.
> (PHP created the directory and installed the modules to it.)
Yeah; in general, software installation by third party installers is not
a solved problem yet. "restorecon" can fix it for typical things such
as shared libraries installed in /usr/lib or binaries in /usr/bin, but
not for arbitrary paths such as an executable
called /opt/mypackage/binaries/foo.
|
| |