how to fine security hole in packages installed ???
Hello All,To check security of instaled packages on server /tmp folder I today did..
grep -RH /tmp *
It gave me the list as:
installd/buildapache/php-4.3.3/configure: char *filename = "/tmp/phpglibccheck";
installd/buildapache/php-4.3.3/configure: /var/tmp/mysql.sock \
installd/buildapache/php-4.3.3/configure: /Private/tmp/mysql.sock \
installd/buildapache/php-4.3.3/configure: /tmp/mysql.sock \
installd/buildapache/php-4.3.3/configure:: ${TMPDIR=/tmp}
installd/buildapache/php-4.3.3/config.log:/tmp/ccogSsol.o(.text+0xa): In function `main':
installd/buildapache/php-4.3.3/config.log:/tmp/cceB4R2b.o(.text+0xa): In function `main':
installd/buildapache/php-4.3.3/config.log:/tmp/ccoPpIAE.o(.text+0xa): In function `main':
installd/buildapache/php-4.3.3/config.log:/tmp/ccyTJVVN.o(.text+0xa): In function `main':
installd/buildapache/php-4.3.3/config.log:/tmp/ccoPn5oi.o(.text+0xa): In function `main':
installd/buildapache/php-4.3.3/config.log:/tmp/ccQquh0q.o(.text+0xa): In function `main':
installd/buildapache/php-4.3.3/config.log:/tmp/ccUiuSY7.o(.text+0xa): In function `main':
installd/buildapache/php-4.3.3/config.log: char *filename = "/tmp/phpglibccheck";
installd/buildapache/php-4.3.3/config.log:/tmp/ccyQRTjk.o(.text+0x1b): In function `main':
installd/buildapache/php-4.3.3/config.log:/tmp/ccyQRTjk.o(.text+0x34):/root/installd/buildapache/php-4.3.3/con
figure:85523: undefined reference to `dlsym'
installd/buildapache/php-4.3.3/config.log:/tmp/ccyQRTjk.o(.text+0x52):/root/installd/buildapache/php-4.3.3/con
figure:85524: undefined reference to `dlsym'
installd/buildapache/php-4.3.3/libtool: tmpdir="/tmp"
installd/buildapache/php-4.3.3/php4.spec:BuildRoot: /var/tmp/php-%{version}
etc........................
What is this list indicate?How do I check for package having problem?How to read this all stuff?
any idea?