GNUstep Initialization Problems

Anthony Agelastos iqgrande at gmail.com
Fri Jun 2 08:50:42 PDT 2006


Hello,

### Problem ###
On bootup, my machine displays the following text:

Local package initialization:/libexec/ld-elf.so.1: Shared object  
"libobjc.so.1"
not found, required by "gdnc"

I believe this to be a problem with GNUstep or one of its  
dependencies. Does anyone have any ideas? Thank you all so much for  
your assistance with this.

### Attempts at Fixing Issues ###
This problem seems very familiar to me (as if I have seen its  
solution before or it plagued me sometime in the past and the list  
helped me fix it). Anyways, I could not find much help. If I missed  
something, I do apologize. However, I found

http://wiki.gnustep.org/index.php/Platform_compatibility#FreeBSD

which mentioned that some dependencies may not have built. I went  
through their list and did a `portupgrade -f ` on each of those items  
(after doing a pkg_delete on gnustep*) and then re-installed GNUstep  
and the problem persists.

### Machine Information ###
I am running 6.1-STABLE

%uname -a

FreeBSD dell.home.iq 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13  
01:04:32 EDT 2006     root at dell.home.iq:/usr/obj/usr/src/sys/ 
IQKERNEL  i386

%cat rc.conf

hostname="dell.home.iq"
ifconfig_vr0="DHCP"
nfs_server_enable="YES"
mountd_flags="-r"
linux_enable="YES"
usbd_enable="YES"
moused_enable="YES"
moused_port="/dev/psm0"
moused_type="auto"
rpcbind_enable="YES"
sshd_enable="YES"
inetd_enable="YES"
saver="daemon"
cupsd_enable="YES"
compat4x_enable="YES"
compat5x_enable="YES"
firewall_enable="YES"
firewall_logging="YES"
firewall_script="/etc/ipfw.rules"

%cat make.conf

CPUTYPE?=pentium3
CFLAGS= -O -pipe
CXXFLAGS+= -fconserve-space
NO_LPR=		# do not build lpr and related programs
NO_PROFILE=true		# Avoid compiling profiled libraries
CUPS_OVERWRITE_BASE=yes
WITH_MOZILLA=firefox

# added by use.perl 2006-05-06 21:05:37
PERL_VER=5.8.8
PERL_VERSION=5.8.8



More information about the freebsd-questions mailing list