Skip site navigation (1)Skip section navigation (2)
Date:        Wed, 13 Jun 2001 11:11:21 +0200
From:      Arjan Knepper <arjan@jak.nl>
To:        Igor Kulemzin <kulemzinn@mail.ru>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Pervasive SQL.2000
Message-ID:  <3B272E39.7285FFA@jak.nl>
References:  <146330288980.20010613120647@mail.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
Igor Kulemzin wrote:

> Hi,
>
>   How can i port Pervasive SQL server from Linux 6.0?
>   I use linux emulation, compiled in kernel, linux libriries.
>   I run mkded and get this error:
>
> MicroKernel Database Engine v7.82.0
> (c) Copyright Pervasive Software Inc. 1982-2000
>               All Rights Reserved
>
> MKDE0818: Error initializing system semaphores

Make sure you have the lines:
OPTIONS    SYSVSHM
OPTIONS    SYSVSEM
OPTIONS    SYSVMSG

In your kernel config.

Also take a look at the LINT file for other SYSVXXX related options
regarding the maximums to allocate.

If you get it up and running pleade let me know.

Good luck
Arjan



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B272E39.7285FFA>