Re: Bug with libraries? -I'm having this problem!

1997-02-20 Thread Daniel Robbins
On Wed, 19 Feb 1997, John T. Larkin wrote:

 Two friends of mine receintly installed the stable Debian distribution,
 and both had the same problem.  (One installed about 2 months ago, the
 other 2 days ago from an updated mirror).  
 The file /etc/ld.so.conf did _not_ include the line:
 /usr/X11R6/lib
 
 This was bad; everything linked with the x libraries couldn't run
 since they couldn't find the libraries.  They had installed a bunch of
 X packages, so one of the packages should have been responsable for making 
 sure that this line was added to /etc/ld.so.conf, correct?
 

I'm having a similar problem!  My new Debian installation is up and 
running, and Afterstep and Fvwm95-2 can't start because they can't find 
libXpm.so.4 or something like that.  I am a beginner, so I have no idea 
on how to fix this problem.  I'll take a look at /etc/ld.so.conf and see 
if I can figure it out.  Could you post a solution (fix) to this problem?

Thanks,

-=-

Daniel Robbins
School of Medicine Computer Services
University of New Mexico

[email:[EMAIL PROTECTED]



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Bug with libraries? -I'm having this problem!

1997-02-20 Thread Patrick Ryan
Hello,

I installed Debian 1.2.6 with the fixes and had the same problem.
The solution, it turns out, is to update the path listing in
/etc/ld.so.conf by adding a line that says /usr/X11R6/lib, without the
quotes of course, and then running /sbin/ldconfig to update the ld cache
(/etc/ld.so.cache).
According to the ldconfig man page, ldconfig is normally run at
boot time, but it was commented out in my configuration.  This is probably
a mistake in the installation process.  See the ld.so and ldconfig man
pages.  Perhaps a message was flashed to me during the installation of the
X clients which used those libraries or the X libraries themselves and I
just missed it.
Loading a library dynamically is a fairly new concept to me and
the workings of ld.so even newer.  If there was a message it should be
clearer.  If there was no message there should be.  Or have the
installation process uncomment the line that invokes lddconfig.  It sure
had my panties in a bunch for a while.  Good luck!

-Patrick

===
= Patrick Ryan[EMAIL PROTECTED] [] PGP key in =
= http://newhutch.fhcrc.org/Patrick [] web space! =
===


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Bug with libraries? -I'm having this problem!

1997-02-20 Thread Igor Grobman
-BEGIN PGP SIGNED MESSAGE-

On Wed, 19 Feb 1997, Daniel Robbins wrote:

 On Wed, 19 Feb 1997, John T. Larkin wrote:
 
  Two friends of mine receintly installed the stable Debian distribution,
  and both had the same problem.  (One installed about 2 months ago, the
  other 2 days ago from an updated mirror).  
  The file /etc/ld.so.conf did _not_ include the line:
  /usr/X11R6/lib
  
  This was bad; everything linked with the x libraries couldn't run
  since they couldn't find the libraries.  They had installed a bunch of
  X packages, so one of the packages should have been responsable for making 
  sure that this line was added to /etc/ld.so.conf, correct?
  
 
 I'm having a similar problem!  My new Debian installation is up and 
 running, and Afterstep and Fvwm95-2 can't start because they can't find 
 libXpm.so.4 or something like that.  I am a beginner, so I have no idea 
 on how to fix this problem.  I'll take a look at /etc/ld.so.conf and see 
 if I can figure it out.  Could you post a solution (fix) to this problem?
 
 Thanks,

All you need to do is put the line that he posted in /etc/ld.so.conf 
The line is:
/usr/X11R6/lib
This is a known bug, and I believe, has finally been fixed in 1.2.7 .

__
Proudly running Debian Linux! Linux vs. Windows is a no-Win situation
Igor Grobman [EMAIL PROTECTED]

-BEGIN PGP SIGNATURE-
Version: 2.6.3
Charset: noconv

iQBVAwUBMwu1//6MRr9c8VylAQHsWQIAxuuuKp/NIGLOm2SExMbHIvvLKtjIqGIn
awrFFshObDrvdYORq312fg6kWuixPY1E5uYc5UG6DVRy6olfaVsHJw==
=n07h
-END PGP SIGNATURE-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Bug with libraries? -I'm having this problem!

1997-02-20 Thread Shaya Potter
On Wed, 19 Feb 1997, Daniel Robbins wrote:

 On Wed, 19 Feb 1997, John T. Larkin wrote:
 
  Two friends of mine receintly installed the stable Debian distribution,
  and both had the same problem.  (One installed about 2 months ago, the
  other 2 days ago from an updated mirror).  
  The file /etc/ld.so.conf did _not_ include the line:
  /usr/X11R6/lib
  
  This was bad; everything linked with the x libraries couldn't run
  since they couldn't find the libraries.  They had installed a bunch of
  X packages, so one of the packages should have been responsable for making 
  sure that this line was added to /etc/ld.so.conf, correct?
  
 
 I'm having a similar problem!  My new Debian installation is up and 
 running, and Afterstep and Fvwm95-2 can't start because they can't find 
 libXpm.so.4 or something like that.  I am a beginner, so I have no idea 
 on how to fix this problem.  I'll take a look at /etc/ld.so.conf and see 
 if I can figure it out.  Could you post a solution (fix) to this problem?

put the line /usr/X11R6/lib in ld.so.conf.  This was a bug from early 
versions of 1.2.  It should be fixed in newer releases and in unstable.

Shaya


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]