Re: [vchkpw] Added FHS compliance to 5.5 branch

2009-04-02 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 aledr wrote: > Woops. Did including crypt.h fix it? > >> Yes... =D Great! I'll add the change to the repository. - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer Systems technician Inter7 Internet

Re: [vchkpw] Added FHS compliance to 5.5 branch

2009-04-02 Thread aledr
On Thu, Apr 2, 2009 at 3:49 PM, Matt Brookings wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > aledr wrote: > >>> No deal with gdb in this case: >>> Program received signal SIGSEGV, Segmentation fault. >>> 0x0040061a in main () > > Compile like this: > >   gcc -Wall -g -o test

Re: [vchkpw] Added FHS compliance to 5.5 branch

2009-04-02 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 aledr wrote: >> No deal with gdb in this case: >> Program received signal SIGSEGV, Segmentation fault. >> 0x0040061a in main () Compile like this: gcc -Wall -g -o testcrypt testcrypt.c -lcrypt Then gdb: gdb ./testcrypt gdb> run I

Re: [vchkpw] Added FHS compliance to 5.5 branch

2009-04-02 Thread aledr
On Sun, Mar 29, 2009 at 3:56 PM, Matt Brookings wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > aledr wrote: >> On Fri, Mar 27, 2009 at 3:32 PM, Matt Brookings wrote: >> aledr wrote: >> Here is the section for MD5 on a x86_64 system: >> What OS and flavor btw?  I'm installing Cen

Re: [vchkpw] Added FHS compliance to 5.5 branch

2009-03-29 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 aledr wrote: > On Fri, Mar 27, 2009 at 3:32 PM, Matt Brookings wrote: > aledr wrote: > Here is the section for MD5 on a x86_64 system: > What OS and flavor btw? I'm installing CentOS on a laptop over here. I've > got to resize the partitions fir

Re: [vchkpw] Added FHS compliance to 5.5 branch

2009-03-27 Thread aledr
On Fri, Mar 27, 2009 at 3:32 PM, Matt Brookings wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > aledr wrote: >>> Here is the section for MD5 on a x86_64 system: > > What OS and flavor btw?  I'm installing CentOS on a laptop over here.  I've > got to resize the partitions first though.

Re: [vchkpw] Added FHS compliance to 5.5 branch

2009-03-27 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 aledr wrote: >> Here is the section for MD5 on a x86_64 system: What OS and flavor btw? I'm installing CentOS on a laptop over here. I've got to resize the partitions first though. Another hour and 45 left on the resize. - -- /* Matt Brookings

Re: [vchkpw] Added FHS compliance to 5.5 branch

2009-03-27 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 aledr wrote: >> I think I found another problem: configure is not checking for >> "--enable-auth-login", if always show it OFF. Fixed in SVN. >> configure:7420: ./conftest >> ./configure: line 7421: 29575 Segmentation fais theult >> ./conftest$

Re: [vchkpw] Added FHS compliance to 5.5 branch

2009-03-27 Thread aledr
On Fri, Mar 27, 2009 at 10:29 AM, Matt Brookings wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > aledr wrote: >> I updated my spec files and tested: >> >>    - Seems to be a wrong check against MD5 support on x86_64 systems; > > I updated the MD5 check because it was already having an

Re: [vchkpw] Added FHS compliance to 5.5 branch

2009-03-27 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 aledr wrote: > I updated my spec files and tested: > >- Seems to be a wrong check against MD5 support on x86_64 systems; I updated the MD5 check because it was already having an issue on some older systems. I'm pretty sure I tested it on a 64bit

Re: [vchkpw] Added FHS compliance to 5.5 branch

2009-03-26 Thread aledr
Use the "--disable-root-check" (depreciated "--enable-non-root-build"). On Thu, Mar 26, 2009 at 11:07 PM, Itamar Reis Peixoto wrote: > Why I can't configure vpopmail as non root user ? > > > checking if we're building on Solaris... no > configure: WARNING: === vpopmail must be configured as root.

Re: [vchkpw] Added FHS compliance to 5.5 branch

2009-03-26 Thread Itamar Reis Peixoto
Why I can't configure vpopmail as non root user ? checking if we're building on Solaris... no configure: WARNING: === vpopmail must be configured as root. === configure: WARNING: === please switch to the root user and === configure: WARNING: === run ./configure. === configur

Re: [vchkpw] Added FHS compliance to 5.5 branch

2009-03-26 Thread aledr
I updated my spec files and tested: - Seems to be a wrong check against MD5 support on x86_64 systems; - mkdir and chown statements will not be allowed on chroot environments (outside DESTDIR). I'll make a more detailed report and patches. Thanks!! On Thu, Mar 26, 2009 at 3:32 PM, Matt Br

Re: [vchkpw] Added FHS compliance to 5.5 branch

2009-03-26 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Itamar Reis Peixoto wrote: > I will make a rpms for fedora and submit it for review. > > I will send a feedback for you as soon as possible Sounds wonderful. Thanks! - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer

Re: [vchkpw] Added FHS compliance to 5.5 branch

2009-03-26 Thread Itamar Reis Peixoto
I will make a rpms for fedora and submit it for review. I will send a feedback for you as soon as possible On Thu, Mar 26, 2009 at 3:13 PM, Matt Brookings wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I've committed changes to the 5.5 branch which add FHS compliance.  As usual, >