From ericdahan at meiway.com Tue Dec 28 09:07:48 2004 From: ericdahan at meiway.com (Eric DAHAN) Date: Tue Dec 28 09:08:33 2004 Subject: OC-3137 and FBSD 5.3R Message-ID: <6.1.1.1.2.20041228165957.036f4ec0@mail.meiway.com> Hi All, I must install the OC-3137 (Olicom) with FBSD 5.3 : #config VPN -> ok #make depend -> ok #make -> Error undefined reference to `iso88025_input' When i insert "pseudo-device token" in the kernel : config VPN config: VPN:275: syntax error Nota : No problem with 4.8R or 4.9R. Thanks for your help. Eric DAHAN MEI 25 Avenue des Bretagnes 93230 ROMAINVILLE Tel : 01.41.71.06.06 Fax : 01.41.71.06.04. Centre de formation agr?e N?11752906075 http://www.MEIWay.com From david at madole.net Tue Dec 28 10:58:29 2004 From: david at madole.net (David S. Madole) Date: Tue Dec 28 10:59:07 2004 Subject: OC-3137 and FBSD 5.3R References: <6.1.1.1.2.20041228165957.036f4ec0@mail.meiway.com> Message-ID: <006701c4ed0f$3fe151c0$e3e7a8c0@david> > When i insert "pseudo-device token" in the kernel : > > config VPN > > config: VPN:275: syntax error There is no 'pseudo-device' in FreeBSD-5, just use 'device token' instead. David