Re: Starting Gnome problem

2004-05-03 Thread Peter Ulrich Kruppa
On Mon, 3 May 2004, [iso-8859-1] Stephen Liu wrote:

 Hi Uli,

 
 This shared library comes from the devel/ORBit2
 port.  Install it.
 

 # cd /usr/ports/devel/ORBit2
 make install clean

 Rebooted PC

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

 $ gnome-session
 /libexec/ld-elf.so.1: Share object
 libORBit-2.so.0 not found
My liORBit-2.so.0 is in /usr/local/lib .
You can try to search your directory tree for yours and create a
symbolic link to this place:
# ln -s /whereIt/reallyIs/libORBit-2.so.0
/usr/local/lib/libORBit-2.so.0
(in one line)

Perhaps it will work, else remove this link at once before some
nonsense happens.

Regards,

Uli.


 But problem still there.

 B.R.
 Stephen

 ___
 Do You Yahoo!?
 Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk


+---+
|Peter Ulrich Kruppa|
| Wuppertal |
|  Germany  |
+---+
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Starting Gnome problem

2004-05-03 Thread Stephen Liu
Hi Uli,

  $ gnome-session
  /libexec/ld-elf.so.1: Share object
  libORBit-2.so.0 not found
 My liORBit-2.so.0 is in /usr/local/lib .
 You can try to search your directory tree for yours
 and create a
 symbolic link to this place:
 # ln -s /whereIt/reallyIs/libORBit-2.so.0
 /usr/local/lib/libORBit-2.so.0
 (in one line)

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

# 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

Shall I remove the symbolic link

B.R.
Stephen

___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Starting Gnome problem

2004-05-03 Thread Joe Marcus Clarke
On Mon, 2004-05-03 at 11:18, Stephen Liu wrote:
 Hi Uli,
 
   $ gnome-session
   /libexec/ld-elf.so.1: Share object
   libORBit-2.so.0 not found
  My liORBit-2.so.0 is in /usr/local/lib .
  You can try to search your directory tree for yours
  and create a
  symbolic link to this place:
  # ln -s /whereIt/reallyIs/libORBit-2.so.0
  /usr/local/lib/libORBit-2.so.0
  (in one line)
 
 It is very strange.  The file is already there, plus
 one symbolic link
 
 # 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
 
 Shall I remove the symbolic link

What does:

ldconfig -r | head
ldconfig -r | grep ORBit

report?

Joe

 
 B.R.
 Stephen
 
 ___
 Do You Yahoo!?
 Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
-- 
PGP Key : http://www.marcuscom.com/pgp.asc




signature.asc
Description: This is a digitally signed message part


Re: Starting Gnome problem

2004-05-03 Thread Stephen Liu
Hi Joe,

- snip -
  It is very strange.  The file is already there,
 plus
  one symbolic link
  
  # 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
  
  Shall I remove the symbolic link
 
 What does:
 
 ldconfig -r | head
 ldconfig -r | grep ORBit
 
 report?

# ldconfig -r | head
/var/run/ld-elf.so.hints:
search directories:
/lib:/usr/lib:/usr/lib/compat:/usr/X11R6/lib:/usr/local/lib:/usr/local/lib/kde3
0:-lcrypt.2 = /lib/libcrypt.so.2
1:-lkvm.2 = /lib/libkvm.so.2
2:-lm.2 = /lib/libm.so.2
3:-lmd.2 = /lib/libmd.so.2
4:-lncurses.5 = /lib/libncurses.so.5
5:-lsbuf.2 = /lib/libsbuf.so.2
6:-lutil.4 = /lib/libutil.so.4
7:-lalias.4 = /lib/libalias.so.4

# ldconfig -r | grep ORBit
206:-lORBit-imodule-2.0 =
/usr/local/lib/libORBit-imodule-2.so.0
269:-lORBit-2.0 =
/usr/local/lib/libORBit-2.so.0
270:-lORBitCosNaming-2.0 =
/usr/local/lib/libORBitCosNaming-2.so.0
271:-lORBit.2 = /usr/local/lib/libORBit.so.2
354:-lORBitutil.2 =
/usr/local/lib/libORBitutil.so.2
392:-lORBitCosNaming.2 =
/usr/local/lib/libORBitCosNaming.so.2

B.R.
Stephen

___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Starting Gnome problem

2004-05-03 Thread Joe Marcus Clarke
On Mon, 2004-05-03 at 11:35, Stephen Liu wrote:
 Hi Joe,
 
 - snip -
   It is very strange.  The file is already there,
  plus
   one symbolic link
   
   # 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
   
   Shall I remove the symbolic link
  
  What does:
  
  ldconfig -r | head
  ldconfig -r | grep ORBit
  
  report?
 
 # ldconfig -r | head
 /var/run/ld-elf.so.hints:
 search directories:
 /lib:/usr/lib:/usr/lib/compat:/usr/X11R6/lib:/usr/local/lib:/usr/local/lib/kde3
 0:-lcrypt.2 = /lib/libcrypt.so.2
 1:-lkvm.2 = /lib/libkvm.so.2
 2:-lm.2 = /lib/libm.so.2
 3:-lmd.2 = /lib/libmd.so.2
 4:-lncurses.5 = /lib/libncurses.so.5
 5:-lsbuf.2 = /lib/libsbuf.so.2
 6:-lutil.4 = /lib/libutil.so.4
 7:-lalias.4 = /lib/libalias.so.4
 
 # ldconfig -r | grep ORBit
 206:-lORBit-imodule-2.0 =
 /usr/local/lib/libORBit-imodule-2.so.0
 269:-lORBit-2.0 =
 /usr/local/lib/libORBit-2.so.0
 270:-lORBitCosNaming-2.0 =
 /usr/local/lib/libORBitCosNaming-2.so.0
 271:-lORBit.2 = /usr/local/lib/libORBit.so.2
 354:-lORBitutil.2 =
 /usr/local/lib/libORBitutil.so.2
 392:-lORBitCosNaming.2 =
 /usr/local/lib/libORBitCosNaming.so.2

The library exists, and the permissions are good.  ldconfig has it in
its cache.  Perhaps you have a problem with your runtime loader or
permissions on your cache files.  What happens when you run the above
commands as a non-root user?  What are the permissions on /var/run/ld*?

Joe

 
 B.R.
 Stephen
 
 ___
 Do You Yahoo!?
 Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk
-- 
PGP Key : http://www.marcuscom.com/pgp.asc




signature.asc
Description: This is a digitally signed message part


Re: Starting Gnome problem

2004-05-03 Thread Stephen Liu
Hi Joe,

- snip -
  # ldconfig -r | head
  /var/run/ld-elf.so.hints:
  search directories:

/lib:/usr/lib:/usr/lib/compat:/usr/X11R6/lib:/usr/local/lib:/usr/local/lib/kde3
  0:-lcrypt.2 = /lib/libcrypt.so.2
  1:-lkvm.2 = /lib/libkvm.so.2
  2:-lm.2 = /lib/libm.so.2
  3:-lmd.2 = /lib/libmd.so.2
  4:-lncurses.5 = /lib/libncurses.so.5
  5:-lsbuf.2 = /lib/libsbuf.so.2
  6:-lutil.4 = /lib/libutil.so.4
  7:-lalias.4 = /lib/libalias.so.4
  
  # ldconfig -r | grep ORBit
  206:-lORBit-imodule-2.0 =
  /usr/local/lib/libORBit-imodule-2.so.0
  269:-lORBit-2.0 =
  /usr/local/lib/libORBit-2.so.0
  270:-lORBitCosNaming-2.0 =
  /usr/local/lib/libORBitCosNaming-2.so.0
  271:-lORBit.2 =
 /usr/local/lib/libORBit.so.2
  354:-lORBitutil.2 =
  /usr/local/lib/libORBitutil.so.2
  392:-lORBitCosNaming.2 =
  /usr/local/lib/libORBitCosNaming.so.2
 
 The library exists, and the permissions are good. 
 ldconfig has it in
 its cache.  Perhaps you have a problem with your
 runtime loader or
 permissions on your cache files.  What happens when
 you run the above
 commands as a non-root user?  

This is a workstation, only root and one user. 
Whether you meant

# useradd

 What are the
 permissions on /var/run/ld*?

# ls -al /var/run/ld*
-r--r--r--  1 root  wheel   208 May  4 07:39
/var/run/ld-elf.so.hints
-r--r--r--  1 root  wheel  5865 May  4 07:39
/var/run/ld.so.hints

B.R.
Stephen

___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Starting Gnome problem

2004-05-02 Thread Stephen Liu
Hi Uli,

Tks for your response.

  Following warning popup;
 
  /libexec/ld-elf.so.1: Share object
 libORBit-2.so.0
  not found
 This one should be present in /usr/local/lib .
 
 But, as I have to admit, I am no gnome expert. Try
 their mailing
 list. I am quite sure your upgrade didn't work
 properly.
 By the way: there also might be error messages on
 the console
 from which you started X.

1)
There was no other advice.  I booted to multi-user
mode and started 'gnome-session there.

2)
I received a response from 'freebse-gnome' advising;


This shared library comes from the devel/ORBit2
port.  Install it.


# cd /usr/ports/devel/ORBit2
make install clean

Rebooted PC

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

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

But problem still there.

B.R.
Stephen

___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]