Hi Lars

Yes. I have adjusted the LA_LIBRARY_PATH as below. But still pip cant be found.

root@OpenWrt:~# echo $LD_LIBRARY_PATH
/mnt/usb/lib:/mnt/usb/usr/lib
root@OpenWrt:~#
root@OpenWrt:~#
root@OpenWrt:~# ldd /mnt/usb/usr/bin/pip
-ash: /mnt/usb/usr/bin/pip: not found
root@OpenWrt:~#
root@OpenWrt:~#
root@OpenWrt:~# ls -l /mnt/usb/usr/bin/pip
-rwxr-xr-x    1 root     root           284 Sep  9  2015 /mnt/usb/usr/bin/pip

Best Regards
Phani

On Wed, Apr 18, 2018 at 5:16 PM, Lars Kruse <li...@sumpfralle.de> wrote:
> Hi Phani,
>
>
> Am Wed, 18 Apr 2018 14:04:08 -0500
> schrieb Phani Siriki <yvsg.pha...@gmail.com>:
>
>> root@OpenWrt:~# which pip
>> /mnt/usb/usr/bin/pip
>> root@OpenWrt:~#
>> root@OpenWrt:~# pip
>> -ash: pip: not found
>
> I guess, the lines above show the problem: the pip executable can be found, 
> but
> its execution fails with "not found".
> This is a slightly ambiguous message telling you, that either the executable
> or one its linked libraries is missing. Just run "ldd /mnt/usb/usr/bin/pip" in
> order to find name of the missing library. Did you adjust the LD_LIBRARY_PATH
> in order to use libraries installed outside of your root filesystem?
>
> Cheers,
> Lars
> _______________________________________________
> openwrt-users mailing list
> openwrt-users@lists.openwrt.org
> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users
_______________________________________________
openwrt-users mailing list
openwrt-users@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users

Reply via email to