Vladimir Marek wrote: >>> usr/src/pkgdefs/SUNWidzebra/prototype_i386: >>> usr/src/pkgdefs/SUNWidzebra/prototype_sparc: >>> It would be nice touch, if you also deliver symlinks to /usr/lib/64/ >>> >>> $ ls -l /usr/lib/64/libdlpi* >>> lrwxrwxrwx 1 root root 31 lis 12 2008 >>> /usr/lib/64/libdlpi.so -> ../../../lib/amd64/libdlpi.so.1 >>> lrwxrwxrwx 1 root root 31 lis 12 2008 >>> /usr/lib/64/libdlpi.so.1 -> ../../../lib/amd64/libdlpi.so.1 >> I'll be happy to add those. > > Excellent. I'll review your new webrev tomorrow.
Vlad, Now that I look at this, /usr/lib/64 is not a directory but rather a symlink to /usr/lib/amd64 or /usr/lib/sparcv9 (depending on the architecture). That being the case, I don't believe I should try to create anything in /usr/lib/64 -- the files I place in /usr/lib/amd64|sparcv9 should be accessible under /usr/lib/64 because of the directory symlink. Please let me know if I'm misunderstanding something here. Regards, Andre
