

![]() | Start a set with this search |
![]() | Include this search in one of my sets |
![]() | Exclude this search from one of my sets |
![]() | Permalink to these results Paste this link in email or IM: |
| Atom feed for tracking future search results Paste this URL into your reader: |
1 message in net.sourceforge.lists.courier-maildrop[maildropl] Maildrop does not compile...| From | Sent On | Attachments |
|---|---|---|
| Fabricio Bianco Abreu | Nov 13, 2001 10:57 am |

![]() | Permalink for this message Paste this link in email or IM: |
![]() | Permalink for this thread Paste this link in email or IM: |
| Atom feed for this thread Paste this URL into your reader: |
| Subject: | [maildropl] Maildrop does not compile under Redhat 7.2 | Actions... |
|---|---|---|
| From: | Fabricio Bianco Abreu (Fabr...@tc.df.gov.br) | |
| Date: | Nov 13, 2001 10:57:40 am | |
| List: | net.sourceforge.lists.courier-maildrop | |
I have downloaded maildrop-1.3.5 and could'nt compile it to use maildir under RedHat version 7.2.
If I compile it from the tarball (configure, make) it compiles ok!
If I try to compile it to use maildir: #./configure #vi maildrop/config.h" and change the location of the default mailbox -> define DEF_DEFAULT "./Maildir" #make
it doesn´t build ok. It fails when generating "alarm.o" (erro 1)
here is a log from the *error* messages produced by make (make &> dump):
--------------------------------------------------------------- c++ -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -I./../rfc822 -I./../rfc2045 -I.. -I./.. -Wall -c alarm.C In file included from alarm.C:1: config.h:83: syntax error before string constant In file included from /usr/include/bits/types.h:143, from /usr/include/_G_config.h:9, from /usr/include/libio.h:32, from /usr/include/g++-3/streambuf.h:36, from /usr/include/g++-3/iostream.h:31, from /usr/include/g++-3/iostream:6, from alarm.C:2: /usr/include/bits/pthreadtypes.h:48: syntax error before `;' /usr/include/bits/pthreadtypes.h:51: syntax error before `;' In file included from /usr/include/_G_config.h:44, from /usr/include/libio.h:32, from /usr/include/g++-3/streambuf.h:36, from /usr/include/g++-3/iostream.h:31, from /usr/include/g++-3/iostream:6, from alarm.C:2: /usr/include/gconv.h:72: type specifier omitted for parameter /usr/include/gconv.h:72: parse error before `*' /usr/include/gconv.h:85: type specifier omitted for parameter /usr/include/gconv.h:85: parse error before `*' /usr/include/gconv.h:94: type specifier omitted for parameter /usr/include/gconv.h:94: parse error before `*' /usr/include/gconv.h:170: syntax error before `;' In file included from /usr/include/g++-3/streambuf.h:36, from /usr/include/g++-3/iostream.h:31, from /usr/include/g++-3/iostream:6, from alarm.C:2: /usr/include/libio.h:344: type specifier omitted for parameter /usr/include/libio.h:344: parse error before `)' /usr/include/libio.h:353: type specifier omitted for parameter /usr/include/libio.h:353: parse error before `)' /usr/include/libio.h:461: syntax error before `(' In file included from /usr/include/g++-3/iostream.h:31, from /usr/include/g++-3/iostream:6, from alarm.C:2: /usr/include/g++-3/streambuf.h:37: parse error before `}' In file included from /usr/include/g++-3/iostream.h:31, from /usr/include/g++-3/iostream:6, from alarm.C:2: /usr/include/g++-3/streambuf.h:394: type specifier omitted for parameter /usr/include/g++-3/streambuf.h:394: parse error before `,' /usr/include/g++-3/streambuf.h: In method `streamsize streambuf::sgetn (char *, int)': /usr/include/g++-3/streambuf.h:390: `_IO_sgetn' undeclared (first use this function) /usr/include/g++-3/streambuf.h:390: (Each undeclared identifier is reported only once for each function it appears in.) In file included from /usr/include/g++-3/iostream:6, from alarm.C:2: /usr/include/g++-3/iostream.h: At top level: /usr/include/g++-3/iostream.h:118: syntax error before `;' /usr/include/g++-3/iostream.h:180: syntax error before `(' /usr/include/g++-3/iostream.h: In method `istream::istream ()': /usr/include/g++-3/iostream.h:122: class `istream' does not have any field named `_gcount' /usr/include/g++-3/iostream.h: At top level: /usr/include/g++-3/iostream.h:181: ISO C++ forbids defining types within return type /usr/include/g++-3/iostream.h:181: syntax error at null character /usr/include/g++-3/iostream.h: In function `istream &putback (char)': /usr/include/g++-3/iostream.h:187: `good' undeclared (first use this function) /usr/include/g++-3/iostream.h:187: `_strbuf' undeclared (first use this function) /usr/include/g++-3/iostream.h:187: `clear' undeclared (first use this function) /usr/include/g++-3/iostream.h:188: invalid use of `this' in non-member function /usr/include/g++-3/iostream.h: In function `istream &unget ()': /usr/include/g++-3/iostream.h:191: invalid use of `this' in non-member function /usr/include/g++-3/iostream.h: At top level: /usr/include/g++-3/iostream.h:200: `operator>> (char *)' must have an argument of class or enumerated type /usr/include/g++-3/iostream.h:200: `operator>> (char *)' must take exactly two arguments /usr/include/g++-3/iostream.h:201: `operator>> (unsigned char *)' must have an argument of class or enumerated type /usr/include/g++-3/iostream.h:201: `operator>> (unsigned char *)' must take exactly two arguments /usr/include/g++-3/iostream.h:202: `operator>> (signed char *)' must have an argument of class or enumerated type /usr/include/g++-3/iostream.h:202: `operator>> (signed char *)' must take exactly two arguments /usr/include/g++-3/iostream.h:203: `operator>> (char &)' must have an argument of class or enumerated type /usr/include/g++-3/iostream.h:203: `operator>> (char &)' must take exactly two arguments /usr/include/g++-3/iostream.h:204: `operator>> (unsigned char &)' must have an argument of class or enumerated type /usr/include/g++-3/iostream.h:204: `operator>> (unsigned char &)' must take exactly two arguments /usr/include/g++-3/iostream.h:205: `operator>> (signed char &)' must have an argument of class or enumerated type /usr/include/g++-3/iostream.h:205: `operator>> (signed char &)' must take exactly two arguments /usr/include/g++-3/iostream.h:206: `operator>> (int &)' must have an argument of class or enumerated type /usr/include/g++-3/iostream.h:206: `operator>> (int &)' must take exactly two arguments /usr/include/g++-3/iostream.h:207: `operator>> (long int &)' must have an argument of class or enumerated type /usr/include/g++-3/iostream.h:207: `operator>> (long int &)' must take exactly two arguments /usr/include/g++-3/iostream.h:209: `operator>> (long long int &)' must have an argument of class or enumerated type /usr/include/g++-3/iostream.h:209: `operator>> (long long int &)' must take exactly two arguments /usr/include/g++-3/iostream.h:210: `operator>> (long long unsigned int &)' must have an argument of class or enumerated type /usr/include/g++-3/iostream.h:210: `operator>> (long long unsigned int &)' must take exactly two arguments /usr/include/g++-3/iostream.h:212: `operator>> (short int &)' must have an argument of class or enumerated type /usr/include/g++-3/iostream.h:212: `operator>> (short int &)' must take exactly two arguments /usr/include/g++-3/iostream.h:213: `operator>> (unsigned int &)' must have an argument of class or enumerated type /usr/include/g++-3/iostream.h:213: `operator>> (unsigned int &)' must take exactly two arguments /usr/include/g++-3/iostream.h:214: `operator>> (long unsigned int &)' must have an argument of class or enumerated type /usr/include/g++-3/iostream.h:214: `operator>> (long unsigned int &)' must take exactly two arguments /usr/include/g++-3/iostream.h:215: `operator>> (short unsigned int &)' must have an argument of class or enumerated type /usr/include/g++-3/iostream.h:215: `operator>> (short unsigned int &)' must take exactly two arguments /usr/include/g++-3/iostream.h:217: `operator>> (bool &)' must have an argument of class or enumerated type /usr/include/g++-3/iostream.h:217: `operator>> (bool &)' must take exactly two arguments /usr/include/g++-3/iostream.h:219: `operator>> (float &)' must have an argument of class or enumerated type /usr/include/g++-3/iostream.h:219: `operator>> (float &)' must take exactly two arguments /usr/include/g++-3/iostream.h:220: `operator>> (double &)' must have an argument of class or enumerated type /usr/include/g++-3/iostream.h:220: `operator>> (double &)' must take exactly two arguments /usr/include/g++-3/iostream.h:221: `operator>> (long double &)' must have an argument of class or enumerated type /usr/include/g++-3/iostream.h:221: `operator>> (long double &)' must take exactly two arguments /usr/include/g++-3/iostream.h:222: `operator>> (ios &(*) (ios &))' must have an argument of class or enumerated type /usr/include/g++-3/iostream.h:222: `operator>> (ios &(*) (ios &))' must take exactly two arguments /usr/include/g++-3/iostream.h: In function `istream &operator>> (ios &(*) (ios &))': /usr/include/g++-3/iostream.h:222: invalid use of `this' in non-member function /usr/include/g++-3/iostream.h:222: invalid use of `this' in non-member function /usr/include/g++-3/iostream.h: At top level: /usr/include/g++-3/iostream.h:223: `operator>> (istream &(*) (istream &))' must have an argument of class or enumerated type /usr/include/g++-3/iostream.h:223: `operator>> (istream &(*) (istream &))' must take exactly two arguments /usr/include/g++-3/iostream.h: In function `istream &operator>> (istream &(*) (istream &))': /usr/include/g++-3/iostream.h:223: invalid use of `this' in non-member function /usr/include/g++-3/iostream.h: At top level: /usr/include/g++-3/iostream.h:224: `operator>> (streambuf *)' must have an argument of class or enumerated type /usr/include/g++-3/iostream.h:224: `operator>> (streambuf *)' must take exactly two arguments /usr/include/g++-3/iostream.h:271: parse error before `}' In file included from alarm.C:7: /usr/include/unistd.h:310: type specifier omitted for parameter /usr/include/unistd.h:310: parse error before `)' /usr/include/unistd.h:313: type specifier omitted for parameter /usr/include/unistd.h:313: parse error before `)' /usr/include/unistd.h:423: type specifier omitted for parameter /usr/include/unistd.h:423: parse error before `)' In file included from alarm.C:7: /usr/include/unistd.h:513: syntax error before `(' /usr/include/unistd.h:664: type specifier omitted for parameter /usr/include/unistd.h:664: parse error before `)' /usr/include/unistd.h:689: type specifier omitted for parameter /usr/include/unistd.h:689: parse error before `)' In file included from alarm.C:7: /usr/include/unistd.h:734: type specifier omitted for parameter /usr/include/unistd.h:734: parse error before `)' /usr/include/unistd.h:741: type specifier omitted for parameter /usr/include/unistd.h:741: parse error before `)' /usr/include/unistd.h:751: type specifier omitted for parameter /usr/include/unistd.h:751: parse error before `)' /usr/include/unistd.h:752: type specifier omitted for parameter /usr/include/unistd.h:752: parse error before `)' /usr/include/unistd.h:769: type specifier omitted for parameter /usr/include/unistd.h:769: parse error before `,' /usr/include/unistd.h:815: new declaration `void sync ()' /usr/include/g++-3/iostream.h:182: ambiguates old declaration `int sync ()' In file included from /usr/include/signal.h:322, from alarm.C:12: /usr/include/bits/sigstack.h:54: syntax error before `;' In file included from alarm.h:17, from alarm.C:13: config.h:83: syntax error before string constant make: ** [alarm.o] Erro 1
---------------------------------------------------------------
Here is the list of Redhat packages installed on the system, from the ordinary distribution´s CDs, except courier-imap and postfix (rpm -qa | sort > packages):
--------------------------------------------------------------- 4Suite-0.11-2 a2ps-4.13b-15 alchemist-1.0.18-1 anacron-2.3-17 apache-1.3.20-16 apacheconf-0.8.1-1 apache-devel-1.3.20-16 apmd-3.0final-34 arpwatch-2.1a11-9 arts-2.2-11 ash-0.3.7-2 asp2php-0.75.17-1 asp2php-gtk-0.75.17-1 aspell-0.33.7-1 aspell-pt-0.1-2 aspell-pt_BR-2.4-4 at-3.1.8-20 audiofile-0.2.1-2 audiofile-devel-0.2.1-2 aumix-2.7-5 authconfig-4.1.19-1 autoconf-2.13-14 autofs-3.1.7-21 automake-1.4p5-2 autorun-2.7-1 awesfx-0.4.3a-8 basesystem-7.0-2 bash-2.05-8 bc-1.06-5 bcm5820-1.17-6 bdflush-1.5-17 bind-utils-9.1.3-4 binutils-2.11.90.0.8-9 bison-1.28-7 byacc-1.9-19 bzip2-1.0.1-4 bzip2-devel-1.0.1-4 bzip2-libs-1.0.1-4 cdda2wav-1.10-4 cdecl-2.5-20 cdlabelgen-1.5.0-9 cdp-0.33-21 cdparanoia-alpha9.8-2 cdrecord-1.10-4 cdrecord-devel-1.10-4 chkconfig-1.2.24-1 chkfontpath-1.9.5-2 cipe-1.4.5-6 compat-libstdc++-6.2-2.9.0.16 console-tools-19990829-36 courier-imap-1.3.11-1.7.2 cpio-2.4.2-23 cpp-2.96-98 cpqhealth-2.1.0-11 cracklib-2.7-12 cracklib-dicts-2.7-12 crontabs-1.10-1 ctags-5.0.1-2 curl-7.8-1 curl-devel-7.8-1 cvs-1.11.1p1-3 cyrus-sasl-1.5.24-20 cyrus-sasl-devel-1.5.24-20 cyrus-sasl-md5-1.5.24-20 cyrus-sasl-plain-1.5.24-20 dateconfig-0.7.4-6 db1-1.85-7 db1-devel-1.85-7 db2-2.4.14-7 db3-3.2.9-4 db3-devel-3.2.9-4 db3-utils-3.2.9-4 ddd-3.3.1-5 dev-3.2-5 dev86-0.15.5-1 dhcpcd-1.3.18pl8-13 diffstat-1.28-1 diffutils-2.7.2-2 docbook-dtd30-sgml-1.0-10 docbook-dtd31-sgml-1.0-10 docbook-dtd40-sgml-1.0-11 docbook-dtd41-sgml-1.0-10 docbook-style-dsssl-1.64-3 docbook-utils-0.6.9-2 dosfstools-2.7-1 doxygen-1.2.8.1-1 dump-0.4b22-6 e2fsprogs-1.23-2 e2fsprogs-devel-1.23-2 ed-0.2-21 efax-0.9-9 eject-2.0.9-2 emacs-20.7-41 emacs-nox-20.7-41 emacs-X11-20.7-41 esound-0.2.22-5 esound-devel-0.2.22-5 exmh-2.4-2 expat-1.95.1-7 expat-devel-1.95.1-7 fam-2.6.4-11 fam-devel-2.6.4-11 fetchmail-5.9.0-1 file-3.35-2 filesystem-2.1.6-2 fileutils-4.1-4 findutils-4.1.7-1 finger-0.17-9 finger-server-0.17-9 firewall-config-0.95-4 flex-2.5.4a-15 foomatic-1.1-0.20010905.1 fortune-mod-1.0-16 freetype-2.0.3-7 freetype-devel-2.0.3-7 ftp-0.17-12 gawk-3.1.0-3 gcc-2.96-98 gcc-c++-2.96-98 gcc-g77-2.96-98 gd-1.8.4-4 gdb-5.0rh-15 gdbm-1.8.0-10 gdbm-devel-1.8.0-10 gd-devel-1.8.4-4 gdk-pixbuf-0.11.0-8 gettext-0.10.38-7 ghostscript-6.51-12 ghostscript-fonts-5.50-3 glib-1.2.10-5 glibc-2.2.4-13 glibc-common-2.2.4-13 glibc-devel-2.2.4-13 glib-devel-1.2.10-5 gmp-3.1.1-4 gmp-devel-3.1.1-4 gnome-audio-1.0.0-12 gnome-libs-1.2.13-16 gnupg-1.0.6-3 gpm-1.19.3-20 gpm-devel-1.19.3-20 grep-2.4.2-7 groff-1.17.2-3 groff-perl-1.17.2-3 grub-0.90-11 gsm-1.0.10-3 gsm-devel-1.0.10-3 gtk+-1.2.10-11 gtk+-devel-1.2.10-11 gzip-1.3-15 hdparm-4.1-2 hotplug-2001_04_24-11 htdig-3.2.0-1.b3.6 htmlview-1.2.0-1 hwbrowser-0.3.5-2 ical-2.2-25 imlib-1.9.10-2 imlib-devel-1.9.10-2 indent-2.2.6-2 indexhtml-7.2-1 info-4.0b-3 initscripts-6.40-1 ipchains-1.3.10-10 iproute-2.2.4-14 iptables-1.2.3-1 iputils-20001110-6 isdn4k-utils-3.1-46 kbdconfig-1.9.14-1 kdbg-1.2.1-5 kdeaddons-kate-2.2-2 kdeaddons-kicker-2.2-2 kdeaddons-konqueror-2.2-2 kdeaddons-noatun-2.2-2 kdeadmin-2.2-8 kdeartwork-2.2-1 kdeartwork-locolor-2.2-1 kdebase-2.2-12 kdebindings-2.2-2 kdebindings-kmozilla-2.2-2 kde-i18n-Portuguese-2.2-8 kdelibs-2.2-11 kdelibs-devel-2.2-11 kdelibs-sound-2.2-11 kdelibs-sound-devel-2.2-11 kdemultimedia-2.2-4 kdenetwork-2.2-7 kdenetwork-ppp-2.2-7 kdepim-2.2-1 kdesdk-2.2-2 kdesdk-devel-2.2-2 kdeutils-2.2-2 kdevelop-2.0-1 kdoc-2.2-1 kernel-2.4.7-10 kernel-headers-2.4.7-10 koffice-1.1-5 kpppload-1.04-29 krb5-devel-1.2.2-13 krb5-libs-1.2.2-13 krbafs-1.0.9-2 krbafs-devel-1.0.9-2 ksconfig-1.9.8-4 ksymoops-2.4.1-1 kudzu-0.99.23-1 kudzu-devel-0.99.23-1 lclint-2.5q-4 less-358-21 lesstif-0.92.32-6 lesstif-devel-0.92.32-6 libao-0.8.0-1 libao-devel-0.8.0-1 libcap-1.10-5 libglade-0.16-4 libjpeg-6b-16 libjpeg-devel-6b-16 libmng-1.0.2-1 libmng-devel-1.0.2-1 libogg-1.0rc2-1 libogg-devel-1.0rc2-1 libpcap-0.6.2-9 libpng-1.0.12-2 libpng-devel-1.0.12-2 libstdc++-2.96-98 libstdc++-devel-2.96-98 libtermcap-2.0.8-28 libtermcap-devel-2.0.8-28 libtiff-3.5.5-13 libtiff-devel-3.5.5-13 libtool-1.4-8 libtool-libs-1.4-8 libungif-4.1.0-9 libungif-devel-4.1.0-9 libuser-0.32-1 libvorbis-1.0rc2-2 libvorbis-devel-1.0rc2-2 libxml-1.8.14-2 libxml2-2.4.2-1 libxml-devel-1.8.14-2 libxslt-1.0.1-3 licq-1.0.3-7 licq-kde-1.0.3-7 lilo-21.4.4-14 links-0.96-2 lm_sensors-2.5.5-6 locale_config-0.3.2-1 lockdev-1.0.0-14 lockdev-devel-1.0.0-14 logrotate-3.5.9-1 logwatch-2.1.1-3 lokkit-0.50-6 losetup-2.11g-5 LPRng-3.7.4-28 lrzsz-0.12.20-10 lsof-4.51-2 ltrace-0.3.10-7 lv-4.49.4-3 m4-1.4.1-5 mailcap-2.1.6-1 maildrop-man-1.3.5-1.7.2 mailx-8.1.1-22 make-3.79.1-8 MAKEDEV-3.2-5 man-1.5i2-6 man-pages-1.39-2 memprof-0.4.1-5 Mesa-3.4.2-7 Mesa-devel-3.4.2-7 metamail-2.7-28 micq-0.4.6.p1-2 mikmod-3.1.6-12 mingetty-0.9.4-18 minicom-1.83.1-16 mkbootdisk-1.4.2-3 mkinitrd-3.2.6-1 mkisofs-1.10-4 mktemp-1.5-11 mkxauth-1.7-16 mm-1.1.3-1 mm-devel-1.1.3-1 mod_dav-1.0.2-6 mod_perl-1.24_01-3 mod_ssl-2.8.4-9 modutils-2.4.6-4 mount-2.11g-5 mouseconfig-4.23-1 mozilla-0.9.2.1-2 mozilla-mail-0.9.2.1-2 mozilla-psm-0.9.2.1-2 mpage-2.5.1-7 mpg321-0.1.5-1 mrtg-2.9.6-6 mt-st-0.6-1 mutt-1.2.5i-17 ncftp-3.0.3-6 ncompress-4.2.4-24 ncurses-5.2-12 ncurses-devel-5.2-12 netconfig-0.8.11-7 netpbm-9.14-2 netpbm-devel-9.14-2 netpbm-progs-9.14-2 netscape-common-4.78-2 netscape-communicator-4.78-2 net-tools-1.60-3 newt-0.50.33-1 newt-devel-0.50.33-1 nfs-utils-0.3.1-13 njamd-0.8.1-2 nkf-1.92-6 nmap-2.54BETA22-3 nmap-frontend-2.54BETA22-3 nmh-1.0.4-9 nscd-2.2.4-13 nss_ldap-172-2 ntp-4.1.0-4 ntsysv-1.2.24-1 openjade-1.3-17 openldap-2.0.11-13 openldap-clients-2.0.11-13 openldap-devel-2.0.11-13 openssh-2.9p2-7 openssh-askpass-2.9p2-7 openssh-clients-2.9p2-7 openssh-server-2.9p2-7 openssl-0.9.6b-8 openssl-devel-0.9.6b-8 ORBit-0.5.8-4 pam-0.75-14 pam-devel-0.75-14 pam_krb5-1.46-1 parted-1.4.16-8 passwd-0.64.1-7 patch-2.5.4-10 pax-1.5-4 pciutils-2.1.8-23 pciutils-devel-2.1.8-23 pcre-3.4-2 pcre-devel-3.4-2 perl-5.6.0-17 perl-DateManip-5.39-5 perl-Digest-MD5-2.13-1 perl-HTML-Parser-3.25-2 perl-HTML-Tagset-3.03-3 perl-libnet-1.0703-6 perl-libwww-perl-5.53-3 perl-libxml-enno-1.02-5 perl-libxml-perl-0.07-5 perl-MIME-Base64-2.12-6 perl-Parse-Yapp-1.04-3 perl-SGMLSpm-1.03ii-4 perl-Storable-0.6.11-6 perl-URI-1.12-5 perl-XML-Dumper-0.4-5 perl-XML-Encoding-1.01-2 perl-XML-Grove-0.46alpha-3 perl-XML-Parser-2.30-7 perl-XML-Twig-2.02-2 php-4.0.6-7 php-imap-4.0.6-7 php-ldap-4.0.6-7 pidentd-3.0.14-1 pilot-link-0.9.5-8 pilot-link-devel-0.9.5-8 pine-4.33-15 pinfo-0.6.1-2 playmidi-2.4-16 pmake-1.45-4 pnm2ppa-1.04-2 popt-1.6.3-1.03 portmap-4.0-38 postfix-20010228_pl06release-1 ppp-2.4.1-2 printconf-0.3.44-1 printconf-gui-0.3.44-1 procinfo-18-2 procmail-3.21-1 procps-2.0.7-11 psmisc-20.1-2 pspell-0.12.2-3 psutils-1.17-13 pwdb-0.61.1-3 pygnome-1.4.1-3 pygnome-libglade-1.4.1-3 pygtk-0.6.8-3 pygtk-libglade-0.6.8-3 python-1.5.2-35 python-devel-1.5.2-35 python-xmlrpc-1.5.0-1 PyXML-0.6.5-4 qt-2.3.1-5 qt-designer-2.3.1-5 qt-devel-2.3.1-5 quota-3.01pre9-3 radvd-0.6.2pl4-1 raidtools-0.90-23 rcs-5.7-15 rdate-1.0-8 rdist-6.1.5-16 readline-4.2-2 readline-devel-4.2-2 redhat-config-network-0.9-1 redhat-config-users-0.9.2-6 redhat-logos-1.1.3-1 redhat-release-7.2-1 reiserfs-utils-3.x.0j-2 rhn_register-2.7.2-7.x.2 rhn_register-gnome-2.7.2-7.x.2 rmt-0.4b22-6 rootfiles-7.2-1 rpm-4.0.3-1.03 rpm-build-4.0.3-1.03 rpm-devel-4.0.3-1.03 rpm-python-4.0.3-1.03 rp-pppoe-3.2-3 rsh-0.17-5 rsh-server-0.17-5 rsync-2.4.6-5 rusers-0.17-12 rusers-server-0.17-12 rwall-server-0.17-10 rwho-0.17-11 samba-2.2.1a-4 samba-client-2.2.1a-4 samba-common-2.2.1a-4 screen-3.9.9-3 SDL-1.2.2-3 SDL_image-1.2.0-3 SDL_mixer-1.2.0-4 SDL_net-1.2.2-1 sed-3.02-10 serviceconf-0.6.6-1 setserial-2.17-4 setup-2.5.7-1 setuptool-1.8-2 sgml-common-0.5-7 sgml-tools-1.0.9-12 shadow-utils-20000902-4 shapecfg-2.2.12-7 sharutils-4.2.1-8 sh-utils-2.0.11-5 slang-1.4.4-4 slang-devel-1.4.4-4 slocate-2.6-1 smpeg-0.4.4-3 sndconfig-0.65.2-1 sox-12.17.1-4 squid-2.4.STABLE1-5 stat-2.5-2 statserial-1.1-23 strace-4.3-2 stunnel-3.19-1 sudo-1.6.3p7-2 swig-1.1p5-10 switchdesk-3.9.7-1 switchdesk-kde-3.9.7-1 symlinks-1.2-13 sysklogd-1.4.1-4 syslinux-1.52-2 sysstat-4.0.1-2 SysVinit-2.78-19 talk-0.17-12 talk-server-0.17-12 tamago-4.0.6-5 tar-1.13.19-6 tcl-8.3.3-65 tcpdump-3.6.2-9 tcp_wrappers-7.6-19 tcsh-6.10-6 telnet-0.17-20 telnet-server-0.17-20 termcap-11.0.1-10 texinfo-4.0b-3 textutils-2.0.14-2 time-1.7-14 timeconfig-3.2.2-1 timidity++-2.10.4-2 tix-8.2.0b1-65 tk-8.3.3-65 tkinter-1.5.2-35 tmpwatch-2.8-2 traceroute-1.4a12-1 tree-1.2-13 ttfonts-1.0-4 ttfonts-ja-1.0-6 tux-2.1.0-2 ucd-snmp-4.2.1-7 ucd-snmp-utils-4.2.1-7 units-1.55-10 unzip-5.42-1 up2date-2.7.2-7.x.6 up2date-gnome-2.7.2-7.x.6 urw-fonts-2.0-12 usbview-1.0-2 usermode-1.43-1 utempter-0.5.2-6 util-linux-2.11f-9 VFlib2-2.25.1-20 VFlib2-devel-2.25.1-20 vim-common-5.8-7 vim-minimal-5.8-7 vixie-cron-3.0.1-63 vnc-3.3.3r2-18 vnc-server-3.3.3r2-18 vorbis-1.0rc2-1 watanabe-vf-1.0-5 webalizer-2.01_06-11 wget-1.7-3 which-2.12-3 whois-1.0.9-1 words-2-17 wvdial-1.41-15 Xaw3d-1.5-10 Xaw3d-devel-1.5-10 xawtv-3.54-5 Xconfigurator-4.9.39-1 xdelta-1.1.1-11 XFree86-100dpi-fonts-4.1.0-3 XFree86-4.1.0-3 XFree86-75dpi-fonts-4.1.0-3 XFree86-devel-4.1.0-3 XFree86-ISO8859-15-100dpi-fonts-4.1.0-3 XFree86-ISO8859-15-75dpi-fonts-4.1.0-3 XFree86-libs-4.1.0-3 XFree86-tools-4.1.0-3 XFree86-twm-4.1.0-3 XFree86-xdm-4.1.0-3 XFree86-xfs-4.1.0-3 xinetd-2.3.3-1 xinitrc-3.20-1 xisdnload-1.38-46 xloadimage-4.1-21 xmms-1.2.5-7 xpdf-0.92-5 xsri-2.0.3-1 ypbind-1.8-1 ypserv-1.3.12-2 yp-tools-2.5-1 zip-2.3-10 zlib-1.1.3-24 zlib-devel-1.1.3-24
---------------------------------------------------------------
Would you pleas help me? Thanks in advance!
Best Regards,
Fabricio Bianco Abreu Tribunal de Contas do DF Brazil







