Thank you very much for review this, Sriram! Cheers, Lily
Sriram Natarajan wrote: > Cool. Looks fine to me otherwise > > Lily Li wrote: >> Sriram Natarajan wrote: >>> Hi >>> Did you check your generated binaries (or libraries) to ensure that >>> there is actually a dependency on pcre libraries. If the component >>> needs pcre only for building , then you don't have to capture them >>> within the depend file. If the component needs pcre at runtime , >>> only then you need to include them within pkg depend file. >> It seems the pcre is needed at runtime. >>> >>> what does ldd <gate-location>/proto/root_i386/usr/bin/shmux tell you >>> ? does it depend on pcre ? >> bash-3.2$ ldd proto/root_i386/usr/bin/shmux >> libpcre.so.0 => /usr/lib/libpcre.so.0 >> libcurses.so.1 => /lib/libcurses.so.1 >> libc.so.1 => /lib/libc.so.1 >> libm.so.2 => /lib/libm.so.2 >>> >>> - sriram >>>
