Re: Compiling ZvT widget



I'm guessing that I'm missing a link to a library, but I'm not sure what library will have the login_tty in it. Anyone have an idea?

bash-2.05$ for d in /lib `cat /etc/ld.so.conf`; do cd $d; echo $d:;nm -A *.so 2> /dev/null | grep login_tty; done
/lib:
libutil-2.2.4.so:0000000000001bd0 T login_tty
/usr/lib:
libutil.so:0000000000001bd0 T login_tty
libzvt.so:                 U login_tty
bash-2.05$ rpm -qf /lib/libutil-2.2.4.so
glibc-2.2.4-19
bash-2.05$

--Ray Strode




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]