Re: lconfig cores [ was: staroffice ]

1999-10-09 Thread Randy Bush

# /compat/linux/sbin/ldconfig
Segmentation fault (core dumped)

could it be that i need more compat libs than 22?

randy


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



Re: lconfig cores [ was: staroffice ]

1999-10-09 Thread Andrzej Bialecki

On Sat, 9 Oct 1999, Randy Bush wrote:

 # /compat/linux/sbin/ldconfig
 Segmentation fault (core dumped)
 
 could it be that i need more compat libs than 22?

Usually when you're missing some lib, the program wouldn't start at all.
It could be that you have some incompatible version of the libs, though...
but overall it looks to me like screwed up installation of linux_base
port. Try the standard IT solution: reinstall linux_base.

Andrzej Bialecki

//  [EMAIL PROTECTED] WebGiro AB, Sweden (http://www.webgiro.com)
// ---
// -- FreeBSD: The Power to Serve. http://www.freebsd.org 
// --- Small  Embedded FreeBSD: http://www.freebsd.org/~picobsd/ 



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



Re: lconfig cores [ was: staroffice ]

1999-10-09 Thread Randy Bush

 # /compat/linux/sbin/ldconfig
 Segmentation fault (core dumped)
 
 could it be that i need more compat libs than 22?
 
 I cannot swear (or attest) to this, but I recall there being
 a problem with the realtime threads and SMP... am I off-base?
 I thought that StarOffice was hosed on dual processor kernels
 (or at least the installation).  Someone posted awhile back about
 doing the install on a UP kernel and then rebooting SMP...
 
 whoops!  indeed, the host is smp.
 
 will try.

nope.  made non-smp kernel by commenting out

# To make an SMP kernel, the next two are needed
options SMP # Symmetric MultiProcessor Kernel
options APIC_IO # Symmetric (APIC) I/O
# Optionally these may need tweaked, (defaults shown):
options NCPU=2  # number of CPUs
options NBUS=4  # number of busses
options NAPIC=2 # number of IO APICs
options NINTR=24# number of INTs

rebooted that kernel

# /compat/linux/sbin/ldconfig
Segmentation fault (core dumped)

randy


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