Problems with Netatalk 1.6

2003-01-22 Thread repairshop
I want to have netatalk 1.6 to run on it.

But after ./configure
comes only: 
error Berkeley DB3 not found

What can I do?


Helmut

-- 
+++ GMX - Mail, Messaging  more  http://www.gmx.net +++
NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Problems with Netatalk 1.6

2003-01-22 Thread Paul Everlund
On Wed, 22 Jan 2003 [EMAIL PROTECTED] wrote:

 I want to have netatalk 1.6 to run on it.

 But after ./configure
 comes only:
 error Berkeley DB3 not found

 What can I do?

 Helmut

Are you installing it from the ports-system?

Did you go to /usr/ports/net/netatalk and run make?

If you want to install the app not using the ports-system you
could try to install /usr/ports/databases/db3 and then once
again try to ./configure Netatalk.

Best regards,
Paul


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Problems with Netatalk 1.6

2003-01-22 Thread Joe Marcus Clarke
On Wed, 2003-01-22 at 10:44, [EMAIL PROTECTED] wrote:
 I want to have netatalk 1.6 to run on it.
 
 But after ./configure
 comes only: 
 error Berkeley DB3 not found
 
 What can I do?

Build Netatalk from ports:

# cd /usr/ports/net/netatalk
# make install clean

Else, you can patch the default distribution up so it can find libdb3 on
FreeBSD.

Joe

 
 
 Helmut
-- 
PGP Key : http://www.marcuscom.com/pgp.asc




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message