Ask a Question related to PERL Modules, Design and Development.
-
ecuity #1
Crypt:DES make problem on Solaris 9
Hi,
I'm trying to install Crypt::DES module on a Solaris9 box and have the
following problem when running make:
gcc -c -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DNO_HASH_SEED
-fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-O -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC
"-I/usr/local/ActivePerl-5.8/lib/5.8.6/sun4-solaris-thread-multi/CORE"
DES.c
In file included from DES.xs:18:
des.h:5: error: conflicting types for 'des_crypt'
/usr/include/crypt.h:36: error: previous declaration of 'des_crypt' was
here
des.h:5: error: conflicting types for 'des_crypt'
/usr/include/crypt.h:36: error: previous declaration of 'des_crypt' was
here
make: *** [DES.o] Error 1
Thanks for any help,
Brian
ecuity Guest
-
Crypt::DH Crypt::Random install problem
The Linux Test Project (ltp http://ltp.sourceforge.net/) perl file autoltp requires Net::SSH and Net::SFTP These ultimately require Crypt::DH which... -
Des::Crypt Will not Compile On Solaris 8 Using GCC
This is the error that I get on Several Machines. bash-2.05a# perl Makefile.PL Writing Makefile for Crypt::DES bash-2.05a# make cc -c ... -
crypt problem
Hi, I have a weird problem with the crypt function. If I do: <?php echo(CRYPT_SALT_LENGTH); echo(CRYPT_MD5); echo crypt("xxxxxxxx", 'aa');... -
Differences in crypt() between AIX and Solaris ?
Hi everyone, We've managed to make an AIX 4.3.3 system an LDAP client of iPlanet Directory Server 5.1 SP2, running on Solaris 8. Sort of. Users... -
Makefile: set macro once (Solaris make, GNU make)
Hello, I have a question on a problem that is disturbing me for some time now. I want to set a variable in a Makefile by calling a shell... -
ecuity #2
Crypt:DES make problem on Solaris 9
Hi,
I'm trying to install Crypt::DES module on a Solaris9 box and have the
following problem when running make:
gcc -c -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DNO_HASH_SEED
-fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-O -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC
"-I/usr/local/ActivePerl-5.8/lib/5.8.6/sun4-solaris-thread-multi/CORE"
DES.c
In file included from DES.xs:18:
des.h:5: error: conflicting types for 'des_crypt'
/usr/include/crypt.h:36: error: previous declaration of 'des_crypt' was
here
des.h:5: error: conflicting types for 'des_crypt'
/usr/include/crypt.h:36: error: previous declaration of 'des_crypt' was
here
make: *** [DES.o] Error 1
Thanks for any help,
Brian
ecuity Guest
-
Sisyphus #3
Re: Crypt:DES make problem on Solaris 9
ecuity wrote:
Following some advice I've seen elsewhere recently what happens if,> Hi,
>
> I'm trying to install Crypt::DES module on a Solaris9 box and have the
> following problem when running make:
>
> gcc -c -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DNO_HASH_SEED
> -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -O -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC
> "-I/usr/local/ActivePerl-5.8/lib/5.8.6/sun4-solaris-thread-multi/CORE"
> DES.c
> In file included from DES.xs:18:
> des.h:5: error: conflicting types for 'des_crypt'
> /usr/include/crypt.h:36: error: previous declaration of 'des_crypt' was
> here
> des.h:5: error: conflicting types for 'des_crypt'
> /usr/include/crypt.h:36: error: previous declaration of 'des_crypt' was
> here
> make: *** [DES.o] Error 1
>
before line 5 of des.h, but after the inclusion of crypt.h, you insert:
#ifdef des_crypt
#undef des_crypt
#endif
Cheers,
Rob
--
To reply by email u have to take out the u in kalinaubears.
Sisyphus Guest



Reply With Quote

