Date: Thu, 22 Apr 1999 11:50:28 +0200 From: "Vladimir N.Silyaev" <vns@maxa01.tm.odessa.ua> To: freebsd-database@FreeBSD.ORG Subject: Re: Sybase Message-ID: <371EF0E4.381C@maxa01.tm.odessa.ua> References: <000c01be8c3c$db84c330$b16f6478@egypt>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi! Doug Poland wrote: > > I'm attempting to install the Linux version of Sybase on 3.1-RELEASE. My > current stumbling block seems to be not enough free shared memory segments. > Add the next line in the your kernel configuration file: -------- options "SHMMAX=(SHMMAXPGS*PAGE_SIZE+1)" options SHMMAXPGS=4097 ------- After that you are must recompile and install the kernel. > Has anyone successfully install Sybase on FreeBSD? > Yes, I have, and it work perfectly. With best regads, V.Silyaev. P.S. Linux kernel and Sybase SQL have some bug in handling/use fcntl/F_SETOWN and ioctl/FIOSETOWN syscalls. And for install stage you must poll the database engine with SIGIO signals, and after install execute database engine from shells, whose create new process group for launching program, for example the tcsh do it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?371EF0E4.381C>