: ;;We just installed the HP Jetadmin software on our Solaris 2.4 servers. The
: ;;Jetadmin explicitly says you need Motif to run several of the tools included
: ;;with the jetadmin software. My understanding is that the motif libraries are
: ;;included in the standard Solaris 2.4 distribution, but I still can't run the
: ;;tools.
: ;;Anybody out there managed to make the Device or Job monitor run ? Or do you
: ;;really need the Motif Window Manager to be installed ?
: ;;All help is welcome !
: I use the following script to run DeviceMonitor
: #!/bin/sh
: MANPATH=/opt/sparc/lib/hpnp/man
: LD_LIBRARY_PATH="/usr/local/lib/hpnp/lib:/usr/openwin/lib"
: export MANPATH LD_LIBRARY_PATH
Motif libraries are located under /usr/dt/lib. So you should add it to
your LD_LIBRARY_PATH. As far as I remember, we got problems with the Xm
library revision but a symbolic link solved the problem.
: Jan.
: --
: Jan Wortelboer, University of Amsterdam
: Unix systems & Kruislaan 403 Kamer F003 Phone: +31 20 525 7501
: network manager 1098 SJ AMSTERDAM Fax : +31 20 525 7490
--
Andre April