Re: Subversion Port

2006-01-24 Thread K. Workman



Giorgos Keramidas wrote:

On 2006-01-23 14:39, K. Workman [EMAIL PROTECTED] wrote:
  

Giorgos Keramidas wrote:


On 2006-01-23 14:09, K. Workman [EMAIL PROTECTED] wrote:
  

Giorgos Keramidas wrote:


subversion/svnversion/svnversion . /repos/svn/trunk 
/usr/local/include/subversion-1/svn-revision.txt
/libexec/ld-elf.so.1: /usr/lib/libkrb5.so: Undefined symbol
initialize_asn1_error_table_r
*** Error code 1


Other programs are going to have problems too, if you don't have a
proper libasn1.so installed.  I have a debugging world installed here,
so I can see that:

[EMAIL PROTECTED]:/root# nm /usr/lib/libasn1* | grep
initialize_asn1_error_table_r
 T initialize_asn1_error_table_r
00014fb0 T initialize_asn1_error_table_r
00014fb0 T initialize_asn1_error_table_r
 T initialize_asn1_error_table_r
[EMAIL PROTECTED]:/root#

Are you using any special options in /etc/make.conf to build your
userland?
  

No, I'm not using any special options. In fact, I've not formally
re-built all of userland since installing 5.4. Although, I have been
continually upgrading the various ports as they become available. So,
prior to the subversion upgrade, pkg_version reports all other ports
up-to-date.


Ok.  Do you have libasn1.so though?
  

Yes.

lrwxrwxrwx  1 root  wheel  12 Nov 15 17:24 libasn1.so - libasn1.so.7
-r--r--r--  1 root  wheel  132788 May  8  2005 libasn1.so.7



That's odd.  You seem to have libasn1.so, but for some reason
svnversion can't find it at runtime.  Are you, by any chance
using any of the ldconfig-related options in your /etc/rc.conf
file, i.e.:

ldconfig_paths=...

This could explain why some binaries cannot locate system libraries.
  


Yeah, it is pretty strange. My /etc/rc.conf file is clear of any 
ldconfig issues. I'll probably take another hard look at the make file 
and see what I can find. It could be there is a problem in the make file 
that I've missed. All things being equal, at this point in time I see 
only two alternatives:


1) The make file isn't pointing to the proper library
2) The library is old and doesn't contain the proper symbol.




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Subversion Port

2006-01-23 Thread K. Workman

I currently have subversion 1.3.0 installed on my FreeBSD 5.4 host.

I've been keeping up-to-date with the ports tree and I've since noticed 
that a newer version of subversion is available. So, I tried to use 
portupgrade to install it. However, I'm running into a problem:



subversion/svnversion/svnversion . /repos/svn/trunk  
/usr/local/include/subvers

ion-1/svn-revision.txt
/libexec/ld-elf.so.1: /usr/lib/libkrb5.so: Undefined symbol 
initialize_asn1_err

or_table_r
*** Error code 1

Stop in /usr/ports/devel/subversion/work/subversion-1.3.0.
*** Error code 1

Stop in /usr/ports/devel/subversion.
*** Error code 1

/usr/include/asn1_err.h



Apparently, it is trying to use kerberos, but is having a problem with a 
library.


Any suggestions as to how I might fix this problem would be appreciated.

Thanks!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Subversion Port

2006-01-23 Thread K. Workman

Giorgos Keramidas wrote:

On 2006-01-23 10:18, K. Workman [EMAIL PROTECTED] wrote:
  

I currently have subversion 1.3.0 installed on my FreeBSD 5.4 host.

I've been keeping up-to-date with the ports tree and I've since noticed
that a newer version of subversion is available. So, I tried to use
portupgrade to install it. However, I'm running into a problem:


subversion/svnversion/svnversion . /repos/svn/trunk 

/usr/local/include/subvers
ion-1/svn-revision.txt
/libexec/ld-elf.so.1: /usr/lib/libkrb5.so: Undefined symbol
initialize_asn1_err
or_table_r
*** Error code 1

Stop in /usr/ports/devel/subversion/work/subversion-1.3.0.
*** Error code 1

Stop in /usr/ports/devel/subversion.
*** Error code 1

/usr/include/asn1_err.h


Apparently, it is trying to use kerberos, but is having a problem with a

library.



Other programs are going to have problems too, if you don't have a
proper libasn1.so installed.  I have a debugging world installed here,
so I can see that:

[EMAIL PROTECTED]:/root# nm /usr/lib/libasn1* | grep 
initialize_asn1_error_table_r
 T initialize_asn1_error_table_r
00014fb0 T initialize_asn1_error_table_r
00014fb0 T initialize_asn1_error_table_r
 T initialize_asn1_error_table_r
[EMAIL PROTECTED]:/root#

Are you using any special options in /etc/make.conf to build your
userland?
  


No, I'm not using any special options. In fact, I've not formally 
re-built all of userland since installing 5.4. Although, I have been 
continually upgrading the various ports as they become available. So, 
prior to the subversion upgrade, pkg_version reports all other ports 
up-to-date.


Interestingly enough, if I'm missing something on my system, I would 
have expected portupgrade to build it, as well?


Thanks.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Subversion Port

2006-01-23 Thread K. Workman



Giorgos Keramidas wrote:

On 2006-01-23 14:09, K. Workman [EMAIL PROTECTED] wrote:
  

Giorgos Keramidas wrote:


subversion/svnversion/svnversion . /repos/svn/trunk  
/usr/local/include/subversion-1/svn-revision.txt
/libexec/ld-elf.so.1: /usr/lib/libkrb5.so: Undefined symbol
initialize_asn1_error_table_r
*** Error code 1


Other programs are going to have problems too, if you don't have a
proper libasn1.so installed.  I have a debugging world installed here,
so I can see that:

[EMAIL PROTECTED]:/root# nm /usr/lib/libasn1* | grep 
initialize_asn1_error_table_r
 T initialize_asn1_error_table_r
00014fb0 T initialize_asn1_error_table_r
00014fb0 T initialize_asn1_error_table_r
 T initialize_asn1_error_table_r
[EMAIL PROTECTED]:/root#

Are you using any special options in /etc/make.conf to build your
userland?
  

No, I'm not using any special options. In fact, I've not formally
re-built all of userland since installing 5.4. Although, I have been
continually upgrading the various ports as they become available. So,
prior to the subversion upgrade, pkg_version reports all other ports
up-to-date.



Ok.  Do you have libasn1.so though?
  

Yes.

lrwxrwxrwx  1 root  wheel  12 Nov 15 17:24 libasn1.so - libasn1.so.7
-r--r--r--  1 root  wheel  132788 May  8  2005 libasn1.so.7


Could it be that the latest subversion port will not compile, as is, 
against 5.4? Will I need to upgrade to 6.X?


Thanks.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: freeradius freebsd-6.0

2006-01-12 Thread K. Workman

I just recently got this working on my system (5.4).

Have you tried running it in the foreground (-fX) to see if it is 
reporting any additional errors? It wouldn't run on my system unless all 
the configuration files were present and correct.


Beastie wrote:

Dear List.

I try to running freeradius 1.0.5 on FreeBSD-6.0 Stable.
freeradius install from latest port, installation was successfull.
but i can't see the server is running and working.
ps ax | grep radius or netsat -ta | grep radius came with no result,  
after starting service from rc startup file provided or via command 
line tools radiusd.


this is my radiusd -X

beastie# radiusd -X
Starting - reading configuration files ...
reread_config:  reading radiusd.conf
Config:   including file: /usr/local/etc/raddb/proxy.conf
Config:   including file: /usr/local/etc/raddb/clients.conf
Config:   including file: /usr/local/etc/raddb/snmp.conf
Config:   including file: /usr/local/etc/raddb/eap.conf
Config:   including file: /usr/local/etc/raddb/sql.conf
main: prefix = /usr/local
main: localstatedir = /var
main: logdir = /var/log
main: libdir = /usr/local/lib
main: radacctdir = /var/log/radacct
main: hostname_lookups = no
main: max_request_time = 30
main: cleanup_delay = 5
main: max_requests = 1024
main: delete_blocked_requests = 0
main: port = 0
main: allow_core_dumps = no
main: log_stripped_names = no
main: log_file = /var/log/radius.log
main: log_auth = no
main: log_auth_badpass = no
main: log_auth_goodpass = no
main: pidfile = /var/run/radiusd/radiusd.pid
main: user = nobody
main: group = shadow
main: usercollide = no
main: lower_user = no
main: lower_pass = no
main: nospace_user = no
main: nospace_pass = no
main: checkrad = /usr/local/sbin/checkrad
main: proxy_requests = yes
proxy: retry_delay = 5
proxy: retry_count = 3
proxy: synchronous = no
proxy: default_fallback = yes
proxy: dead_time = 120
proxy: post_proxy_authorize = yes
proxy: wake_all_if_all_dead = no
security: max_attributes = 200
security: reject_delay = 1
security: status_server = no
main: debug_level = 0
read_config_files:  reading dictionary
read_config_files:  reading naslist
Using deprecated naslist file.  Support for this will go away soon.
read_config_files:  reading clients

Is there anyone can help me to fix this ?

regards
reza
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]