Re: Kind Link Request

2008-05-13 Thread FreeBSD.Arno

   On 12 mei 2008, at 18:44, = Simon Jolle sjolle wrote:

 On 05/12/2008 = 03:06 PM, FreeBSD.Arno wrote:

 ...but it runs on windows and = redhat...?

 http://www.star.net.uk/star/home/hostingoverview.stml

 http://uptime.netcraft.com/up/graph?site=www.star.net.uk

 And = additionally it seems to be a SEO-SPAM request. Tony Gordon
 have = the

 fancy title "Manager Link = Building" :-)

 ooh and i fell for it... lol
 sorry for = the pollution then...

 gr

 Arno

 cheers

 Simon

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


Re: Kind Link Request

2008-05-12 Thread FreeBSD.Arno


On 12 mei 2008, at 14:06, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote:


Good day, my name is Tony Gordon

I came across your site and more specifically your page
(http://www.freebsd.org/commercial/isp.html ) seeing that you  
provide a
resource full link`s page relevant to my client`s online, I was  
wondering if

you would consider adding my Link to your page seeing that my client (
 http://www.star.net.uk/) offers business the
complete online solution, from access to secure communication  
solutions.


My details are as follow.

Title:

Business Connectivity
Description: Business connectivity solution provider, Star Internet,  
offers
business the complete online solution, from access to secure  
communication

solutions
URL:  

http://www.star.net.uk/star/home/ConnectivityOverview/StarMPLS.stml
Please send me your details so I could add your link as well, I  
would be

more than happy to do it:


...but it runs on windows and redhat...?

http://www.star.net.uk/star/home/hostingoverview.stml
http://uptime.netcraft.com/up/graph?site=www.star.net.uk


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


Re: wireshark

2008-04-09 Thread FreeBSD.Arno

Sorry for my late reply.
I have been a bit busy...
]
On 7 apr 2008, at 21:21, Lowell Gilbert wrote:


"FreeBSD.Arno" <[EMAIL PROTECTED]> writes:


Hi Lowell, thanks for your response,

On 7 apr 2008, at 16:23, Lowell Gilbert wrote:


"FreeBSD.Arno" <[EMAIL PROTECTED]> writes:

I installed wireshark on my computer and got this error trying to  
run

it:

/libexec/ld-elf.so.1: /usr/local/lib/libhx509.so.2: Undefined  
symbol

"oid_id_pkcs1_rsaEncryption"


That library doesn't even exist on my machine that has wireshark
installed from ports.


that's strange... what version do you run?
i have version 0.99.8


I don't run it, I just built it long enough to check for you.


oh, thank you very much for that!


I just did a make config, disabling everything and 'make install  
clean'


even now:
[EMAIL PROTECTED] ldd /usr/local/bin/wireshark | grep libhx509
libhx509.so.2 => /usr/local/lib/libhx509.so.2 (0x2a69b000)


I used the default configurations:
# This file is auto-generated by 'make config'.
# No user-servicable parts inside!
# Options for wireshark-0.99.8_2
_OPTIONS_READ=wireshark-0.99.8_2
WITHOUT_RTP=true
WITH_SNMP=true
WITH_ADNS=true
WITH_PCRE=true
WITH_IPV6=true



i tried compiling with and without all the settings, so far without  
any success



I've found some posts of people reporting the same problem, but  
none

of them mention a solution.
http://www.mail-archive.com/[EMAIL PROTECTED]/msg10746.html

Did anyone solve this problem yet?


uname -a:
FreeBSD  7.0-STABLE FreeBSD 7.0-STABLE #18: Mon Mar 31 17:48:52
CEST 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/KERNEL_7  i386


Figure out where that library comes from, and rebuild it and maybe  
its

dependencies?



i found there's a bug reported here for subversion, but i don;t have
that installed
http://www.freebsd.org/cgi/query-pr.cgi?pr=118310

i also found heimdal using this it an people reporting he same error
i installed heimdal but the problem remained the same

i'll try to figure out why wireshark needs this lib on one machine  
and

not on the other...


The key clue is probably in what provides that library.  Which is
Heimdal, so that *should* provide the library.


I did search for heimdal on my system before, but i thought it was a  
port and not part of the base system

My mistake...
I'm looking into that now and am building kernel and world from the  
latest sources atm.


I'll post the results when that's done...



Did you install wireshark from a package?  That may have been built
with a different set of options and/or for a different FreeBSD  
release.


I compiled from sources:
cd /usr/port/net/wireshark/
make install clean


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


Re: wireshark

2008-04-07 Thread FreeBSD.Arno

Hi Lowell, thanks for your response,

On 7 apr 2008, at 16:23, Lowell Gilbert wrote:


"FreeBSD.Arno" <[EMAIL PROTECTED]> writes:


I installed wireshark on my computer and got this error trying to run
it:

/libexec/ld-elf.so.1: /usr/local/lib/libhx509.so.2: Undefined symbol
"oid_id_pkcs1_rsaEncryption"


That library doesn't even exist on my machine that has wireshark
installed from ports.


that's strange... what version do you run?
i have version 0.99.8

I just did a make config, disabling everything and 'make install clean'

even now:
[EMAIL PROTECTED] ldd /usr/local/bin/wireshark | grep libhx509
libhx509.so.2 => /usr/local/lib/libhx509.so.2 (0x2a69b000)



I've found some posts of people reporting the same problem, but none
of them mention a solution.
http://www.mail-archive.com/[EMAIL PROTECTED]/msg10746.html

Did anyone solve this problem yet?


uname -a:
FreeBSD  7.0-STABLE FreeBSD 7.0-STABLE #18: Mon Mar 31 17:48:52
CEST 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/KERNEL_7  i386


Figure out where that library comes from, and rebuild it and maybe its
dependencies?


i found there's a bug reported here for subversion, but i don;t have  
that installed

http://www.freebsd.org/cgi/query-pr.cgi?pr=118310

i also found heimdal using this it an people reporting he same error
i installed heimdal but the problem remained the same

i'll try to figure out why wireshark needs this lib on one machine and  
not on the other...


thanks
Arno

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


wireshark

2008-04-06 Thread FreeBSD.Arno

Hello,

I installed wireshark on my computer and got this error trying to run  
it:


/libexec/ld-elf.so.1: /usr/local/lib/libhx509.so.2: Undefined symbol  
"oid_id_pkcs1_rsaEncryption"


I've found some posts of people reporting the same problem, but none  
of them mention a solution.

http://www.mail-archive.com/[EMAIL PROTECTED]/msg10746.html

Did anyone solve this problem yet?


uname -a:
FreeBSD  7.0-STABLE FreeBSD 7.0-STABLE #18: Mon Mar 31 17:48:52  
CEST 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/KERNEL_7  i386


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