Open main menu

CDOT Wiki β

Changes

OSTEP Websphere

370 bytes removed, 16:42, 29 October 2014
Failed to run htpasswd
Problem:
*This program has packed a local version of the htpasswd binary inside it, this specific binary requires libraries that are unavailable. One solution is to make it use your systems version of htpasswdby default.
<pre>
</pre>
Solution:
* Make Install the following changes to the file "/opt/IBM/WebSphere/Downloads/ApplicationServerNDSup/IHS/ihs.primary.pak/repository/prereq.ihs/properties/version/nif/config/install/CreateAdminPasswd.ant"missing libraries
<pre>
 136c136< <condition property="HTPASSWD_EXECUTABLE" value="${IHS_HOME}/bin/htpasswd">---> <condition property="HTPASSWD_EXECUTABLE" value="/usr/bin/htpasswd"> sudo yum install glibc*i686*
</pre>
198
edits