[gentoo-user] ldpath

2003-07-06 Thread Rick Sivernell

  I have a fairly new system for gentoo,  it is a software development
worksystem. Now I have been trying to set the LDPATH var and /etc/ld.so.conf so
that my new software will reconize the shared libs I have developed. But, no go
here in mudsville.

[EMAIL PROTECTED] rick # more /etc/ld.so.conf
# ld.so.conf autogenerated by env-update; make all changes to
# contents of /etc/env.d directory
/usr/local/lib
/usr/lib
/usr/local/silverware/lib/release
/usr/local/silverware/lib/debug
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2
/usr/lib/opengl/xfree/lib
/usr/lib/mozilla
/usr/X11R6/lib
/opt/blackdown-jdk-1.4.1/jre/lib/i386/
/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads/
/usr/qt/3/lib
/usr/kde/3.1/lib
/usr/games/lib

[EMAIL PROTECTED] rick # echo $LDPATH
/usr/local/silverware/lib/debug
[EMAIL PROTECTED] rick # 

[EMAIL PROTECTED] rick # more /etc/env.d/00basic
# /etc/env.d/00basic:
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/env.d/00basic,v 1.11 2003/02/1
7 02:48:39 azarah Exp $

PATH=/usr/local/bin:/opt/bin
ROOTPATH=/usr/local/bin:/opt/bin
LDPATH=/usr/local/lib: /usr/local/silverware/lib/release:/usr/local/silverware/l
ib/debug
MANPATH=/usr/share/man:/usr/local/share/man
INFODIR=/usr/share/info
INFOPATH=/usr/share/info
CVS_RSH=ssh
PAGER=/usr/bin/less
LESSOPEN=|lesspipe.sh %s
[EMAIL PROTECTED] rick # 

  I have not only read the env.d doc, but printed it and there is no joy here.
Any suggestions. The software was developed on 2 different systems both Caldera
3.1.1 Linux. And the software runs just fine.

cheers

-- 
Rick Sivernell
Dallas, Texas  75287
972 306-2296
[EMAIL PROTECTED]
Gentoo Linux 
Registered Linux User

   .~.
  / v \
 /( _ )\
   ^ ^
In Linux we trust!

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] ldpath

2003-07-06 Thread YOON, Joo-Yung
Hello,

Did you do env-update after you had done something to files in env.d?

On Sun, Jul 06, 2003 at 08:06:31AM -0500, Rick Sivernell wrote:
 
   I have a fairly new system for gentoo,  it is a software development
 worksystem. Now I have been trying to set the LDPATH var and /etc/ld.so.conf so
 that my new software will reconize the shared libs I have developed. But, no go
 here in mudsville.
 
 [EMAIL PROTECTED] rick # more /etc/ld.so.conf
 # ld.so.conf autogenerated by env-update; make all changes to
 # contents of /etc/env.d directory
 /usr/local/lib
 /usr/lib
 /usr/local/silverware/lib/release
 /usr/local/silverware/lib/debug
 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3
 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2
 /usr/lib/opengl/xfree/lib
 /usr/lib/mozilla
 /usr/X11R6/lib
 /opt/blackdown-jdk-1.4.1/jre/lib/i386/
 /opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads/
 /usr/qt/3/lib
 /usr/kde/3.1/lib
 /usr/games/lib
 
 [EMAIL PROTECTED] rick # echo $LDPATH
 /usr/local/silverware/lib/debug
 [EMAIL PROTECTED] rick # 
 
 [EMAIL PROTECTED] rick # more /etc/env.d/00basic
 # /etc/env.d/00basic:
 # $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/env.d/00basic,v 1.11 2003/02/1
 7 02:48:39 azarah Exp $
 
 PATH=/usr/local/bin:/opt/bin
 ROOTPATH=/usr/local/bin:/opt/bin
 LDPATH=/usr/local/lib: /usr/local/silverware/lib/release:/usr/local/silverware/l
 ib/debug
 MANPATH=/usr/share/man:/usr/local/share/man
 INFODIR=/usr/share/info
 INFOPATH=/usr/share/info
 CVS_RSH=ssh
 PAGER=/usr/bin/less
 LESSOPEN=|lesspipe.sh %s
 [EMAIL PROTECTED] rick # 
 
   I have not only read the env.d doc, but printed it and there is no joy here.
 Any suggestions. The software was developed on 2 different systems both Caldera
 3.1.1 Linux. And the software runs just fine.
 
 cheers
 
 -- 
 Rick Sivernell
 Dallas, Texas  75287
 972 306-2296
 [EMAIL PROTECTED]
 Gentoo Linux 
 Registered Linux User
 
.~.
   / v \
  /( _ )\
^ ^
 In Linux we trust!
 
 --
 [EMAIL PROTECTED] mailing list
 

-- 
YOON, Joo-Yung / Gentoo Hovers
Korea, BooChun-Shi
Email: [EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] ldpath

2003-07-06 Thread Rick Sivernell
On Sun, 6 Jul 2003 22:13:14 +0900
YOON, Joo-Yung [EMAIL PROTECTED] wrote:

 Hello,
 
 Did you do env-update after you had done something to files in env.d?
 
 On Sun, Jul 06, 2003 at 08:06:31AM -0500, Rick Sivernell wrote:
  
I have a fairly new system for gentoo,  it is a software development
  worksystem. Now I have been trying to set the LDPATH var and /etc/ld.so.conf
  so that my new software will reconize the shared libs I have developed. But,
  no go here in mudsville.
  
  [EMAIL PROTECTED] rick # more /etc/ld.so.conf
  # ld.so.conf autogenerated by env-update; make all changes to
  # contents of /etc/env.d directory
  /usr/local/lib
  /usr/lib
  /usr/local/silverware/lib/release
  /usr/local/silverware/lib/debug
  /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3
  /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2
  /usr/lib/opengl/xfree/lib
  /usr/lib/mozilla
  /usr/X11R6/lib
  /opt/blackdown-jdk-1.4.1/jre/lib/i386/
  /opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads/
  /usr/qt/3/lib
  /usr/kde/3.1/lib
  /usr/games/lib
  
  [EMAIL PROTECTED] rick # echo $LDPATH
  /usr/local/silverware/lib/debug
  [EMAIL PROTECTED] rick # 
  
  [EMAIL PROTECTED] rick # more /etc/env.d/00basic
  # /etc/env.d/00basic:
  # $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/env.d/00basic,v 1.11
  # 2003/02/1
  7 02:48:39 azarah Exp $
  
  PATH=/usr/local/bin:/opt/bin
  ROOTPATH=/usr/local/bin:/opt/bin
  LDPATH=/usr/local/lib:
  /usr/local/silverware/lib/release:/usr/local/silverware/l ib/debug
  MANPATH=/usr/share/man:/usr/local/share/man
  INFODIR=/usr/share/info
  INFOPATH=/usr/share/info
  CVS_RSH=ssh
  PAGER=/usr/bin/less
  LESSOPEN=|lesspipe.sh %s
  [EMAIL PROTECTED] rick # 
  
I have not only read the env.d doc, but printed it and there is no joy
here.
  Any suggestions. The software was developed on 2 different systems both
  Caldera 3.1.1 Linux. And the software runs just fine.
  
  cheers
  
  -- 
  Rick Sivernell
  Dallas, Texas  75287
  972 306-2296
  [EMAIL PROTECTED]
  Gentoo Linux 
  Registered Linux User
  
 .~.
/ v \
   /( _ )\
 ^ ^
  In Linux we trust!
  
  --
  [EMAIL PROTECTED] mailing list
  
 
 -- 
 YOON, Joo-Yung / Gentoo Hovers
 Korea, BooChun-Shi
 Email: [EMAIL PROTECTED]
 
 --
 [EMAIL PROTECTED] mailing list
 
Joo-Yung

   Yes, but the /usr/local/lib now isnot there. The ld.so.conf is as:
-rw-r--r--1 root root  468 Jul  5 23:45 /etc/ld.so.conf is this
correct?

cheers

-- 
Rick Sivernell
Dallas, Texas  75287
972 306-2296
[EMAIL PROTECTED]
Gentoo Linux 
Registered Linux User

   .~.
  / v \
 /( _ )\
   ^ ^
In Linux we trust!

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] ldpath

2003-07-06 Thread YOON, Joo-Yung
Hi,

I did not test it myself, but isn't is possible for you to make a file
similiar to 00basic or others in the env.d directory, which reflects your 
new system silverware?

On Sun, Jul 06, 2003 at 10:13:14PM +0900, YOON, Joo-Yung wrote:
 Hello,
 
 Did you do env-update after you had done something to files in env.d?
 
 On Sun, Jul 06, 2003 at 08:06:31AM -0500, Rick Sivernell wrote:
  
I have a fairly new system for gentoo,  it is a software development
  worksystem. Now I have been trying to set the LDPATH var and /etc/ld.so.conf so
  that my new software will reconize the shared libs I have developed. But, no go
  here in mudsville.
  
  [EMAIL PROTECTED] rick # more /etc/ld.so.conf
  # ld.so.conf autogenerated by env-update; make all changes to
  # contents of /etc/env.d directory
  /usr/local/lib
  /usr/lib
  /usr/local/silverware/lib/release
  /usr/local/silverware/lib/debug
  /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3
  /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2
  /usr/lib/opengl/xfree/lib
  /usr/lib/mozilla
  /usr/X11R6/lib
  /opt/blackdown-jdk-1.4.1/jre/lib/i386/
  /opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads/
  /usr/qt/3/lib
  /usr/kde/3.1/lib
  /usr/games/lib
  
  [EMAIL PROTECTED] rick # echo $LDPATH
  /usr/local/silverware/lib/debug
  [EMAIL PROTECTED] rick # 
  
  [EMAIL PROTECTED] rick # more /etc/env.d/00basic
  # /etc/env.d/00basic:
  # $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/env.d/00basic,v 1.11 2003/02/1
  7 02:48:39 azarah Exp $
  
  PATH=/usr/local/bin:/opt/bin
  ROOTPATH=/usr/local/bin:/opt/bin
  LDPATH=/usr/local/lib: /usr/local/silverware/lib/release:/usr/local/silverware/l
  ib/debug
  MANPATH=/usr/share/man:/usr/local/share/man
  INFODIR=/usr/share/info
  INFOPATH=/usr/share/info
  CVS_RSH=ssh
  PAGER=/usr/bin/less
  LESSOPEN=|lesspipe.sh %s
  [EMAIL PROTECTED] rick # 
  
I have not only read the env.d doc, but printed it and there is no joy here.
  Any suggestions. The software was developed on 2 different systems both Caldera
  3.1.1 Linux. And the software runs just fine.
  
  cheers
  
  -- 
  Rick Sivernell
  Dallas, Texas  75287
  972 306-2296
  [EMAIL PROTECTED]
  Gentoo Linux 
  Registered Linux User
  
 .~.
/ v \
   /( _ )\
 ^ ^
  In Linux we trust!
  
  --
  [EMAIL PROTECTED] mailing list
  
 
 -- 
 YOON, Joo-Yung / Gentoo Hovers
 Korea, BooChun-Shi
 Email: [EMAIL PROTECTED]
 
 --
 [EMAIL PROTECTED] mailing list
 

-- 
YOON, Joo-Yung / Gentoo Hovers
Korea, BooChun-Shi
Email: [EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list