Re: Generating freeradius 1.0.3

2005-06-15 Thread Paul Hampson
On Wed, Jun 15, 2005 at 10:24:23AM -0400, Software Development Group wrote:
> Yes, it generated .deb packages. I have run them and apparently they 
> installed correctly but when I run the application I get an:
> 
> radiusd.conf[2] Failed to link to module 'rlm_sqlcounter': 
> /usr/lib/freeradius/rlm_sqlcounter.a: invalid ELF header

That's a worry, since it should be linking to the .so, not the
.a (which is a static archive, not a dynamically linked file
and so does not _have_ an ELF header.)

I'll have a look at it now.

-- 
Paul "TBBle" Hampson, on an alternate email client.
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Generating freeradius 1.0.3

2005-06-15 Thread Software Development Group


Yes, it generated .deb packages. I have run them and apparently they
installed correctly but when I run the application I get an:
radiusd.conf[2] Failed to link to module
'rlm_sqlcounter': /usr/lib/freeradius/rlm_sqlcounter.a: invalid ELF
header
error thou the module IS located in the directory that the
error message is mentioning.
Thanks.
At 08:12 15/06/2005, you wrote:
On Mon, Jun 13, 2005 at
01:43:36PM -0400, Software Development Group wrote:
> Running Debian, I have done a $ fakeroot dpkg-buildpackage -b on the

> freeradius 1.0.3 directory. I get a warning saying
That should be dpkg-buildpackage -rfakeroot -b, although the
above should also work...
> "remember to run 'libtool --finish
/usr/lib/freeradius'"
> 
> which I do when the process finishes, and three error
messages:
That looks correct to me.
> dpkg-shlibdeps: warning: could not find path for
libeap-1.0.3.so
> dpkg-shlibdeps: warning: could not find path for
libradius-1.0.3.so
> dpkg-shlibdeps: warning: could not find path for
libradius-1.0.3.so
That's a surprise, but not completely unexpected... They're only
warnings, did you get packages out in the end?
-- 
Paul "TBBle" Hampson, on an alternate email client.
- 
List info/subscribe/unsubscribe? See

http://www.freeradius.org/list/users.html

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Generating freeradius 1.0.3

2005-06-15 Thread Paul Hampson
On Mon, Jun 13, 2005 at 01:43:36PM -0400, Software Development Group wrote:
> Running Debian, I have done a $ fakeroot dpkg-buildpackage -b on the 
> freeradius 1.0.3 directory. I get a warning saying

That should be dpkg-buildpackage -rfakeroot -b, although the
above should also work...

> "remember to run 'libtool --finish /usr/lib/freeradius'"
> 
> which I do when the process finishes, and three error messages:

That looks correct to me.

> dpkg-shlibdeps: warning: could not find path for libeap-1.0.3.so
> dpkg-shlibdeps: warning: could not find path for libradius-1.0.3.so
> dpkg-shlibdeps: warning: could not find path for libradius-1.0.3.so

That's a surprise, but not completely unexpected... They're only
warnings, did you get packages out in the end?

-- 
Paul "TBBle" Hampson, on an alternate email client.
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html