Comment 8 for bug 877793

Revision history for this message
goutam kodu (goutam-hplip) wrote :

Hi,

The environment variable LD_LIBRARY_PATH is set until the terminal in not closed. To have this variable permanently set you need to edit the file .bashrc present in your home folder ($HOME).
Go to you home directory ( $cd ~)
edit the file .bashrc ( $vim .bashrc)
enter the below lines at the end of the file and save it and close it

LD_LIBRARY_PATH = $LD_LIBRARY_PATH:/usr/lib64/
export LD_LIBRARY_PATH

After that restart your system and check running command "hp-plugin -g"
Let us know on the same,

Thanks,
Goutam Kodu