hello, can any one help me for this problem? when I install freeradius ./configure and make the freeradius modules there is gmake[10]: nothing to be done for static. why can be like that? because I need rlm_sql_mysql.la and rlm_sql_mysql.a thanks for your attention listing: `/usr/freeradius-1.0.0-pre3/src/modules/rlm_sql/drivers/rlm_sql_iodbc' gmake[10]: Nothing to be done for `static'. gmake[10]: Leaving directory `/usr/freeradius-1.0.0-pre3/src/modules/rlm_sql/drivers/rlm_sql_iodbc' Making static in rlm_sql_mysql... gmake[10]: Entering directory `/usr/freeradius-1.0.0-pre3/src/modules/rlm_sql/drivers/rlm_sql_mysql' gmake[10]: Nothing to be done for `static'. gmake[10]: Leaving directory `/usr/freeradius-1.0.0-pre3/src/modules/rlm_sql/drivers/rlm_sql_mysql' Making static in rlm_sql_postgresql... gmake[10]: Entering directory `/usr/freeradius-1.0.0-pre3/src/modules/rlm_sql/drivers/rlm_sql_postgresql' gmake[10]: Nothing to be done for `static'. gmake[10]: Leaving directory `/usr/freeradius-1.0.0-pre3/src/modules/rlm_sql/drivers/rlm_sql_postgresql' Making static in rlm_sql_oracle... gmake[10]: Entering directory `/usr/freeradius-1.0.0-pre3/src/modules/rlm_sql/drivers/rlm_sql_oracle' gmake[10]: Nothing to be done for `static'. gmake[10]: Leaving directory `/usr/freeradius-1.0.0-pre3/src/modules/rlm_sql/drivers/rlm_sql_oracle' Making static in rlm_sql_unixodbc... gmake[10]: Entering directory `/usr/freeradius-1.0.0-pre3/src/modules/rlm_sql/drivers/rlm_sql_unixodbc' gmake[10]: Nothing to be done for `static'. gmake[10]: Leaving directory `/usr/freeradius-1.0.0-pre3/src/modules/rlm_sql/drivers/rlm_sql_unixodbc' __________________________________ Yahoo! Mail Stay connected, organized, and protected. Take the tour: http://tour.mail.yahoo.com/mailtour.html
Hello, Running Debian, I have done a $ fakeroot dpkg-buildpackage -b on the freeradius 1.0.3 directory. I get a warning saying "remember to run 'libtool --finish /usr/lib/freeradius'" which I do when the process finishes, and three error messages: 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 How can I get this done? What is the easiest way to install freeradius 1.0.3 in a Debien system? Thanks. Max
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.
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
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.
participants (3)
-
Paul.Hampson@PObox.com -
Software Development Group -
yuniva wati