Re: unable to compile with openssl libraries

2006-12-04 Thread Alan DeKok
Peter Param wrote: > Hi again, > > Eventually, I was able to create the package and install it on my > debian server. Now when I run it, I get the following output: > > rlm_eap: Loaded and initialized type md5 > rlm_eap: Loaded and initialized type leap > rlm_eap: Failed to link EAP-Type/tls: >

Re: unable to compile with openssl libraries

2006-12-04 Thread Peter Param
Hi again, Eventually, I was able to create the package and install it on my debian server. Now when I run it, I get the following output: rlm_eap: Loaded and initialized type md5 rlm_eap: Loaded and initialized type leap rlm_eap: Failed to link EAP-Type/tls: /usr/lib/freeradius/rlm_eap_tls.so:

Re: unable to compile with openssl libraries

2006-12-04 Thread Stephen Gran
On Mon, Dec 04, 2006 at 02:21:53PM +1100, Peter Param said: > The following hasn't worked for me either: > > ./configure --with-openssl-includes=/usr/local/ssl/include/ > --with-openssl-libraries=/usr/local/ssl/lib/ On Mon, Dec 04, 2006 at 02:36:52PM +1100, Peter Param said: > no good. when I co

Re: unable to compile with openssl libraries

2006-12-03 Thread Alan DeKok
Peter Param wrote: > dpkg-checkbuilddeps: Unmet build dependencies: debhelper (>= 4.2.32) > dpatch (>= 2) autotools-dev libtool (>= 1.5) libltdl3-dev libpam0g-dev > libmysqlclient15-dev | libmysqlclient14-dev | libmysqlclient-dev > libgdbm-dev libldap2-dev libsasl2-dev libiodbc2-dev libkrb5-dev sn

Re: unable to compile with openssl libraries

2006-12-03 Thread Peter Param
no good. when I configure with: ./configure --with-openssl-includes=/usr/local/ssl --with-openssl-libraries=/usr/local/ssl cheers Peter >>> Stephen Gran <[EMAIL PROTECTED]> 12/04/06 1:42 PM >>> On Mon, Dec 04, 2006 at 01:22:56PM +1100, Peter Param said: > what configure flags should I pass

Re: unable to compile with openssl libraries

2006-12-03 Thread Peter Param
The following hasn't worked for me either: ./configure --with-openssl-includes=/usr/local/ssl/include/ --with-openssl-libraries=/usr/local/ssl/lib/ cheers Peter >>> Stephen Gran <[EMAIL PROTECTED]> 12/04/06 1:42 PM >>> On Mon, Dec 04, 2006 at 01:22:56PM +1100, Peter Param said: > what configure

Re: unable to compile with openssl libraries

2006-12-03 Thread Peter Param
I've tried that but I get the following errors: debian:~/freeradius-1.1.3# dpkg-buildpackage -b -uc dpkg-buildpackage: source package is freeradius dpkg-buildpackage: source version is 1.1.3-0 dpkg-buildpackage: source changed by Nicolas Baradakis <[EMAIL PROTECTED]> dpkg-buildpackage: host archit

Re: unable to compile with openssl libraries

2006-12-03 Thread Stephen Gran
On Mon, Dec 04, 2006 at 01:22:56PM +1100, Peter Param said: > what configure flags should I pass to allow for rlm_eap ...i thought > the defaults should work? You need to pass at least --with-openssl-libraries, I see now. That is probably a bug in the Debian packaging as well. I'll take a look

Re: unable to compile with openssl libraries

2006-12-03 Thread Alan DeKok
Peter Param wrote: > Debian licensing prohibits the installation of openssl as part of its > packaging and hence why i downloaded the individual tarballs to work > around this issue. See the Wiki. There are instructions for building the server on Debian. You do NOT have to play with configure,

Re: unable to compile with openssl libraries

2006-12-03 Thread Peter Param
what configure flags should I pass to allow for rlm_eap ...i thought the defaults should work? >>> Stephen Gran <[EMAIL PROTECTED]> 12/04/06 1:17 PM >>> On Mon, Dec 04, 2006 at 12:13:59PM +1100, Peter Param said: > is this from the orginal 1.1.3 freeradius tarball or do you mean I > should apt-ge

Re: unable to compile with openssl libraries

2006-12-03 Thread Stephen Gran
On Mon, Dec 04, 2006 at 12:13:59PM +1100, Peter Param said: > is this from the orginal 1.1.3 freeradius tarball or do you mean I > should apt-get freeradius as well? That's what I was working from. They are slightly skewed. On Mon, Dec 04, 2006 at 12:16:59PM +1100, Peter Param said: > oops my

Re: unable to compile with openssl libraries

2006-12-03 Thread Peter Param
oops my mail client truncated the text! Attached is the output of configure. cheers Pete >>> Stephen Gran <[EMAIL PROTECTED]> 12/04/06 12:04 PM >>> On Mon, Dec 04, 2006 at 11:44:56AM +1100, Peter Param said: > Thanks for clarifying the GPL vs Openssl license issue. > > I did an "apt-get instal

Re: unable to compile with openssl libraries

2006-12-03 Thread Peter Param
is this from the orginal 1.1.3 freeradius tarball or do you mean I should apt-get freeradius as well? ./configure [no parameters] output as follows: checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether w

Re: unable to compile with openssl libraries

2006-12-03 Thread Stephen Gran
On Mon, Dec 04, 2006 at 11:44:56AM +1100, Peter Param said: > Thanks for clarifying the GPL vs Openssl license issue. > > I did an "apt-get install openssl" but still no joy. Take a look at debian/rules in the source directory of freeradius. There are a couple of variables (buildssl and modulel

Re: unable to compile with openssl libraries

2006-12-03 Thread Peter Param
Thanks for clarifying the GPL vs Openssl license issue. I did an "apt-get install openssl" but still no joy. >>> Stephen Gran <[EMAIL PROTECTED]> 12/04/06 11:30 AM >>> On Mon, Dec 04, 2006 at 11:19:24AM +1100, Peter Param said: > Debian licensing prohibits the installation of openssl as part o

Re: unable to compile with openssl libraries

2006-12-03 Thread Stephen Gran
On Mon, Dec 04, 2006 at 11:19:24AM +1100, Peter Param said: > Debian licensing prohibits the installation of openssl as part of its > packaging and hence why i downloaded the individual tarballs to work > around this issue. No, you've misunderstood the problem (not surprising, many people have). T

Re: unable to compile with openssl libraries

2006-12-03 Thread Peter Param
> > I'm using Linux debian 2.6.8-2-386 and I am unable to compile with > openssl libraries even tho openssl has been installed (separately). > > configure: WARNING: silently not building rlm_eap_peap. > configure: WARNING: FAILURE: rlm_eap_peap requires: OpenSSL. > >

Re: unable to compile with openssl libraries

2006-12-03 Thread Stephen Gran
On Mon, Dec 04, 2006 at 10:50:42AM +1100, Peter Param said: > Hi all, > > I'm using Linux debian 2.6.8-2-386 and I am unable to compile with > openssl libraries even tho openssl has been installed (separately). > > configure: WARNING: silently not building rlm_eap_pea

unable to compile with openssl libraries

2006-12-03 Thread Peter Param
Hi all, I'm using Linux debian 2.6.8-2-386 and I am unable to compile with openssl libraries even tho openssl has been installed (separately). configure: WARNING: silently not building rlm_eap_peap. configure: WARNING: FAILURE: rlm_eap_peap requires: OpenSSL. I downloaded the sourc