List Info

Thread: RSA authentication agent on FreeBSD




RSA authentication agent on FreeBSD
country flaguser name
Netherlands
2008-04-18 07:34:33
I'm trying to run the RSA authentication agent for Red Hat 3
ES on
FreeBSD 6.3.

The software installation was susscessfull using the
standard RSA
provided installation

package. It creates the dynamic loadable module for Apache.
when we try
to start

Apache and loading the RSA module we get the following
error:

 

Cannot load
/usr/local/apache/rsawebagent/mod_rsawa_apache.so into
server: /usr/local/lib/libpthread.so.0: Undefined symbol
"_errno"

 

This libpthread.so.0 was was obtained from working Linux Red
Hat system.

 

tmp# ldd /usr/local/apache/rsawebagent/mod_rsawa_apache.so

/usr/local/apache/rsawebagent/mod_rsawa_apache.so:

        libpthread.so.0 => /usr/local/lib/libpthread.so.0
(0x28168000)

        libc.so.6 => /lib/libc.so.6 (0x2807d000)

        ld-linux.so.2 (0x281bb000)

 

I think the standard FreeBSD libc.so.6 library is causing
the problem. 

 

Does anyone have experience with running the authentication
agent
software

from RSA on FreeBSD?

 

Met vriendelijke groet,

 

Jan Baggen

 

IP2 Internet B.V.

Damrak 37-38

1012 LK Amsterdam

T: +31.205186040

F: +31.205186041

www.ip2.nl

 

 

_______________________________________________
freebsd-emulationfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emu
lation
To unsubscribe, send any mail to
"freebsd-emulation-unsubscribefreebsd.org"

Re: RSA authentication agent on FreeBSD
country flaguser name
Luxembourg
2008-04-18 10:02:40
Quoting "IP2 Internet (Jan Baggen)"
<jbaggenip2.nl> (from Fri, 18 Apr  
2008 14:34:33 +0200):

> I'm trying to run the RSA authentication agent for Red
Hat 3 ES on
> FreeBSD 6.3.
>
> The software installation was susscessfull using the
standard RSA
> provided installation
>
> package. It creates the dynamic loadable module for
Apache. when we try
> to start
>
> Apache and loading the RSA module we get the following
error:

Which kind of apache are you starting? A FreeBSD native
Apache (it  
will not work with a linux module), or a linux apache?

Bye,
Alexander.

-- 
BOFH excuse #345:

Having to manually track the satellite

http://www.Leidinger.net
   Alexander  Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org 
     netchild  FreeBSD.org  : PGP ID = 72077137
_______________________________________________
freebsd-emulationfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emu
lation
To unsubscribe, send any mail to
"freebsd-emulation-unsubscribefreebsd.org"

RE: RSA authentication agent on FreeBSD
country flaguser name
Netherlands
2008-04-21 02:56:59
I've tried apache built on Redhat 2.4.21-37.EL:

tmp# kldload linux
tmp# ./httpd
FATAL: kernel too old

tmp# file httpd
httpd: ELF 32-bit LSB executable, Intel 80386, version 1
(GNU/Linux), for GNU/Linux 2.2.5, dynamically linked (uses
shared libs), not stripped



-----Original Message-----
From: Alexander Leidinger [mailto:Alexanderleidinger.net] 
Sent: vrijdag 18 april 2008 17:03
To: IP2 Internet (Jan Baggen)
Cc: freebsd-emulationfreebsd.org
Subject: Re: RSA authentication agent on FreeBSD

Quoting "IP2 Internet (Jan Baggen)"
<jbaggenip2.nl> (from Fri, 18 Apr  
2008 14:34:33 +0200):

> I'm trying to run the RSA authentication agent for Red
Hat 3 ES on
> FreeBSD 6.3.
>
> The software installation was susscessfull using the
standard RSA
> provided installation
>
> package. It creates the dynamic loadable module for
Apache. when we try
> to start
>
> Apache and loading the RSA module we get the following
error:

Which kind of apache are you starting? A FreeBSD native
Apache (it  
will not work with a linux module), or a linux apache?

Bye,
Alexander.

-- 
BOFH excuse #345:

Having to manually track the satellite

http://www.Leidinger.net
   Alexander  Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org 
     netchild  FreeBSD.org  : PGP ID = 72077137



_______________________________________________
freebsd-emulationfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emu
lation
To unsubscribe, send any mail to
"freebsd-emulation-unsubscribefreebsd.org"

RE: RSA authentication agent on FreeBSD
country flaguser name
Luxembourg
2008-04-21 03:25:32
Quoting "IP2 Internet (Jan Baggen)"
<jbaggenip2.nl> (from Mon, 21 Apr  
2008 09:56:59 +0200):

> I've tried apache built on Redhat 2.4.21-37.EL:
>
> tmp# kldload linux
> tmp# ./httpd
> FATAL: kernel too old

It seems it doesn't like the default linux version we are
emulating.  
On 6.3 you have no other possibility. On 7.0 you could at
least try  
our 2.6.16 emulation (you need to enable it with a sysctl,
as it isn't  
stable there).

Bye,
Alexander.

> tmp# file httpd
> httpd: ELF 32-bit LSB executable, Intel 80386, version
1  
> (GNU/Linux), for GNU/Linux 2.2.5, dynamically linked
(uses shared  
> libs), not stripped
>
>
>
> -----Original Message-----
> From: Alexander Leidinger [mailto:Alexanderleidinger.net]
> Sent: vrijdag 18 april 2008 17:03
> To: IP2 Internet (Jan Baggen)
> Cc: freebsd-emulationfreebsd.org
> Subject: Re: RSA authentication agent on FreeBSD
>
> Quoting "IP2 Internet (Jan Baggen)"
<jbaggenip2.nl> (from Fri, 18 Apr
> 2008 14:34:33 +0200):
>
>> I'm trying to run the RSA authentication agent for
Red Hat 3 ES on
>> FreeBSD 6.3.
>>
>> The software installation was susscessfull using
the standard RSA
>> provided installation
>>
>> package. It creates the dynamic loadable module for
Apache. when we try
>> to start
>>
>> Apache and loading the RSA module we get the
following error:
>
> Which kind of apache are you starting? A FreeBSD native
Apache (it
> will not work with a linux module), or a linux apache?
>
> Bye,
> Alexander.
>
> --
> BOFH excuse #345:
>
> Having to manually track the satellite
>
> http://www.Leidinger.net
   Alexander  Leidinger.net: PGP ID = B0063FE7
> http://www.FreeBSD.org    
  netchild  FreeBSD.org  : PGP ID = 72077137
>
>
>
>



-- 
It is difficult to soar with the eagles when you work with
turkeys.

http://www.Leidinger.net
   Alexander  Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org 
     netchild  FreeBSD.org  : PGP ID = 72077137
_______________________________________________
freebsd-emulationfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emu
lation
To unsubscribe, send any mail to
"freebsd-emulation-unsubscribefreebsd.org"

[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )