Download Hp Web Jetadmin For Mac
Re: HP dropped linux support clarification Those instructions are very version dependent. Adrenaline gamer for mac. The version being Slackware 12.0.
To debug the install I started the install in one terminal, then used another terminal to preserve the data it extracted into '/tmp/'. In that data extracted was the install script and all the binary files. I used either strace on the installer or read a script (can't remember) to discover and resolve the linux version checker. 'hpwebjetd' the binary file that is dynamically linked to libraries that were not installed on Slackware 12.0. 'ldd hpwebjetd' showed me what dependencies were missing. I fixed the missing dependencies by creating symbolic links to compatible libraries I did have on my system.
Apr was installed because it is used by the installer and maybe the program itself but was not on my system. Jason Ellison. HP dropped linux support HP appears to have dropped Linux support for HP Web Jetadmin after version 8.1!
Hp Web Jetadmin 10
Hp Web Jetadmin 10.4 Download
Installing HP WebJetadmin 8.1 (Linux) on Slackware 12.0 Obtain HP WebJetadmin 8.1 for Linux from: echo 'Red Hat Linux release 7.3 (Valhalla)' /etc/redhat-release cd /usr/lib/ ln -s libssl.so.0.9.8 libssl.so.0.9.6 ln -s libcrypto.so.0.9.8 libcrypto.so.0.9.6 ln -s libdb-4.2.so libdb-4.0.so./configure; make; make install;./configure -with-apr=/usr/local/apr; make; make install; init script: /etc/rc.d/init.d/hpwebjetd Jason Ellison.