Swprintf() in 8.0 and AS2.1

2003-06-18 Thread Muthu_T
All, I can use wstring related function in 8.0 without any problem. But If I move the code to AS2.1 and compile, The compiler throws the 'swprintf() undeclared function' error. How to resolve this? I am using the -wchar-stdc++ compiler option to include wstring in AS2.1 (Bug fixed compiler)

Re: Cant change the security level

2003-06-18 Thread Kiss Gábor
Hi, is an rpm switch, or other command the rpm database to repair? I made a mistake, and I have httpd-2.0.40-11 httpd-2.0.40-11.5 httpd-manual-2.0.40-8 httpd-manual-2.0.40-11.5 packages. The rpm -e httpd-2.0.40-11 httpd-manual-2.0.40-8 makes nothing, it hang up, and the prompt dont come back.

rpm repair question

2003-06-18 Thread Kiss Gábor
Sorry for the other mail with wrong subject. (sub: Re: Cant change the security level) Hi, is an rpm switch, or other command the rpm database to repair? I made a mistake, and I have httpd-2.0.40-11 httpd-2.0.40-11.5 httpd-manual-2.0.40-8 httpd-manual-2.0.40-11.5 packages. The rpm -e

Re: rpm repair question

2003-06-18 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 18 Jun 2003 14:42:37 +0200, Kiss Gábor wrote: > is an rpm switch, or other command the rpm database to repair? > > I made a mistake, and I have > httpd-2.0.40-11 > httpd-2.0.40-11.5 > httpd-manual-2.0.40-8 > httpd-manual-2.0.40-11.5 >

mkinitrd error

2003-06-18 Thread Dario Lesca
Hi, whit this /etc/modules.conf [EMAIL PROTECTED] boot]# cat /etc/modules.conf alias parport_lowlevel parport_pc alias usb-controller usb-uhci alias eth0 8139too alias eth1 8139too alias char-major-59 skey alias scsi_hostadapter aic7xxx alias char-major-9 st pre-install st mod

Re: rpm repair question

2003-06-18 Thread Kiss Gábor
Thanx Michael, it is working. Gábor - Original Message - From: "Michael Schwendt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 18, 2003 3:54 PM Subject: Re: rpm repair question > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Wed, 18 Jun 2003 14:42:37 +0200

Re: Getting Latest Mozilla RPMs

2003-06-18 Thread Thomas Dodd
Stephen Liu wrote: $ rpm -qa|grep glibc glibc-common-2.2.93-5 glibc-kernheaders-2.4-7.20 unrelated glibc-devel-2.2.93-5 compat-glibc-6.2-2.1.3.2 also unrelated glibc-2.2.93-5 I am not quite familiar with the syntax/steps to install package from SRPM. Whether following steps are correct? Example

Re: mkinitrd error

2003-06-18 Thread Bill Nottingham
Dario Lesca ([EMAIL PROTECTED]) said: > Hi, whit this /etc/modules.conf Fixed in mkinitrd cvs, thanks for the report. Should be in 3.5.4 or later. Bill -- Psyche-list mailing list [EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/psyche-list

PortSentry

2003-06-18 Thread Leonard Miller
Hi, Does this still exist? If so, does anybody know where I can find it? I checked psionic.com, but that now leads to cisco.com. If it doesn't exist, has anything taken it's place? Thanks L -- Psyche-list mailing list [EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/psyche-list

Re: PortSentry

2003-06-18 Thread Anthony J Placilla
On Wed, 2003-06-18 at 14:35, Leonard Miller wrote: > Hi, > Does this still exist? If so, does anybody know where I can find it? > I checked psionic.com, but that now leads to cisco.com. > If it doesn't exist, has anything taken it's place? > > Thanks > L > Documentation & links seem to be non-e

Re: PortSentry

2003-06-18 Thread Gerry Doris
On 18 Jun 2003, Anthony J Placilla wrote: > On Wed, 2003-06-18 at 14:35, Leonard Miller wrote: > > Hi, > > Does this still exist? If so, does anybody know where I can find it? > > I checked psionic.com, but that now leads to cisco.com. > > If it doesn't exist, has anything taken it's place? > >

Running C++ application withour recompiling across differentRedh at versions

2003-06-18 Thread Muthu_T
All, I have a C++ application. I want to run it In AS2.1/7.x/8.x/9.x without recompiling. Is there a way? As of my knowledge If you compile it in 8.x/9.x It will not run in AS2.1/7.x. If you compile it in AS2.1/RH7.3, Then it will run in RH8.x/9.x only if you install the compatibility Libra