LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > *BSD
User Name
Password
*BSD This forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc.

Notices


Reply
  Search this Thread
Old 05-02-2004, 10:40 PM   #1
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Rep: Reputation: 56
Starting GNOME problem


Hi folks,

1)
GUI login
=========
Each time login as user to start GNOME. It returned to GUI login. Starting KDE has no problem.

2)
Booted PC to multi-user mode

login as user
$ gnome-session
/libexec/ld-elf.so.1: Share object "libORBit-2.so.0" not found

$ su -
Password:
# cd /usr/ports/devel/ORBit2
make install clean

Rebooted PC to multi-user mode

$ pkg_info | grep -i orbit2
ORBit2-2.8.2 High-performance CORBA ORB with
support for the C language

$ gnome-session
/libexec/ld-elf.so.1: Share object
"libORBit-2.so.0" not found

Problem still there.

Kindly advise how to fix it. TIA

B.R.
satimis
 
Old 05-02-2004, 11:36 PM   #2
Stack
Member
 
Registered: Oct 2003
Distribution: FreeBSD
Posts: 325

Rep: Reputation: 30
How up to date is your ports tree? Have you cvs'ed up of late? What version of FreeBSD are you using?
 
Old 05-02-2004, 11:38 PM   #3
mrcheeks
Senior Member
 
Registered: Mar 2004
Location: far enough
Distribution: OS X 10.6.7
Posts: 1,690

Rep: Reputation: 52
do a portupgrade or check the way you installed gnome. if it is 2.6 make sure you followed freebsd gnome site instructions.
 
Old 05-03-2004, 01:20 AM   #4
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Hi folks,

I was running Gnome 2.4 which was working normally before. I mis-applied "make deinstall' to remove 'automake-1.5,1'. After starting I saw it started to remove files which were needed I closed the Konsole Window. Since then I have not run Gnome and don't know wheher it is still working.

About yesterday I ran
# pkg_delete -r automake-1.5,1

then
# cd /usr/ports/devel/automake17
# make install clean
to install automake-1.7.5_1

Then I started Gnome and found it could not work.

I hesitate to run portsupgrade to upgrade Gnome to 2.6 because I am running a slow PC. Any other solution.

TIA

B.R.
satimis
 
Old 05-03-2004, 01:23 AM   #5
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Hi folks,

Further to my late posting. I hav not run cvsup after installation of the OS and am running FreeBSD 5.2

-satimis
 
Old 05-03-2004, 03:15 AM   #6
mrcheeks
Senior Member
 
Registered: Mar 2004
Location: far enough
Distribution: OS X 10.6.7
Posts: 1,690

Rep: Reputation: 52
if you have a slow pc and already have kde why using gnome....if you still don't run the 5.2 release there still few packages on the net.
I also run a slow pc with fluxbox and just the usefull stuff to me:
one gui text editor vim(even if xedit is installed by default)
office: openoffice only
browser: mozilla +lynx
graphics imagemagick
only one graphical environment : fluxbox, no need for more or heavy desktops with lots of useless stuff
etc...
 
Old 05-03-2004, 06:14 AM   #7
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Quote:
Originally posted by mrcheeks
if you have a slow pc and already have kde why using gnome....if you still don't run the 5.2 release there still few packages on the net.
I also run a slow pc with fluxbox and just the usefull stuff to me:
one gui text editor vim(even if xedit is installed by default)
office: openoffice only
browser: mozilla +lynx
graphics imagemagick
only one graphical environment : fluxbox, no need for more or heavy desktops with lots of useless stuff
etc...
Hi mrcheeks,

I want to install 'gnomemeeting'. Besides as curiosity I expect to find out what was the cause stopping Gnome to start.

I made further test as follow;

# pkg_delete -r automake-1.7.5_1
# cd /usr/ports/devel/automake
# make install clean
# pkg_info | grep automake
automake-1.5,1 GNU Standards-compliant Makefile generator

Rebooted PC to multi-user mode and login as user

$ startx
Warning: could not change ownership of tty -- pty is insecure

$ gnome-session
/libexec/ld-elf.so.1: Shared object "libesd.so.2 not found

Problem still remained

$ startkde
startkde: Starting up:
QPixmap: Cannot created a QPixmap when no GUI is being used
kbuildsycoca running...
kdecore (KLibLoader): WARNIMG: library=kcm_kmix: file=/usr/local/libkde3/kcm_kmix.la:
Shared object "libesd.so.2" not found
Could not dlopen library knotify.la: Shared object "libsoundser_idl.so.1 "not
found
/libexec/ld-elf.so.1: Share object "liboundserver_idl.so.1" not found
/libexec/ld-elf.so.1: Shared object "libsoundserver_idl.so.1" not found
kwin: it looks like there's already a window manager running. kwin not started
konsole: cannot chown /dev/ttyp0
Reason: Operation not permitted

KDE started

B.R.
satimis
 
Old 05-03-2004, 10:27 AM   #8
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Hi folks,

Further to my last posting

On starting Gnome, it complained Share object "libORBit-2.so.0" not found

$ gnome-session
/libexec/ld-elf.so.1: Share object "libORBit-2.so.0" not found

But

# locate libORBit-2.so.0
/usr/local/lib/libORBit-2.so.0

# ls -al /usr/local/lib/ | grep -i libORBit-2.so.0
lrwxr-xr-x 1 root wheel 15 May 3 10:23 libORBit-2.so -> libORBit-2.so.0
-rwxr-xr-x 1 root wheel 402279 May 3 10:23 libORBit-2.so.0

The file is already there, plus one symbolic link. It is very strange.

I am prepared to remove the symbolic link but have no idea to which directory it is linked. In case of problem I can recover the link back.

B.R.
satimis
 
Old 05-04-2004, 09:44 AM   #9
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Hi folks,

Problem solved with;

# cd /usr/ports/audio/esound
# make install clean

Gnome is now working

Tks.

B.R.
satimis
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
problem with starting gnome woodland56 Debian 2 10-22-2005 03:14 AM
GNOME problem when starting coal-fire-ice Linux - Software 2 07-07-2005 11:06 AM
Problem with starting gnome( libORBit-2.so.0 missing ) k0ljat Linux - Software 1 03-26-2005 06:00 PM
Problem starting Gnome... john8775 Linux - Software 4 03-24-2005 02:41 AM
Problem Starting Gnome or KDE kaplan71 Debian 4 11-21-2004 12:11 PM

LinuxQuestions.org > Forums > Other *NIX Forums > *BSD

All times are GMT -5. The time now is 09:32 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration