Date: Mon, 05 Jul 1999 12:14:54 -0700 (PDT) From: Shawn Workman <shawn@bsdguy.com> To: Daniel Garcia <daniel@anakine.com> Cc: freebsd-questions@FreeBSD.ORG Subject: RE: Linux emulation Message-ID: <XFMail.990705121454.shawn@bsdguy.com> In-Reply-To: <19990705174240.A28856@anakine.com>
next in thread | previous in thread | raw e-mail | index | archive | help
I have also been trying to get sybase to work on my BSD box.. I was getting those errors as well, I had to rebuild my kernel with the following options: options SHMMAXPGS=10000 options SHMMNI=100 options SHMSEG=10 options SEMMNS=200 options SEMMNI=70 options SEMMSL=61 For the shared memory.. I had a buddy of mine look into the system because he has setup sybase before and is familiar with it.. He looked in the log files and was seeing errors allocating about 12 MB of memory this fixed the problem.. Did you get any dependancy errors when installing the RPM? On 05-Jul-99 Daniel Garcia wrote: > Hi everybody, > I'm trying to set up the linux_libs-2.6. > My problem is that after klding the linux module, when I try to execute the > Linux binary I get the error: > > /usr/local/sybase/install/sybinit: error in loading shared libraries > libm.so.6: cannot open shared object file: Bad address > > So, I try a /compat/linux/sbin/ldconfig and both with no arguments,or with > the /compat/linux/lib as the argument I get: > > /compat/linux/sbin/ldconfig: warning: can't open /usr/lib (Bad address), > skippin > g > /compat/linux/sbin/ldconfig: warning: can't open /lib (Bad address), skipping > > > I've tried to modifie the /compat/linux/etc/ld.so.conf to point to the > Linux's /lib and /usr/lib with no success.... > I guess the Linux librarys are just for the linux module so I have not put > the /compat libraries in my freebsd's /etc/ld.so.conf. > > Actually, I added this file myself, would that be my problem? > > Thanks for your help > Daniel > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message ---------------------------------- E-Mail: Shawn Workman <shawn@bsdguy.com> Date: 05-Jul-99 Time: 12:11:19 This message was sent by XFMail ---------------------------------- 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?XFMail.990705121454.shawn>