> Now, if you run ldd on the pkg_add binary you would get:
>
> ldd: /usr/sbin/pkg_add: not an ELF executable
>
> and I am not really sure why is that. Experts comments welcome here!

That's because /usr/sbin/pkg_add is not an ELF executable.

$ file /usr/sbin/pkg_add
/usr/sbin/pkg_add: perl script text executable

You need to install Perl to be able to use the pkg_add script.

-- 
Floor Terra <flo...@gmail.com>
www: http://brobding.mine.nu/

Reply via email to