Re: Make error - Solved (not yet)

2008-12-01 Thread Ted Lum
Ok, now you've opened another can of worms... First, run "rpm -qlp freeradius-server-2.1.1-0.i386.rpm" and see if the missing files are listed as actually being in the package. Their either not in there, or in there but not being deployed. It would be helpful to know which. (adjust that name f

Re: Make error - Solved (not yet)

2008-12-01 Thread Ted Lum
be install -m 755 rc.radiusd-redhat $RPM_BUILD_ROOT/etc/init.d/radiusd instead ? The init script is not on /etc/rc.d/init.deither -Original Message- From: Ted Lum [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2008 10:13 AM To: J Santos; FreeRadius users mailing li

Re: Make error - Solved (not yet)

2008-12-01 Thread Ted Lum
[mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2008 9:46 AM To: J Santos Subject: Re: Make error - Solved It sounds like something went wrong in the rpmbuild. That script should have been included. The base script is included in "~/rpmbuild/BUILD/freeradius-server-2.1.1/redhat/rc.ra

Re: Make error - Solved

2008-12-01 Thread Ted Lum
ilto:[EMAIL PROTECTED] Sent: Saturday, November 29, 2008 7:19 PM To: J Santos; 'FreeRadius users mailing list' Subject: Re: Make error - Solved Don't know. If you look in the .spec file you'll see what additional work is done in the package that isn't done otherw

Re: Make error - Solved

2008-11-29 Thread Ted Lum
rg] On Behalf Of Ted Lum Sent: Saturday, November 29, 2008 12:04 PM To: FreeRadius users mailing list Subject: Re: Make error - Solved I assume that you are referring to a build from source as opposed to an rpmbuild from source? If that's the case you would want to review this: http://

RE: Make error - Solved

2008-11-29 Thread J Santos
ber 29, 2008 12:04 PM > To: FreeRadius users mailing list > Subject: Re: Make error - Solved > > > I assume that you are referring to a build from source as > opposed to an > rpmbuild from source? > > If that's the case you would want to review this: > h

Re: Make error - Solved

2008-11-29 Thread Ted Lum
] reeradius.org] On Behalf Of Greg Woods Sent: Thursday, November 20, 2008 1:01 PM To: FreeRadius users mailing list Subject: RE: Make error On Thu, 2008-11-20 at 12:38 -0800, Olavo wrote: Does anybody know about any Linux distro 64 bits that Freeradius will work for sure ?

RE: Make error - Solved

2008-11-29 Thread Olavo
ed. Thanks Jair Santos > -Original Message- > From: > [EMAIL PROTECTED] > s.org > [mailto:[EMAIL PROTECTED] > reeradius.org] On Behalf Of Greg Woods > Sent: Thursday, November 20, 2008 1:01 PM > To: FreeRadius users mailing list > Subject: RE: Make er

RE: Make error

2008-11-21 Thread Olavo
.org] On Behalf Of Greg Woods > Sent: Thursday, November 20, 2008 1:01 PM > To: FreeRadius users mailing list > Subject: RE: Make error > > > On Thu, 2008-11-20 at 12:38 -0800, Olavo wrote: > > Does anybody know about any Linux distro 64 bits that > Freeradius will >

RE: Make error

2008-11-20 Thread Greg Woods
On Thu, 2008-11-20 at 12:38 -0800, Olavo wrote: > Does anybody know about any Linux distro 64 bits that Freeradius will work > for sure ? I am using it on CentOS 5.2 x86_64. The freeradius package that comes with CentOS 5 is old though, I compiled freeradius from source. --Greg - List info/subs

RE: Make error

2008-11-20 Thread Olavo
0, 2008 11:17 AM > To: FreeRadius users mailing list > Subject: Re: Make error > > > Olavo wrote: > > Is there a way to change the MakeFile and direct it to find the > > correct libraries ? > > No. The issue is that the "configure" script asks

RE: Make error

2008-11-20 Thread Olavo
Any suggestions ? Olavo > -Original Message- > From: > [EMAIL PROTECTED] > s.org > [mailto:[EMAIL PROTECTED] > reeradius.org] On Behalf Of Alan DeKok > Sent: Thursday, November 20, 2008 11:17 AM > To: FreeRadius users mailing list > Subject: R

Re: Make error

2008-11-20 Thread Alan DeKok
Olavo wrote: > Is there a way to change the MakeFile and direct it to find the correct > libraries ? No. The issue is that the "configure" script asks the linker on your system to do something... and the linkers behavior is different for "configure" and for "make". Alan DeKok. - List info/su

RE: Make error

2008-11-20 Thread Olavo
libraries ? Thanks Olavo > -Original Message- > From: > [EMAIL PROTECTED] > s.org > [mailto:[EMAIL PROTECTED] > reeradius.org] On Behalf Of Alan DeKok > Sent: Thursday, November 20, 2008 10:35 AM > To: FreeRadius users mailing list > Subject: Re: Make error

Re: Make error

2008-11-20 Thread Alan DeKok
Olavo wrote: > I am trying again with this issue hoping that someone can take a look > at it. I am trying to compile on a RedHat ES5, 64 bits. Ah. You probably have 32-bit versions of -lreadline, but not 64-bit versions. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradi

Re: make error message - please help !

2006-05-22 Thread Alan DeKok
"Kartthik Raghunathan" <[EMAIL PROTECTED]> wrote: > In file included from eap_peap.h:25, > from rlm_eap_peap.c:24: > ../../libeap/eap_tls.h:138: syntax error before "SSL" > ../../libeap/eap_tls.h:138: warning: no semicolon at end of struct or union You don't have the OpenSSL hea

Re: make error /usr/bin/ld: cannot find -lz

2005-06-25 Thread A . L . M . Buxey
Hi, > > What is -lz ? > > zlib. mySQL depends on it, so I'm surprised you got > mySQL in place without it... mySQL was probably installed from an RPM... in which case the zlib-devel package need to be installed so you can compile stuff from source that needs libz alan - List info/subscribe/uns

Re: make error /usr/bin/ld: cannot find -lz

2005-06-25 Thread Michael Griego
Did you install the zlib-devel package too? I think not... --Mike [EMAIL PROTECTED] wrote: PH> On Fri, Jun 24, 2005 at 02:58:14PM +0600, [EMAIL PROTECTED] wrote: make faild with this error... gcc -shared sql_mysql.lo -L/usr/lib -L/usr/lib/mysql /usr/lib/libmysqlclient.so -lz

Re: make error /usr/bin/ld: cannot find -lz

2005-06-24 Thread rashad
Install zlib library for your system. >make faild with this error... > >gcc -shared sql_mysql.lo -L/usr/lib -L/usr/lib/mysql /usr/lib/libmysqlclient.so -lz -lm -lssl -lcrypto -Wl,-soname -Wl,rlm_sql_my sql-1.0.1.so -?>o .libs/rlm_sql_mysql-1.0.1.so >/usr/bin/ld: cannot find -lz >collect2: ld retur

Re: make error /usr/bin/ld: cannot find -lz

2005-06-24 Thread Paul Hampson
On Fri, Jun 24, 2005 at 02:58:14PM +0600, [EMAIL PROTECTED] wrote: > make faild with this error... > gcc -shared sql_mysql.lo -L/usr/lib -L/usr/lib/mysql > /usr/lib/libmysqlclient.so -lz -lm -lssl -lcrypto -Wl,-soname > -Wl,rlm_sql_mysql-1.0.1.so -o .libs/rlm_sql_mysql-1.0.1.so > /usr/bin/ld: ca

Re: make error on Solaris 9

2004-06-10 Thread Alan DeKok
"Victor Belous" <[EMAIL PROTECTED]> wrote: > I was trying to install freeradius-1.0.0-pre1 and get the error messages ... > ../include/md4.h:72: parse error before "u_int32_t" It's fixed, and will be in 1.0.0-pre2, probably tomorrow. Alan DeKok. - List info/subscribe/unsubscribe? See http

Re: make error on Solaris 9

2004-06-10 Thread Paul Hampson
On Thu, Jun 10, 2004 at 03:12:23PM +0400, Victor Belous wrote: > I was trying to install freeradius-1.0.0-pre1 and get the error messages > gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 > -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align > -Wwrite-st