Re: (RADIATOR) Ipass Perl Module and FreeBSD 3

1999-08-04 Thread Mike McCauley

Hi Oliver,

I cant really explain that one.
The compiled module has not found the ipass_debug symbol that should be defined
in the ipass libraries. On my Solaris system its defined in
/usr/ipass/lib/libip.a:

oscar$ nm  libip.a  |grep debug
[64]|  1868| 280|FUNC |GLOB |0|1  |debug_dump_mem
[15]| 8|   4|OBJT |GLOB |0|3  |ipass_debug

perhaps you can do the same thing and see if its defined in your lib. If not,
could you send me the complete iPASS directory /usr/ipass for your BSD, and I
will try to get to the bottom of it?

Cheers.


On Aug 4,  4:25pm, O Stockhammer wrote:
> Subject: Re: (RADIATOR) Ipass Perl Module and FreeBSD 3
>
> There were no complilation errors in the make phase. -oliver
>
> On Wed, 28 Jul 1999, Mike McCauley wrote:
>
> >
> > > >Hello,
> > > >We are currently running FreeBSD 3.x and using Radiator to
> > > >authenticate users.  We are trying to implement Ipass.  I have already
> > > >installed Ipass and it tests properly.  We have hit a snag trying to
> > > >install the Ipass Perl Module from Open Systems.  Here are the errors we
> > > >have gotten:
> > > >
> > > >~~~
> > > >root[ancillary]/home/oliver/SRC/IpassPerl-1.3 {132}# make test
> > > >PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
> > > >-I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/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 "ipass_debug" at
> > > >/usr/libdata/perl/5.00503/DynaLoader.pm line 169.
> >
> > That looks a lot like the compilation of the IpassPerl module failed. Did
you
> > see any errors when you did the "make" phase?
> >
> > Cheers.
> >
> >
> >
> > > >
> > > > at test.pl line 19
> > > >BEGIN failed--compilation aborted at test.pl line 19.
> > > >not ok 1
> > > >*** Error code 255
> > > >
> > > >Stop.
> > > >~
> > > >
> > > >I have run the LIB with and without the -lndbm flag and it has made no
> > > >difference.  Any suggestions?
> > > >
> > > >Thanks,
> > > >Oliver Stockhammer
> > > >
> > > >
> > > >===
> > > >Archive at http://www.thesite.com.au/~radiator/
> > > >To unsubscribe, email '[EMAIL PROTECTED]' with
> > > >'unsubscribe radiator' in the body of the message.
> > > >
> > >
> > >
> > > --
> > > Radiator: the most portable, flexible and configurable RADIUS server
> > > anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
> > > Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8,
> > > NT, Rhapsody
> > > ===
> > > Archive at http://www.thesite.com.au/~radiator/
> > > To unsubscribe, email '[EMAIL PROTECTED]' with
> > > 'unsubscribe radiator' in the body of the message.
> > >
> > >
> > >
> > >-- End of excerpt from Hugh Irvine
> >
> >
> >
> > --
> > Mike McCauley   [EMAIL PROTECTED]
> > Open System Consultants Pty. LtdUnix, Perl, Motif, C++, WWW
> > 24 Bateman St Hampton, VIC 3188 Australia   http://www.open.com.au
> > Phone +61 3 9598-0985   Fax   +61 3 9598-0955
> >
> > Radiator: the most portable, flexible and configurable RADIUS server
> > anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
> > Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8,
> > NT, Rhapsody
> >
>
>
>-- End of excerpt from O Stockhammer



-- 
Mike McCauley   [EMAIL PROTECTED]
Open System Consultants Pty. LtdUnix, Perl, Motif, C++, WWW
24 Bateman St Hampton, VIC 3188 Australia   http://www.open.com.au
Phone +61 3 9598-0985   Fax   +61 3 9598-0955

Radiator: the most portable, flexible and configurable RADIUS server 
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, 
Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8, 
NT, Rhapsody
===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



Re: (RADIATOR) Ipass Perl Module and FreeBSD 3

1999-08-04 Thread O Stockhammer


There were no complilation errors in the make phase. -oliver

On Wed, 28 Jul 1999, Mike McCauley wrote:

> 
> > >Hello,
> > >We are currently running FreeBSD 3.x and using Radiator to
> > >authenticate users.  We are trying to implement Ipass.  I have already
> > >installed Ipass and it tests properly.  We have hit a snag trying to
> > >install the Ipass Perl Module from Open Systems.  Here are the errors we
> > >have gotten:
> > >
> > >~~~
> > >root[ancillary]/home/oliver/SRC/IpassPerl-1.3 {132}# make test
> > >PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
> > >-I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/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 "ipass_debug" at
> > >/usr/libdata/perl/5.00503/DynaLoader.pm line 169.
> 
> That looks a lot like the compilation of the IpassPerl module failed. Did you
> see any errors when you did the "make" phase?
> 
> Cheers.
> 
> 
> 
> > >
> > > at test.pl line 19
> > >BEGIN failed--compilation aborted at test.pl line 19.
> > >not ok 1
> > >*** Error code 255
> > >
> > >Stop.
> > >~
> > >
> > >I have run the LIB with and without the -lndbm flag and it has made no
> > >difference.  Any suggestions?
> > >
> > >Thanks,
> > >Oliver Stockhammer
> > >
> > >
> > >===
> > >Archive at http://www.thesite.com.au/~radiator/
> > >To unsubscribe, email '[EMAIL PROTECTED]' with
> > >'unsubscribe radiator' in the body of the message.
> > >
> >
> >
> > --
> > Radiator: the most portable, flexible and configurable RADIUS server
> > anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
> > Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8,
> > NT, Rhapsody
> > ===
> > Archive at http://www.thesite.com.au/~radiator/
> > To unsubscribe, email '[EMAIL PROTECTED]' with
> > 'unsubscribe radiator' in the body of the message.
> >
> >
> >
> >-- End of excerpt from Hugh Irvine
> 
> 
> 
> -- 
> Mike McCauley   [EMAIL PROTECTED]
> Open System Consultants Pty. LtdUnix, Perl, Motif, C++, WWW
> 24 Bateman St Hampton, VIC 3188 Australia   http://www.open.com.au
> Phone +61 3 9598-0985   Fax   +61 3 9598-0955
> 
> Radiator: the most portable, flexible and configurable RADIUS server 
> anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, 
> Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8, 
> NT, Rhapsody
> 


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



Re: (RADIATOR) Ipass Perl Module and FreeBSD 3

1999-07-27 Thread Mike McCauley


> >Hello,
> >We are currently running FreeBSD 3.x and using Radiator to
> >authenticate users.  We are trying to implement Ipass.  I have already
> >installed Ipass and it tests properly.  We have hit a snag trying to
> >install the Ipass Perl Module from Open Systems.  Here are the errors we
> >have gotten:
> >
> >~~~
> >root[ancillary]/home/oliver/SRC/IpassPerl-1.3 {132}# make test
> >PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
> >-I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/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 "ipass_debug" at
> >/usr/libdata/perl/5.00503/DynaLoader.pm line 169.

That looks a lot like the compilation of the IpassPerl module failed. Did you
see any errors when you did the "make" phase?

Cheers.



> >
> > at test.pl line 19
> >BEGIN failed--compilation aborted at test.pl line 19.
> >not ok 1
> >*** Error code 255
> >
> >Stop.
> >~
> >
> >I have run the LIB with and without the -lndbm flag and it has made no
> >difference.  Any suggestions?
> >
> >Thanks,
> >Oliver Stockhammer
> >
> >
> >===
> >Archive at http://www.thesite.com.au/~radiator/
> >To unsubscribe, email '[EMAIL PROTECTED]' with
> >'unsubscribe radiator' in the body of the message.
> >
>
>
> --
> Radiator: the most portable, flexible and configurable RADIUS server
> anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
> Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8,
> NT, Rhapsody
> ===
> Archive at http://www.thesite.com.au/~radiator/
> To unsubscribe, email '[EMAIL PROTECTED]' with
> 'unsubscribe radiator' in the body of the message.
>
>
>
>-- End of excerpt from Hugh Irvine



-- 
Mike McCauley   [EMAIL PROTECTED]
Open System Consultants Pty. LtdUnix, Perl, Motif, C++, WWW
24 Bateman St Hampton, VIC 3188 Australia   http://www.open.com.au
Phone +61 3 9598-0985   Fax   +61 3 9598-0955

Radiator: the most portable, flexible and configurable RADIUS server 
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, 
Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8, 
NT, Rhapsody
===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



(RADIATOR) Ipass Perl Module and FreeBSD 3

1999-07-26 Thread O Stockhammer

Hello,
We are currently running FreeBSD 3.x and using Radiator to
authenticate users.  We are trying to implement Ipass.  I have already
installed Ipass and it tests properly.  We have hit a snag trying to
install the Ipass Perl Module from Open Systems.  Here are the errors we
have gotten:

~~~
root[ancillary]/home/oliver/SRC/IpassPerl-1.3 {132}# make test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
-I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/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 "ipass_debug" at
/usr/libdata/perl/5.00503/DynaLoader.pm line 169.

 at test.pl line 19
BEGIN failed--compilation aborted at test.pl line 19.
not ok 1
*** Error code 255

Stop.
~

I have run the LIB with and without the -lndbm flag and it has made no
difference.  Any suggestions?

Thanks,
Oliver Stockhammer


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