in reply to Installing arch-specific PM without shell access

Cannot execute objects on /p12/m/b28

I'm afraid you're out of luck... A bit of googling (for the above message) suggests that FreeBSD's runtime loader (rtld.c) checks if a filesystem is mounted MNT_NOEXEC, in which case it refuses to load any library.  Yahoo presumably has set that flag on the filesystem that you're allowed to write to (for security reasons...).

Replies are listed 'Best First'.
Re^2: Installing arch-specific PM without shell access
by spencer205 (Initiate) on May 26, 2008 at 06:55 UTC
    That is a real bummer! Thanks for the info and time.