RE: Can't get freeradius-0.9.3 compiled on Redhat 9

2003-11-21 Thread Sebastiaan Mangoentinojo
Title: Re: Can't get freeradius-0.9.3 compiled on Redhat 9



Oh, I just now 
read this email you send. Let me first try this before you put extra effort in 
it. I do have the right openssl RPM's so it might work. I'll let you 
know.
 
Cheers,
 
Seb

  -Original Message-From: Kaczmarek, Thaddeus 
  [mailto:[EMAIL PROTECTED]Sent: vrijdag 21 november 2003 
  18:08To: [EMAIL PROTECTED]Subject: Re: 
  Can't get freeradius-0.9.3 compiled on Redhat 9
  download freeradius-0.9.3.tar.gz tar 
  xvfz freeradius-0.9.3.tar.gz cp 
  freeradius-0.9.3.tar.gz /usr/src redhat/SOURCES rpmbuild -ba freeradius-0.9.3/redhat/freeradius.spec 
  If that doesn't work you probably don't have some development 
  library installed. 
  rpm -q --whatprovides /usr/include/openssl/des_old.h 
  should return openssl-devel-0.9.7a-20 
  yum update openssl-devel up2date 
  openssl-devel 
  I will email you the rpms if this does not work for 
  you. 
  Ted 
  On Fri, 2003-11-21 at 11:54, [EMAIL PROTECTED] wrote: 
  > Could you post the rpm file as well as the steps 
  > you used to create the rpm?  I have been playing 
  around > with trying to build an rpm and have not 
  had much success. >  > dave >  > - Original 
  Message - > From: Kaczmarek, 
  Thaddeus > To: 
  [EMAIL PROTECTED] > Sent: Friday, 
  November 21, 2003 10:40 AM > Subject: Re: Can't 
  get freeradius-0.9.3 compiled on Redhat 9 > > > Want me to email 
  you the rpms I built? >     Ted 
  > On Fri, 
  2003-11-21 at 10:21, Sebastiaan Mangoentinojo wrote: > > Hi, 
  > > 
  > 
  > I spend the better half of the day trying to compile > Freeradius on 
  Redhat 9 > > (I'm going to 
  use it for test purposes), but I'm stuck at > the moment. 
  > 
  > > > I get the 
  following ./configure warnings: > > 
  > 
  > configure: warning: silently not building rlm_eap_tls. > > configure: 
  warning: FAILURE: rlm_eap_tls requires: > 
  (openssl/ssl.h). > > configure: 
  warning: the comm_err library isn't found! > > configure: 
  warning: silently not building rlm_krb5. > > configure: 
  warning: FAILURE: rlm_krb5 requires:  krb5. > > configure: 
  warning: silently not building rlm_ldap. > > configure: 
  warning: FAILURE: rlm_ldap requires:  liblber. > > configure: 
  warning: silently not building rlm_pam. > > configure: 
  warning: FAILURE: rlm_pam requires:  libpam. > > configure: 
  warning: iodbc headers not found.  Use > > 
  --with-iodbc-include-dir=. > > configure: 
  warning: sql submodule 'iodbc' disabled > > configure: 
  warning: silently not building > 
  rlm_sql_postgresql. > > configure: 
  warning: FAILURE: rlm_sql_postgresql requires: > libpq-fe.h 
  libpq. > > configure: 
  warning: oracle headers not found.  Use > > 
  --with-oracle-home-dir=. > > configure: 
  warning: sql submodule 'oracle' disabled > > configure: 
  warning: unixODBC headers not found.  Use > > 
  --with-unixodbc-include-dir=. > > configure: 
  warning: sql submodule 'unixodbc' disabled > > configure: 
  warning: silently not building rlm_x99_token. > > configure: 
  warning: FAILURE: rlm_x99_token requires: > 
  des_cbc_encrypt. > > 
  > 
  > ssl.h is in /usr/include/openssl on my system. I tried to 
  > use 
  ./configure > > with 
  --with-openssl-inc=/usr/include en /usr/include/openssl > etc. but 
  with > > no luck. 
  Openssl on my system is RPM based on my system. I > can't easly 
  > > 
  remove it because it has a whole lot of dependencies with > other RPM's I 
  need > > (I know RPM's 
  suck sometimes). Any tips? > > 
  > 
  > Cheers, > > 
  > 
  > Seb > > 
  > 
  > > > 
  > 
  > > > 
  > 
  > - > > List 
  info/subscribe/unsubscribe? See > http://www.freeradius.org/list/users.html > DISCLAIMER 
  > e-mail, 
  and any attachments thereto, is intended only for use > by the 
  addressee(s) named herein and may contain legally > privileged and/or 
  confidential information. If you are not the > intended recipient 
  of this e-mail, you are hereby 

RE: Can't get freeradius-0.9.3 compiled on Redhat 9

2003-11-21 Thread Sebastiaan Mangoentinojo
Title: Re: Can't get freeradius-0.9.3 compiled on Redhat 9



Yea that would be 
nice! :)

  -Original Message-From: Kaczmarek, Thaddeus 
  [mailto:[EMAIL PROTECTED]Sent: vrijdag 21 november 2003 
  17:40To: [EMAIL PROTECTED]Subject: Re: 
  Can't get freeradius-0.9.3 compiled on Redhat 9
  Want me to email you the rpms I built? Ted On Fri, 2003-11-21 at 10:21, Sebastiaan 
  Mangoentinojo wrote: > Hi, > > I spend the better half of the day 
  trying to compile Freeradius on Redhat 9 > (I'm 
  going to use it for test purposes), but I'm stuck at the moment. 
  > > I get the following 
  ./configure warnings: > > configure: warning: silently not building rlm_eap_tls. 
  > configure: warning: FAILURE: rlm_eap_tls requires:  
  (openssl/ssl.h). > configure: warning: the comm_err 
  library isn't found! > configure: warning: silently 
  not building rlm_krb5. > configure: warning: 
  FAILURE: rlm_krb5 requires:  krb5. > 
  configure: warning: silently not building rlm_ldap. > configure: warning: FAILURE: rlm_ldap requires:  
  liblber. > configure: warning: silently not 
  building rlm_pam. > configure: warning: FAILURE: 
  rlm_pam requires:  libpam. > configure: 
  warning: iodbc headers not found.  Use > 
  --with-iodbc-include-dir=. > configure: 
  warning: sql submodule 'iodbc' disabled > 
  configure: warning: silently not building rlm_sql_postgresql. > configure: warning: FAILURE: rlm_sql_postgresql requires:  
  libpq-fe.h libpq. > configure: warning: oracle 
  headers not found.  Use > 
  --with-oracle-home-dir=. > configure: 
  warning: sql submodule 'oracle' disabled > 
  configure: warning: unixODBC headers not found.  Use > --with-unixodbc-include-dir=. > configure: warning: sql submodule 'unixodbc' disabled 
  > configure: warning: silently not building 
  rlm_x99_token. > configure: warning: FAILURE: 
  rlm_x99_token requires:  des_cbc_encrypt. > 
  > ssl.h is in /usr/include/openssl on my system. I 
  tried to use ./configure > with 
  --with-openssl-inc=/usr/include en /usr/include/openssl etc. but with 
  > no luck. Openssl on my system is RPM based on my system. 
  I can't easly > remove it because it has a whole 
  lot of dependencies with other RPM's I need > (I 
  know RPM's suck sometimes). Any tips? > 
  > Cheers, > 
  > Seb > > > > 
  > > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html DISCLAIMER e-mail, and any attachments thereto, 
  is intended only for use by the addressee(s) named herein and may contain 
  legally privileged and/or confidential information. If you are not the 
  intended recipient of this e-mail, you are hereby notified that any 
  dissemination, distribution or copying of this e-mail, and any attachments 
  thereto, is strictly prohibited. If you have received this e-mail in error, 
  please immediately notify me and permanently delete the original and any copy 
  of any e-mail and any printout thereof.
  E-mail transmission cannot be guaranteed to be secure or 
  error-free. The sender therefore does not accept liability for any errors or 
  omissions in the contents of this message which arise as a result of e-mail 
  transmission.
  REGARDING PRIVACY AND CONFIDENTIALITY Crown Financial Group may, at its discretion, monitor and review the 
  content of all e-mail communications. 


Can't get freeradius-0.9.3 compiled on Redhat 9

2003-11-21 Thread Sebastiaan Mangoentinojo
Hi,

I spend the better half of the day trying to compile Freeradius on Redhat 9
(I'm going to use it for test purposes), but I'm stuck at the moment. 

I get the following ./configure warnings: 

configure: warning: silently not building rlm_eap_tls.
configure: warning: FAILURE: rlm_eap_tls requires:  (openssl/ssl.h).
configure: warning: the comm_err library isn't found!
configure: warning: silently not building rlm_krb5.
configure: warning: FAILURE: rlm_krb5 requires:  krb5.
configure: warning: silently not building rlm_ldap.
configure: warning: FAILURE: rlm_ldap requires:  liblber.
configure: warning: silently not building rlm_pam.
configure: warning: FAILURE: rlm_pam requires:  libpam.
configure: warning: iodbc headers not found.  Use
--with-iodbc-include-dir=.
configure: warning: sql submodule 'iodbc' disabled
configure: warning: silently not building rlm_sql_postgresql.
configure: warning: FAILURE: rlm_sql_postgresql requires:  libpq-fe.h libpq.
configure: warning: oracle headers not found.  Use
--with-oracle-home-dir=.
configure: warning: sql submodule 'oracle' disabled
configure: warning: unixODBC headers not found.  Use
--with-unixodbc-include-dir=.
configure: warning: sql submodule 'unixodbc' disabled
configure: warning: silently not building rlm_x99_token.
configure: warning: FAILURE: rlm_x99_token requires:  des_cbc_encrypt.

ssl.h is in /usr/include/openssl on my system. I tried to use ./configure
with --with-openssl-inc=/usr/include en /usr/include/openssl etc. but with
no luck. Openssl on my system is RPM based on my system. I can't easly
remove it because it has a whole lot of dependencies with other RPM's I need
(I know RPM's suck sometimes). Any tips?

Cheers,

Seb





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