ldconfig question
Hi,
I am new to Linux and trying to run ldconfig
try 1: [/sbin]# ./ldconfig (result: Can't create temporary cache file /etc/li.so.cache~: Permission denied)
try 2: [/sbin]# su ./ldconfig (result: Permission denied)
try 3: [/sbin]# sudo ./ldconfig (result: request for myusername password then (when entered) message that myusername is not in the sudoers file)
try 4:
I have uploaded a sudoers file to /home/myusername/etc
contents:
myusername ALL=(ALL) ALL
but the result is identical to try 3
What am I doing wrong? Thanks
I am new to Linux and trying to run ldconfig
try 1: [/sbin]# ./ldconfig (result: Can't create temporary cache file /etc/li.so.cache~: Permission denied)
try 2: [/sbin]# su ./ldconfig (result: Permission denied)
try 3: [/sbin]# sudo ./ldconfig (result: request for myusername password then (when entered) message that myusername is not in the sudoers file)
try 4:
I have uploaded a sudoers file to /home/myusername/etc
contents:
myusername ALL=(ALL) ALL
but the result is identical to try 3
What am I doing wrong? Thanks