Gerald,

        Try changing Makefile.PL to the following:

WriteMakefile(
    'NAME'         => 'Ipass',
    'DISTNAME'     => 'IpassPerl',
    'VERSION_FROM' => 'Ipass.pm', # finds $VERSION
    'LIBS'         => ["-L$ipass_lib -lip -lssl -lcrypto -lndbm"],
    'DEFINE'       => '',
    'INC'          => "-I$ipass_include",
     dist          => {
         COMPRESS => 'gzip -f',
         SUFFIX   => 'gz',
     },
# You may need this on RedHat 6.1. See note above
     dynamic_lib   => {
        OTHERLDFLAGS => '-Xlinker -static'
     },
);


Then rerun perl Makefile.PL and make to see if that helps.  I had a
similiar issue and this fixed it.

--------------------------------------------------------------------------
Aaron Holtz
ComNet Inc.
UNIX Systems Administration/Network Operations
"It's not broken, it just lacks duct tape."
--------------------------------------------------------------------------


On Mar 13, Gerald Faerber molded the electrons to say....

>Hello,
>
>when trying to install IpassPerl 1.5 we get the following error message.
>Did anybody here already experience the same error? This is a RedHat 6.0
>system,
>with Perl 5.005_03.
>
>Kind Regards,
>Gerald Faerber
>
>
># make test
>PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
>-I/usr/lib/perl5/5.00503/i386-linux -I/usr/lib/perl5/5.00503 test.pl
>1..6
>Can't load 'blib/arch/auto/Ipass/Ipass.so' for module Ipass:
>blib/arch/auto/Ipass/Ipass.so: undefined symbol: __srandom at
>/usr/lib/perl5/5.00503/i386-linux/DynaLoader.pm line 169.
>
> at test.pl line 19
>BEGIN failed--compilation aborted at test.pl line 19.
>not ok 1
>make: *** [test_dynamic] Error 255
>
>===
>Archive at http://www.starport.net/~radiator/
>To unsubscribe, email '[EMAIL PROTECTED]' with
>'unsubscribe radiator' in the body of the message.
>


===
Archive at http://www.starport.net/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to