USB wireless adapter (netgear wg121)

2004-02-05 Thread Wang
USB adapters are supported by default in FreeBSD 5? Is this true, or is there something I need to enable in the kernel? I am just not sure what to do in order to get this working, and until it works...my BSD box is without inet access :(:( Could anyone help? Thanks for your time! Best regards Wang

USB Wireless Adapter support in fbsd 5.1?

2004-02-06 Thread Wang
whilst sitting in a shell...I get: ugen1: BayNETGEAR product 0x4210, rev 2.00/2.03, addr2 But "ifconfig -a" reveals no wireless adapters :( Thanks for your time! Best regards Wang ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.o

Re: Mounting Western Digital USB drive?

2007-12-12 Thread Yi Wang
; > > > > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > -- Regards, Wang Yi ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Where I can download the full source tree for Freebsd (MISA processor)

2008-09-21 Thread jack wang
HI,   Please refer me the web page to download the full source tree for freebsd (MIPS processor), that I could download and compile the source tree for mips cpu specific   Thanks,   Jack ___ freebsd-questions@freebsd.org mailing list http://lists.fre

How can I get the screenshots only under the command-line?

2008-10-28 Thread zhenghua wang
I wanna get some screenshots of my command-line-only system(8-current),how can I perform this? Thanks a lot,looking forward to your mail. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubsc

Re: chmod operation on directories / files

2008-05-07 Thread Yi Wang
; ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > -- Regards, Wang Yi ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Some questions about Link Aggregation and Failover

2012-03-06 Thread bo wang
Hello: Recently I want to do Link Aggregation for increasing the speed. I use a Cisco 3750 Switche and two IBM Server R with BSD 9.0 .I do link aggregation According to this page. http://www.freebsd.org/doc/en/books/handbook/network-aggregation.html I use LACP .But when i ha

Re: Some questions about Link Aggregation and Failover

2012-03-07 Thread bo wang
Distributing: Defaulted: Expired: Yes Yes No No 2012/3/7 bo wang : > Hello: >      Recently I want to do Link Aggregation for increasing the > speed. I use a Cisco 3750 Switche and two IBM Server R       with BSD > 9.0 .I do link aggregatio

about the top speed of Link Aggregation and A STRANGE PROBLEM

2012-03-09 Thread bo wang
Hi : I use a dell server making Link Aggregation with 6 ports and make it be a FTP server. When I use 2 pc connect the server at the same time. The top speed of the server can be 200MB/S. And in the transmission I cut off one of working ports,the discard connetion will be use another working p

wedding chairs and tables

2013-06-24 Thread Elieen Wang
Dears We are manufacturer of chairs for wedding,event,hire,office ect. from China. High quality and low price. Could we have a chance to cooperated with you?May i know the contact information of your purchase dept.? Thank you in advance.Nice day to you. B.R Elieen Wang

HELP FOR SUN NETRA T1 HME1

2003-10-26 Thread Wang Feng
Dear Sir: I have installed FREEBSD 5.1 o my Netra T1 computer, But I can't find 2nd Network Card , HME1, May you give me any suggestion? regards yours Wangfeng _ 免费下载 MSN Explorer: http://explorer.msn.com/lccn/ _

support platform

2004-05-05 Thread JAMES WANG
Dear All I am James wang at IBMTaiwan and responsible for IBM xSeries. My question is : Can FreeBSD support IBM high end PC server ( x445, Xeon CPU ) ? thanks james wang WITH BEST REGARDS James Wang Manager,Taichung Office Tel : 04-305 5678 Ext 1548 or Direct : 04-324 1548

Did we must put the mounted partition '/' and '/boot' in the same slice ?

2005-07-07 Thread Shark Wang
Today, I heard something on the partition policy for FreeBSD. Someone said that we must put the mounted partition '/' and '/boot' in the same slice, otherwise, the System will not boot up ! Can someone give me a confirmed anwser? thanks! ___ freebsd-que

Re: Did we must put the mounted partition '/' and '/boot' in the same slice ?

2005-07-07 Thread Shark Wang
usr -> 6144M ad0s1f /var -> 512M ad0s1g /home -> 2017M ad0s1h /tmp -> 512M But after I finished my installation and reboot FreeBSD, it will not load sccuessfully! Could you tell me what's the mistakes ? thanks a lot ! -Shark On 7/7/05, Alex Zbyslaw <[EMAI

Re: Did we must put the mounted partition '/' and '/boot' in the same slice ?

2005-07-07 Thread Shark Wang
as I had read some partitions material about legacy Unix, I try to separate '/boot' from '/' for my large space on '/' . another question come up : Is ad0s1d the first blocks of the disk which based on partitions layout that my gave? thanks! -Shark On 7/8/05, John McAree <[EMAIL PROTECTED]>

Re: Did we must put the mounted partition '/' and '/boot' in the same slice ?

2005-07-07 Thread Shark Wang
Thanks a lot, I had got the key points ! -Shark On 7/8/05, Alex Zbyslaw <[EMAIL PROTECTED]> wrote: > Shark Wang wrote: > > >as I had read some partitions material about legacy Unix, I try to > >separate '/boot' from '/' for my large space on '/&#

Can't use 'su' command, after I installed FreeBSD by minimized model !

2005-07-08 Thread Shark Wang
When I logon, my $SHELL is /bin/sh, but when I use 'su root' to do some confige, the system told me : $ su su: Sorry I found out the su command location with the following : $ which su /usr/bin/su Anybody help me to figure out the problems ? thanks!

buildkernel failed

2005-07-26 Thread Wang FreeBSD
I'm a programmer on Windows but a newbie to FreeBSD. I installed a new FreeBSD 5.2.1 and want to upgrade to 5-STABLE. I had try 5.4 and meet the problem too. When I buildworld meet some problem in libstdc++, can't found unwind.h. I fixed it by modify the Makefile under libstdc++, set CXXFLAGS has

Re: buildkernel failed

2005-07-26 Thread Wang FreeBSD
On 7/27/05, Jörg Reisenweber <[EMAIL PROTECTED]> wrote: > Hi Wang, > > > Am 27.07.2005 um 02:03 schrieb Wang FreeBSD: > > ERROR: version of config(8) does not match kernel! > config version = 500012, version required = 500013 > > > it seems to me that you h

buildworld failed in /usr/src/contrib/groff/src/preproc/eqn/eqn.y and lex.cpp, no such file box.h and eqn_tab.h

2005-07-28 Thread Wang FreeBSD
I want to migration from FreeBSD 5.2 to FreeBSD RELENG_5. After using cvsup update source code, I run buildworld. First time it stop at libstdc++, no unwind.h, I fixed it by modify Makefile.inc in it. Second time it stop at libsupc++, fixed it with same way. Third time, it failed in libgroff, fixe

TCFS on FreeBSD

2004-10-15 Thread Yan Wang
Dear all, I tried to port Transparent Cryptographic File System (http://www.tcfs.it) OpenBSD version to FreeBSD 4.8, but failed. Has any one tried this before? How much modification is needed? Any info is appreciated. Thanks, Yan ___ [EMAIL PROTECTE

TCFS on FreeBSD (fwd)

2004-10-17 Thread Yan Wang
Dear all, I tried to port Transparent Cryptographic File System (http://www.tcfs.it) OpenBSD version to FreeBSD 4.8, but failed. Has any one tried this before? How much modification is needed? Any info is appreciated. Thanks, Yan ___ [EMAIL PROTECT

freebsd samba bug report

2004-10-02 Thread Feng Wang
Dear Freebsd development team: I found the samba server on freebsd corrupts my file under the following conditions: Put a large text file, in my case a fortran 77 source code, in unix format. Open it using any text editor under windowxp. I tried ultraedit and compaq visual fortran ide. The file w

Got an error: Unknown option "DDB_CTF"

2010-11-22 Thread Weihang Wang
encounters an error: Unknown option "DDB_CTF", I have no idea how to fix this? Could anyone help me to see why this happens?? Thanks in advance. Best, W. Wang ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listin

Re: Got an error: Unknown option "DDB_CTF"

2010-11-22 Thread Weihang Wang
FreeBSD 6.0. The transport protocol may change the network stack of the kernel networking system, so I do not know whether this would work. Hope to hear from you. Thank you very much. Best, W.Wang On Nov 22, 2010, at 12:08 PM, Dan Nelson wrote: > In the last episode (Nov 22), Weihang Wang s

Re: Got an error: Unknown option "DDB_CTF"

2010-11-22 Thread Weihang Wang
elson wrote: > In the last episode (Nov 22), Weihang Wang said: >> On Nov 22, 2010, at 12:08 PM, Dan Nelson wrote: >>> In the last episode (Nov 22), Weihang Wang said: >>>> I am a totally newbie to FreeBSD. I am building a custom kernel based >>>> on FreeBSD

Re: Got an error: Unknown option "DDB_CTF"

2010-11-22 Thread Weihang Wang
6:41 PM, Weihang Wang wrote: > Hi, > > Thanks again. The transport protocol is not implemented by me, but I need to > run this protocol to see the behavior of this protocol. So now I have no idea > about the implementation of the transport protocol and don't know whether it > c

FreeBSD on Virtualbox: No network access

2010-12-02 Thread Weihang Wang
Hi all, I am running FreeBSD 8.1 in Virtualbox OSE as a guest OS on Ubuntu. Now the guest OS does not have network access. When using ifconfig, the virtual ethernet card le0 (when using PCI II) or pcn0 (when using PCnet FAST III) has no IP address. I have configured ifconfig_le0/pcn0="DHCP" in

Re: Got an error: Unknown option "DDB_CTF"

2010-12-02 Thread Weihang Wang
On Dec 2, 2010, at 9:03 PM, Chris Brennan wrote: > Hi Chris, > > Thanks for your kind help. Now I am running FreeBSD on Virtualbox as a guest > OS on Ubuntu. But I got some other problems. I have searched on the Internet > but could not find a solution work for me. > Now the guest OS does hav

Re: Got an error: Unknown option "DDB_CTF"

2010-12-02 Thread Weihang Wang
On Dec 2, 2010, at 9:40 PM, Chris Brennan wrote: > Hi, > > I will try and see whether the same method works for me. If it could not get > network access. I am afraid I could not use virtual machine and might go back > to run FreeBSD on real hardware. Thank you very much, > > Best, > W.W. > >

Re: Got an error: Unknown option "DDB_CTF"

2010-12-02 Thread Weihang Wang
On Dec 2, 2010, at 10:16 PM, Chris Brennan wrote: > Hi Chris, > > I use FreeBSD version 8.1, the host OS is Ubuntu 10.10. The host OS could > connect to the Internet correctly. This host uses a private IP address. Yes, > I allowed the VM software to install the bridge adapter now, when booting

Re: FreeBSD on Virtualbox: No network access

2010-12-02 Thread Weihang Wang
Best, W.W. On Dec 2, 2010, at 11:55 PM, Martes G Wigglesworth wrote: > > On 12/02/2010 09:03 PM, Weihang Wang wrote: >> Now the guest OS does not have network access. When using ifconfig, the >> virtual ethernet card le0 (when using PCI II) or pcn0 (when using PCnet FAS

Re: FreeBSD on Virtualbox: No network access

2010-12-04 Thread Weihang Wang
, Matthew Seaman wrote: > On 03/12/2010 09:25, Timm Wimmers wrote: >> Am Freitag, den 03.12.2010, 00:33 -0500 schrieb Weihang Wang: >>> Hi Martes, >>> >>> I have tried the first two interfaces which are said to be supported by >>> FreeBSD, they do no

Re: FreeBSD on Virtualbox: No network access

2010-12-08 Thread Weihang Wang
On Dec 3, 2010, at 4:25 AM, Timm Wimmers wrote: > Am Freitag, den 03.12.2010, 00:33 -0500 schrieb Weihang Wang: >> Hi Martes, >> >> I have tried the first two interfaces which are said to be supported by >> FreeBSD, they do not work. Surprisingly, now I choose the o

Re: FreeBSD on Virtualbox: No network access

2010-12-09 Thread Weihang Wang
On Dec 8, 2010, at 11:47 PM, Adam Vande More wrote: > On Wed, Dec 8, 2010 at 10:34 PM, Weihang Wang wrote: > >> Hi, >> >> Could someone tell me how to enable Bridge mode? >> > > Seems like you already know how since you do it below. > > >>

Re: FreeBSD on Virtualbox: No network access

2010-12-09 Thread Weihang Wang
On Dec 9, 2010, at 3:40 PM, Chris Brennan wrote: > On Thu, Dec 9, 2010 at 1:48 PM, Weihang Wang wrote: > >> Hi, >> >> I do not configure a DHCP server. When my FreeBSD 6.0 is booting, there are >> several DHCPDISCOVERY messages, finally it shows no DHCPO

Re: FreeBSD on Virtualbox: No network access

2010-12-09 Thread Weihang Wang
On Dec 9, 2010, at 4:55 PM, Adam Vande More wrote: > On Thu, Dec 9, 2010 at 12:48 PM, Weihang Wang wrote: > >> I do not configure a DHCP server. When my FreeBSD 6.0 is booting, there are >> several DHCPDISCOVERY messages, finally it shows no DHCPOFFER received. Do I >>

Re: FreeBSD on Virtualbox: No network access

2010-12-09 Thread Weihang Wang
On Dec 9, 2010, at 5:48 PM, Chris Brennan wrote: > On Thu, Dec 9, 2010 at 4:55 PM, Adam Vande More wrote: > >> On Thu, Dec 9, 2010 at 12:48 PM, Weihang Wang wrote: >> > > > Clipped for brevity. > > https://help.*ubuntu*.com/community/VirtualBox/Netwo

How does freebsd supports ipx?

2012-10-12 Thread YC Wang
And if this isn't the most appropriate list for this question, please let me know. Thanks YC Wang ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: How does freebsd supports ipx?

2012-10-14 Thread YC Wang
2012/10/12 Виталий Туровец : > 2012/10/12 YC Wang : >> Hi,all: >> >> I read from wikipedia that freebsd supports ipx. But when I tried >> to set ipx address on em0,it showed the following message: >> >> freebsd-yc# ifconfig em0 ipx (netnum.nod

Re: How does freebsd supports ipx?

2012-10-16 Thread YC Wang
2012/10/16 ill...@gmail.com : > On 15 October 2012 02:23, YC Wang wrote: > ... >> >> I rebuilt the kernel with "option IPX", but it didn't seem to work. >> Below was what I did: >> >> 1) create a new configure file IPXKERNEL enabling "

samba 3.0.23d can't get work

2007-01-31 Thread Alex Wang
Hi All I upgrade samba from 3.0.22 to 3.0.23d through port tree. After that the samba server stop working. I can run wbinfo -u and wbinfo -g to get user/group list. i can run wbinfo -a username%password and get plaintext password authentication succeeded challenge/response password authenticati

problem building sendmail+sasl FIXED

2005-09-24 Thread Michael Wang
May I ask how you were able to fix this problem? Michael ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: mount & ntfs-3g

2007-12-25 Thread Yi Wang
listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > -- Regards, Wang Yi ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Making installworld got stuck on SunFire v20z (Freebsd 8.0)

2010-02-18 Thread Lucas Wang
I tried to install Freebsd 8.0 on one of our lab machines, which is SunFire v20z. After successfully installing it from CD, I followed the following steps trying to update the kernel and world: cvsup make buildworld make buildkernel make installkernel reboot mergemaster -p make installworld Every

Re: Making installworld got stuck on SunFire v20z (Freebsd 8.0)

2010-02-20 Thread Lucas Wang
Thanks for your reply. I'll give it a try. Lucas On Feb 20, 2010, at 5:00 PM, Ivan Voras wrote: > Lucas Wang wrote: >> I tried to install Freebsd 8.0 on one of our lab machines, which is >> SunFire v20z. After successfully installing it from CD, I followed the >>

HARDWARE COMPATABLE

2003-07-24 Thread ALLEN WANG
Hello, we are computer company for computer server, we sold out some severs with ECS P4VMM2 motherboard, but our customer can't run FreeBSD. would you please list the compatable motherboard, video card, hdd etc. regards, allen - Do you Yahoo!? Yahoo! Si

[no subject]

2003-09-06 Thread wang bin
I download 5.1 ISO freebsd from a ftp, and I use UltraISO extract it to d:\freebsd ..My computer is parted two primary partitions C: D:. On D: ,there is few files , I want to install freebsd on d:.how can i do .I can not use floppy to boot .how to use fbsdboot.exe to boot. Thank you . ___

4.9-R panic with Lava DSerial-PCI 3.3v and device puc

2004-04-02 Thread Michael Wang
" are illegal in 4.9-R. (3c) I have Lava DSerial-PCI 3.3v, should I use this? options "COM_MULTIPORT" device puc device sio4 at isa? port 0x2a0 flags 0x581 device sio5 at isa? port 0x2a8 flags 0x581 irq 11 Thanks a lot. -- Michael Wang * http://www.unixlabplus.com/ * [EMAIL PR

Re: How to find out which ports contains a specified command.

2009-04-06 Thread Peter Wang
Paul Schmehl writes: yes, that's exactly what i want, thanks! -peter > --On April 5, 2009 6:13:57 PM -0400 ill...@gmail.com wrote: > >> 2009/4/5 Peter Wang : >>> >>> for example, after i installed pfsense, which is based on freebsd >>> rel

Re: How to find out which ports contains a specified command.

2009-04-06 Thread Peter Wang
Paul Schmehl writes: yes, that's exactly what i want, thanks. -peter > --On April 5, 2009 6:13:57 PM -0400 ill...@gmail.com wrote: > >> 2009/4/5 Peter Wang : >>> >>> for example, after i installed pfsense, which is based on freebsd >>> release 7.1, i

How to create a livecd without compiling everything.

2009-04-19 Thread Peter Wang
Hi, all. I want to create a customized freebsd livecd, and i have read quite a lot guides about how to do that. but the problem is: most of these need make buildworld, make buildkernel ... I think it's hard for my notebook do that. so is there a simpler/quicker way in which i can create a livec

Re: How to create a livecd without compiling everything.

2009-04-20 Thread Peter Wang
Josh Paetzel writes: > On Apr 20, 2009, at 1:23 AM, Peter Wang wrote: > >> >> Hi, all. >> >> I want to create a customized freebsd livecd, and i have read quite a >> lot guides about how to do that. but the problem is: most of these >> need make buildwor

Re: Disk access is slowing my Eee PC

2008-08-28 Thread Yi Wang
has the same performance? I installed 7-stable on it. works fine. -- Regards, Wang Yi ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

nfs server /home not responding

2010-08-24 Thread Lucas Wang
Hi experts, We use NFS to store /home directory for users in our lab. However, we occasionally get blocked from logging in because the automount daemon on a NFS client machine hangs. When that happens, we get this error message on the NFS client machine called "bucks" in its system logs: Aug 24 1

arp: link address is broadcast for IP address??

2003-01-07 Thread yen-po wang
I get a lot of syslog messages(every day/every second) arp: link address is broadcast for IP address 192.168.1.6! arp: link address is broadcast for IP address 192.168.1.7! my private ip is 192.168.6.254 netmask is 192.168.0.0 and what does this message mean? _

Re: arp: link address is broadcast for IP address??

2003-01-07 Thread yen-po wang
oh~ sorry... netmask is 255.255.0.0 not 192.168.0.0 I mean netmask in 255.255.0.0 and got the message arp: link address is broadcast for IP address192.168.1.6! --- Duncan Anker <[EMAIL PROTECTED]> wrote: > On Wed, 2003-01-08 at 11:15, yen-po wang wrote: > > I get a lot of

Re: arp: link address is broadcast for IP address??

2003-01-07 Thread yen-po wang
But there is no machine in 192.168.1.6 My gateway is in 192.168.6.254 other machines in 192.168.0.x 192.168.1.x .3.x .6.x .30.x so I can't use 255.255.255.0 --- Duncan Anker <[EMAIL PROTECTED]> wrote: > On Wed, 2003-01-08 at 11:40, yen-po wang wrote: > > oh~ sorry... > &

protecting cvs repository

2003-01-24 Thread Zhi Cheng Wang
Hi does cvsweb have the ability to ask for username and passwd if web users are trying to browse the repository? i have done this in an ugly way by creating a subdir and put the cvsweb.cgi under this subdir, then in httpd.conf to protect this subdir using http authentication. is there a better wa

Kernel Compiling Problem

2007-01-18 Thread Xu-Long Wang
Hi, Some problem in my kernal file and it suggests that: one code error Sincerely Wang # # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/doc

AT&T substitute available on freebsd?

2010-02-01 Thread Jian Jun Wang
hi everybody, I am not quite technical on this, y'know, in windows, we have AT&T software to access company intranet, not sure whether we have substitute here? I tried to figure out the ways to do that, no luck. I know on linux distribution they have agnclient. any ideas? thank you! -- TNT - Tod

Re: AT&T substitute available on freebsd?

2010-02-01 Thread Jian Jun Wang
thank you all for your help, I'd install virtualbox and try in XP. best regards On Tue, Feb 2, 2010 at 12:05 AM, Dan Nelson wrote: > In the last episode (Feb 01), Ivan Voras said: > > On 02/01/10 15:37, Jian Jun Wang wrote: > > > I am not quite technical on this, y'

gdm background picture missing

2010-04-08 Thread Jian Jun Wang
hi all, I am not familiar with Freebsd, I installed 8.0-release, it had been working well. I read one post that USB webcam could be used in Freebsd 8.0 so I tried to install multimedia/webcamd, multimedia/cuse4bsd-kmod from the port. It also upgraded jpeg from 7.0 to 8.0 and a lot of dependency p

Re: gdm background picture missing

2010-04-09 Thread Jian Jun Wang
this solution worked, although it took me a lot of time to download packages, thank you so much. On Fri, Apr 9, 2010 at 1:40 AM, Adam Vande More wrote: > On Thu, Apr 8, 2010 at 10:38 AM, Jian Jun Wang wrote: > >> Any suggestion on stepsto solve the problem? >> > >

pxeboot

2003-08-21 Thread Jonathan T Wang
I'm interested in installing FreeBSD using PXEBoot. Unfortunately, I don't have access to a FreeBSD machine to get the pxeboot boot loader - does anyone know where I can find it? Thanks, Jonathan Wang ___ [EMAIL PROTECTED] mailing

Re: FreeBSD update warns about 7.0 end of life

2008-12-11 Thread Shaowei Wang (wsw)
The FreeBSD-7.1 is coming soon and we should let 7.0 go ... [?] On Wed, Dec 10, 2008 at 4:17 AM, Robert Huff <[EMAIL PROTECTED]> wrote: > > Joe S writes: > > > When running freebsd-update on FreeBSD 7.0, I noticed this message: > > > > WARNING: FreeBSD 7.0-RELEASE is approaching its End-of-Life

Can i update ports tree using SVN

2008-12-18 Thread Shaowei Wang (wsw)
Hi, Guys, i've updated the FreeBSD sources from svn.freebsd.org/ and it's speed is very good. i want to know can i update the ports tree through some svn server ? Best Regards. -wsw ___ freebsd-questions@freebsd.org mailing lis

Error when MAKE the port IPSEC-TOOLS

2011-02-08 Thread Mac WANG ( Sinosol Asia Ltd.)
Hi guys, There always have error when I MAKE ipsec-tools-0.7.3. How can I do that ? Please help me. FreeBSD 6.3-RELEASE i386 and individuation kernel. make all-am cc -DHAVE_CONFIG_H -I. -I../.. -I./../libipsec -I./../../src/racoon/missing -I/usr/local/include -D_GNU_SOURCE -DSYSCONFDIR