Problems with Libraries

2001-08-03 Thread Estêvão Becker
A long time ago, I used the RedHat Linux. But I coulnd't install any program because many libraries were missing (it happened in the "essentials" session too.). So I thought that with a linux like the Debian GNU I wouldn't have any problem of this kind. But...the history repea

Re: Problems with Libraries

2001-08-03 Thread Shaul Karl
Generally speaking, what you described should not have happened. Can you please list exactly the commands you issue and their output? ---BeginMessage--- A long time ago, I used the RedHat Linux. But I coulnd't install any program because many libraries were missing (it happened

Cannot upgrade libc6 2.2.2-1 to 2.2.2-2: error while loading shared libraries: /lib/i686/libc.so.6

2001-03-24 Thread Romanenko M.A.
while loading shared libraries: /lib/i686/libc.so.6: symbol _dl_debug_files, version GLIBC_2.2 not defined in file ld-linux.so.2 with link time reference dpkg: warning - old post-removal script returned error exit status 127 dpkg - trying script from the new package instead ... /bin/sh: error while

Re: Cannot upgrade libc6 2.2.2-1 to 2.2.2-2: error while loading shared libraries: /lib/i686/libc.so.6

2001-03-24 Thread Pierfrancesco Caci
libc6 2.2.2-1 (using .../g/glibc/libc6_2.2.2-2_i386.deb) ... Unpacking replacement libc6 ... /bin/sh: error while loading shared libraries: /lib/i686/libc.so.6: symbol _dl_debug_files, version GLIBC_2.2 not defined in file ld-linux.so.2 with link time reference dpkg

Re: Cannot upgrade libc6 2.2.2-1 to 2.2.2-2: error while loading shared libraries: /lib/i686/libc.so.6

2001-03-24 Thread Adrian Bunk
On 24 Mar 2001, Pierfrancesco Caci wrote: :- Romanenko == Romanenko M A [EMAIL PROTECTED] writes: ... you probably have libc-i686 installed. Remove it, upgrade the normal libc and then you can reinstall libc-i686. ... He shouldn't reinstall libc-i686. From the changelog of glibc-2.2.2-3

Problems with loading libraries, ldconfig, etc.

2001-02-22 Thread Daniel Hartman
Hello all, I am having trouble getting a commercial app (matlab V5.3 R11.1) to run in Debian 2.2. Mathworks (the makers of matlab) do not support it on Debian 2.2 probably because it is a libc5 compiled app. Here is the output I get when attempting to run matlab: $ matlab

Re: Problems with loading libraries, ldconfig, etc.

2001-02-22 Thread Brian May
Daniel == Daniel Hartman [EMAIL PROTECTED] writes: Daniel Hello all, I am having trouble getting a commercial app Daniel (matlab V5.3 R11.1) to run in Debian 2.2. Mathworks (the Daniel makers of matlab) do not support it on Debian 2.2 probably Daniel because it is a libc5

mke2fs: error in loading shared libraries

2001-02-06 Thread Krzys Majewski
Why does 'mke2fs /dev/fd0' give mke2fs 1.18, 11-Nov-1999 for EXT2 FS 0.5b, 95/08/09 mke2fs: error in loading shared libraries: mke2fs: undefined symbol: e2p_edit_feature ? I've done a dist-upgrade but no juice. -chris

fvwm95: error in loading shared libraries

2001-01-14 Thread Gary Jones
I've just installed X and am getting this error on typing startx: fvwm95: error in loading shared libraries libXpm.so.4: cannot open shared object file: No such file or directory What I've done is to install X 3.3.3.2 + fvwm95 from my CD-ROM and then installed the X 3.3.6 binaries

Re: fvwm95: error in loading shared libraries

2001-01-14 Thread David Purton
On Sun, 14 Jan 2001, Gary Jones wrote: I've just installed X and am getting this error on typing startx: fvwm95: error in loading shared libraries libXpm.so.4: cannot open shared object file: No such file or directory What I've done is to install X 3.3.3.2 + fvwm95 from my CD

Re: fvwm95: error in loading shared libraries

2001-01-14 Thread Romain Lerallut
this error on typing startx: fvwm95: error in loading shared libraries libXpm.so.4: cannot open shared object file: No such file or directory What I've done is to install X 3.3.3.2 + fvwm95 from my CD-ROM and then installed the X 3.3.6 binaries over 3.3.3.2 (because 3.3.3.2 doesn't

Re: fvwm95: error in loading shared libraries

2001-01-14 Thread Gary Jones
On 14 Jan 2001, David Purton [EMAIL PROTECTED] wrote: On Sun, 14 Jan 2001, Gary Jones wrote: Who stole libXpm.so.4?!? on my machine this file is contained in the package xpm4g Yes, on mine too. I had the package installed but the file was nowhere to be seen. I've removed and then

Re: xplanet: error while loading shared libraries: libdpstk.so.1

2000-11-30 Thread kmself
on Wed, Nov 29, 2000 at 10:41:30AM -0800, kmself@ix.netcom.com (kmself@ix.netcom.com) wrote: I'm getting the following error after my latest Woody dist-upgrade yesterday. Anyone else? xplanet: error while loading shared libraries: libdpstk.so.1: cannot open shared object file

xplanet: error while loading shared libraries: libdpstk.so.1

2000-11-29 Thread kmself
I'm getting the following error after my latest Woody dist-upgrade yesterday. Anyone else? xplanet: error while loading shared libraries: libdpstk.so.1: cannot open shared object file: No such file or directory ...attempting to read a PNG file -- Karsten M. Self kmself@ix.netcom.com

Program can't find shared libraries

2000-11-20 Thread Matt Miller
I've built an application that consists of serveral executable programs and several shared libraries. The programs need the shared libraries, but the programs can't find the libraries. Here is an error I receive when trying to start a program: /usr/local/panther/run/util/prodev: error

Program can't find shared libraries

2000-11-20 Thread Allan F. Caetano
Matt == Matt Miller [EMAIL PROTECTED] writes: Matt I've built an application that consists of serveral executable Matt programs and several shared libraries. The programs need the Matt shared libraries, but the programs can't find the libraries. Matt Here is an error I receive

Re: Program can't find shared libraries

2000-11-20 Thread Hubert Chan
Matt Miller [EMAIL PROTECTED] writes: [cut] 1. copy the libraries to /lib or /usr/lib Probably a bad idea. If you remove the program at some later time, you'll have to remember to remove the libraries. If you upgrade, you'll have to remember to copy the new versions. 2. put symlinks in /lib

Re: Program can't find shared libraries

2000-11-20 Thread Erik Steffl
for quick solution use option 3 so that you don't polute your system. set $LD_LIBRARY_PATH to whatever directory you want to add as search path for shared libraries. separator is ':' (if you want to add more than one path) if you are going to use the shared libs by other programs, put them

Re: Program can't find shared libraries

2000-11-20 Thread Colin Watson
Allan F. Caetano [EMAIL PROTECTED] wrote: Matt == Matt Miller [EMAIL PROTECTED] writes: Matt 3. set some environment variable or something to tell Matt this particular suite of programs to check the app's Matt special /lib directory. LD_LIBRARY_PATH is your friend, Matt. Add the

Re: Program can't find shared libraries

2000-11-20 Thread Allan F. Caetano
Colin == Colin Watson [EMAIL PROTECTED] writes: Colin Allan F. Caetano [EMAIL PROTECTED] wrote: Matt == Matt Miller [EMAIL PROTECTED] writes: Matt 3. set some environment variable or something to tell Matt this particular suite of programs to check the app's Matt special

Libraries for aout-binaries

2000-11-02 Thread Walther, Christoph
, which libraries eg. are needed running this Xsetup correctly? Thanks, Christoph Walther Email: mailto:[EMAIL PROTECTED]

Libraries for aout-binaries

2000-11-02 Thread Walther, Christoph
, which libraries eg. are needed running this Xsetup correctly? Thanks, Christoph Walther Email: mailto:[EMAIL PROTECTED]

Re: Libraries for aout-binaries

2000-11-02 Thread Colin Watson
format error Does somebody knows, which libraries eg. are needed running this Xsetup correctly? Sounds like you need to compile support for the a.out binary format into your kernel; it's in the General setup section of the kernel configuration. If that doesn't work, try 'ldd /usr/lib/X11

AW: Libraries for aout-binaries

2000-11-02 Thread Walther, Christoph
@lists.debian.org Betreff: Re: Libraries for aout-binaries Walther, Christoph [EMAIL PROTECTED] wrote: Debian Linux 2.2 basically installed, now I want to execute /usr/X11R6/bin/Xsetup to configure my Matrox MGA Impression-graficcard. But then I'll get back: ./Xsetup: /usr/lib/X11/AcceleratedX/arch

Re: AW: Libraries for aout-binaries

2000-11-02 Thread Colin Watson
Walther, Christoph [EMAIL PROTECTED] wrote: Thank you for this tip; No problem. meanwhile I've installed the oldlibs packet libc5 5.4.46-3 for running this a.out-binary. Now, during executing /usr/X11R6/bin/Xsetup, the system answered: /usr/lib/X11/AcceleratedX/arch/LINUX/Xaccel-elf: can't load

Re: Borland C specific libraries in Linux

2000-10-14 Thread Sean Furey
Hi Dan! Do you know if there are C libraries who mimic Borland Turbo C specific libraries (conio, etc.) in Linux (a Debian package will be better :-). At school my daughter use Borland C and I don't want to install Windows on my computer only for that. Beside emacs is a better tools

Borland C specific libraries in Linux

2000-10-13 Thread Dan Pomohaci
Hi, Do you know if there are C libraries who mimic Borland Turbo C specific libraries (conio, etc.) in Linux (a Debian package will be better :-). At school my daughter use Borland C and I don't want to install Windows on my computer only for that. Beside emacs is a better tools for programming

Re: Borland C specific libraries in Linux

2000-10-13 Thread Jeronimo Pellegrini
splitting the interface from the programs would be nice? Not sure if this helps, but I thought it'd be a nice idea... HTH, J. :: Dan Pomohaci writes: Hi, Do you know if there are C libraries who mimic Borland Turbo C specific libraries (conio, etc.) in Linux (a Debian package will be better

Re: Borland C specific libraries in Linux

2000-10-13 Thread Brent Buchholz
On Fri, Oct 13, 2000 at 04:37:45PM +0300, Dan Pomohaci wrote: Hi, Do you know if there are C libraries who mimic Borland Turbo C specific libraries (conio, etc.) in Linux (a Debian package will be better :-). At school my daughter use Borland C and I don't want to install Windows on my

Glibc 2.1.94-3, fixes all issues with db libraries

2000-09-30 Thread Ben Collins
If you had problems with the last few 2.1.94 packages (and even if you didn't), get these. They are currently in incoming (to be installed later this afternoon, then mirrors will get it some hours later). Make sure you get the libdb2 that goes along with it. I don't have time to list everything

Re: Glibc 2.1.94-3, fixes all issues with db libraries

2000-09-30 Thread Decklin Foster
Ben Collins writes: I don't have time to list everything it fixes, but I can tell you that it fixes EVERY issue that EVERYONE was having. Indeed, it's working perfectly here. Cheers! (I will no longer have to bug anyone about recompiling Perl...) For those bitten by The Great Glibc Update of

Re: Glibc 2.1.94-3, fixes all issues with db libraries

2000-09-30 Thread Marcelo E. Magallon
Ben Collins [EMAIL PROTECTED] writes: If you had problems with the last few 2.1.94 packages (and even if you didn't), get these. They are currently in incoming (to be installed later this afternoon, then mirrors will get it some hours later). Make sure you get the libdb2 that goes along

Re: Glibc 2.1.94-3, fixes all issues with db libraries

2000-09-30 Thread Greg Stark
Ben Collins [EMAIL PROTECTED] writes: For those bitten by The Great Glibc Update of 2000, welcome to our annual ritual. Please stay tuned during the next few months where we install a new gcc. This will be followed by self inflicted pain of stricter C++ syntax, macro collisions, binary

Re: Glibc 2.1.94-3, fixes all issues with db libraries

2000-09-30 Thread Daniel Jacobowitz
On Sat, Sep 30, 2000 at 01:56:33PM -0400, Greg Stark wrote: Ben Collins [EMAIL PROTECTED] writes: For those bitten by The Great Glibc Update of 2000, welcome to our annual ritual. Please stay tuned during the next few months where we install a new gcc. This will be followed by self

Re: Glibc 2.1.94-3, fixes all issues with db libraries

2000-09-30 Thread Roland Bauerschmidt
On Sat, Sep 30, 2000 at 07:00:59PM +0200, Marcelo E. Magallon wrote: I thought this was chance, but Christian Kurz said the same happened to him. It didn't happen to me. FYI, I am using postfix and not exim... Roland -- Roland Bauerschmidt [EMAIL PROTECTED]

Re: Glibc 2.1.94-3, fixes all issues with db libraries

2000-09-30 Thread Daniel Jacobowitz
On Sat, Sep 30, 2000 at 09:33:55AM -0400, Ben Collins wrote: If you had problems with the last few 2.1.94 packages (and even if you didn't), get these. They are currently in incoming (to be installed later this afternoon, then mirrors will get it some hours later). Make sure you get the libdb2

Re: Glibc 2.1.94-3, fixes all issues with db libraries

2000-09-30 Thread Ben Collins
. Not something that is very intuitive (do you have all the symbols of all the libraries ever memorized?). Debian gets around this by having strict dependencies on the packages. That says nothing for straight binary compiles, but it works for package installs. There's not much we can do about binary

Re: Glibc 2.1.94-3, fixes all issues with db libraries

2000-09-30 Thread Seth Cohn
On Sat, 30 Sep 2000, Ben Collins wrote: [1] Debian Chaos Events are scheduled on a haphazard basis. We make no guarantees about show times. Coming soon, Watch the Amazing Horse that dives into a Package Pool!! See the unstable freaks who apt-get update every 10 minutes!!! Hear the weird

Re: Glibc 2.1.94-3, fixes all issues with db libraries

2000-09-30 Thread Ben Collins
Ladies and Gentlemen, Welcome to another televised Major League Baseball game. In an effort to match the viewership of Monday Night Football, now that Dennis Miller is part of it, we looked long and hard for someone, someone with a great personality, wonderful people skills, and above all,

Re: Glibc 2.1.94-3, fixes all issues with db libraries

2000-09-30 Thread Gregory T. Norris
On Sat, Sep 30, 2000 at 09:33:55AM -0400, Ben Collins wrote: [1] Debian Chaos Events are scheduled on a haphazard basis. We make no gurantees about show times. Hey, don't drag me into this! I didn't do it!!! :-) Sorry, couldn't resist.

Re: Glibc 2.1.94-3, fixes all issues with db libraries

2000-09-30 Thread montefin
Gregory, It was all my fault. I pulled the plug out of the wall when the lamp was still on. Regrets, montefin Gregory T. Norris wrote: On Sat, Sep 30, 2000 at 09:33:55AM -0400, Ben Collins wrote: [1] Debian Chaos Events are scheduled on a haphazard basis. We make no gurantees about show

Re: stdc libraries question

2000-09-15 Thread J.H.M. Dassen \(Ray\)
On Thu, Sep 14, 2000 at 22:16:18 +, Pollywog wrote: I have several versions of the stdc libraries installed. Is this going to be a problem? No. Should I uninstall the older versions or leave things as they are? Assuming you haven't installed any binaries that use the older versions

hep! kernel upgrade, perlmagick libraries kaflooey

2000-09-15 Thread will trillich
i had perlmagick/libmagic/imagemagic working nicely under 2.0.17 and now that i'm on 2.2.17 (and did a clean install with lots of apt-get install) i can't get my annotation function to work -- my sources.list hasn't changed any, only my kernel, but i did download fresh copies of just about

stdc libraries question

2000-09-14 Thread Pollywog
I have several versions of the stdc libraries installed. Is this going to be a problem? Should I uninstall the older versions or leave things as they are? lilypad:~$dpkg -l | grep libstdc++ ii libstdc++2.102.95.2-14The GNU stdc++ library ii libstdc++2.10-dev

RE: shared libraries

2000-09-11 Thread Sean 'Shaleh' Perry
On 08-Sep-2000 Robert Kerr wrote: Hi all, I'm working at compiling a program under slink and keep getting the error (when trying to run it) that it can't find the libstdc++-libc6.1-2.so.3. Of course, that happens for a very good reason--the version on slink is libc6.0. How can I find out

shared libraries

2000-09-08 Thread Robert Kerr
Hi all, I'm working at compiling a program under slink and keep getting the error (when trying to run it) that it can't find the libstdc++-libc6.1-2.so.3. Of course, that happens for a very good reason--the version on slink is libc6.0. How can I find out what part of my code is referencing that

help: gcc/ld doesn't see libraries consistently

2000-09-01 Thread Daniel Barclay
What might cause gcc not to be able to see some libraries that are in the same directories as other libraries it can see? For example, these references work: $ gcc test.c -lc $ gcc test.c -lcrypt but these do not: $ gcc test.c -lcfont /usr/bin/ld

Re: kdvi: error in loading shared libraries

2000-07-13 Thread Juan Luis Martínez
Julián Armando Mena Zapata wrote: Hola a todos. Algunos paquetes cuando los intento cargar en x-windows sale el siguiente mensaje: kolmogorov:~# kdvi kdvi: error in loading shared libraries /usr/X11R6/lib/libkfile.so.2: undefined symbol: __pure_virtual kolmogorov:~# kmedia

kdvi: error in loading shared libraries

2000-07-12 Thread Julián
Hola a todos. Algunos paquetes cuando los intento cargar en x-windows sale el siguiente mensaje: kolmogorov:~# kdvi kdvi: error in loading shared libraries /usr/X11R6/lib/libkfile.so.2: undefined symbol: __pure_virtual kolmogorov:~# kmedia kmedia: error in loading shared libraries

old libraries

2000-07-06 Thread tom
howdy guys, in launching an application, I get the following error: error in loading shared libraries: libtermcap.so.2: cannot open shared object file: No such file or directory I installed the termcap-compat package, and the app simply crashed. What am I missing? (the app is REBOL, btw

Some confusion with libraries and include files (HELP!!!!!)

2000-04-14 Thread Taupter
edited /etc/ld.so.conf to put /usr/local/bin before the system's libraries. Everything worked fine... Last month I upgraded Slink to Potato, then newer libs came, Glibc went 2.1, newer gcc, binutils and so. Then I tried to compile glTron. Error. My previously compiled-from-source Mesa3D was disappeared

JetAdmin: error in loading shared libraries

2000-03-20 Thread Dave Heistand
Hi, I'm trying to get HP JetAdmin to work with Debian potato frozen (the hp web page says they support RedHat v 5-6). When I run the install script, I get the output: /usr/local/src/jetadmin/hpwebjet_printmsg: error in loading shared libraries: libstdc++.so.2.7.2: cannot open shared object file

Mismatched libraries

2000-03-08 Thread Robert Kerr
I have an application using vendor-supplied libraries linked against libstdc++2.8.0. I've upgraded to potato, and now my program crashes. I'm thinking it's because the default libraries for potato are 2.10.0 etc, and my program is linking in both versions and having conflicts. so: 1) Am I

error in loading shared libraries

2000-03-05 Thread Remco Rijnders
Hello all, Whenever I try to run an application that needs gnome libraries (pan, xmms, gnucash etc.) it always bails out with the following error: error in loading shared libraries: /usr/lib/libgnomeui.so.32: undefined symbol: gtk_item_factory_add_foreign This happens both when running my

Linking to older system libraries

2000-03-04 Thread Robert Kerr
Hi all, I seem to have the need to have two sets of libraries on my machine. What do I do to ld to get it to link to the older version rather than the default new version? I have read that LD_LIBRARY_PATH only affects the run-time searching for libraries, so that won' tell the linker to link

Static MesaGL libraries

2000-02-28 Thread Robert Kerr
Hi all, Are there static libraries available for MesaGL? Thanks -- -bob Particle physicists are always trying to hold a meeting, but whenever they decide on a place, the time changes. ** * Robert Kerr, The morphing guy

Re: Static MesaGL libraries

2000-02-28 Thread Robert Kerr
On Mon, 28 Feb 2000, Robert Kerr wrote: Hi all, Are there static libraries available for MesaGL? Thanks Hi all, Nevermind--I found them hits self with cluebat and asks Why didn't I look through dselect before posting? -- -bob Particle physicists are always trying to hold a meeting

Re: broken libraries? (solved)

2000-02-27 Thread Robert Waldner
: error in loading shared libraries: /usr/sbin/in.qpopper: undefined symbol: allow_severity -- / Robert Waldner [EMAIL PROTECTED] | Phone: +43 1 89933 0 Fax x533 \ \KPNQwest/AT tech staff| Diefenbachg. 35 A-1150 Wien /

broken libraries?

2000-02-26 Thread Robert Waldner
Hi! Running a (almost) potato system, I just noticed that there is a problem with qpopper /usr/sbin/in.qpopper: error in loading shared libraries: /usr/sbin/in.qpopper: undefined symbol: allow_severity Also some other packages show this error. Anyone on the list who could point me

Cannot find source for some libraries

2000-02-24 Thread Geoff Stanbury
Sorry if this is a RTFM or super-newbie, but I'm wondering where I can find the source code for libstdc++-2.91.60 and Libstdc++-2.91.660-dev. They're not under Debian's ftp source tree. Thanks in advance. --Geoff

Re: Cannot find source for some libraries

2000-02-24 Thread aphro
what i do when i need the source is use www.debian.org, i search for the packages using the search engine, then when the package 'homepage' comnes up (shows dependencies and stuff and a download button) on the near bottom of the page it has links to the original source and patch(s) for it. nate

Newbie Lookin' for Libraries

2000-02-08 Thread Lane Lester
Before I do much of anything with my new Debian Linux, I need to get my favorite editor, nedit, going. I installed it, but when I tried to execute it, I was told that libXpm.so.4 was missing. Apt-get said there was no libXpm, and I didn't see anything like that on the Debian CD. When I tried to

Re: Newbie Lookin' for Libraries

2000-02-08 Thread Colin Walters
Lane == Lane Lester [EMAIL PROTECTED] writes: Lane Before I do much of anything with my new Debian Linux, I Lane need to get my favorite editor, nedit, going. I installed Lane it, but when I tried to execute it, I was told that Lane libXpm.so.4 was missing. Apt-get said there was

Re: Newbie Lookin' for Libraries

2000-02-08 Thread Shaul Karl
1) Perhaps you should install libc5-compat? [01:23:03 /tmp]$ dpkg -S libXpm xpm4g-dev: /usr/X11R6/lib/libXpm.so xpm4.7: /usr/lib/libc5-compat/libXpm.so.4 xpm4.7: /usr/lib/libc5-compat/libXpm.so.4.11 xpm4g-dev: /usr/X11R6/lib/libXpm.a xpm4g: /usr/X11R6/lib/libXpm.so.4.11 xpm4g:

how to see which libraries are currently needed...

2000-01-22 Thread rich
Is there a way to determine which libraries are no longer needed? I have tons listed by dselect, and I have a feeling that many are no longer being used... Rich

Re: error in loading shared libraries

1999-12-19 Thread Paul Miller
read about this? I get these same warnings on both my Slink and Potato machines. I have no problems with either machine. As for the jed problem. You might try using the ldd command. It tells you what libraries a library or executable is compiled against. eg: gemini:pmiller:~\:$ldd /usr/bin/jed

Re: error in loading shared libraries

1999-12-19 Thread ktb
Paul Miller wrote: snip As for the jed problem. You might try using the ldd command. It tells you what libraries a library or executable is compiled against. eg: gemini:pmiller:~\:$ldd /usr/bin/jed libslang.so.1 = /lib/libslang.so.1 (0x40011000) libgpm.so.1 = /usr/lib

Re: error in loading shared libraries

1999-12-19 Thread Ben Collins
On Sun, Dec 19, 1999 at 01:18:07PM -0600, ktb wrote: Paul Miller wrote: snip As for the jed problem. You might try using the ldd command. It tells you what libraries a library or executable is compiled against. eg: gemini:pmiller:~\:$ldd /usr/bin/jed libslang.so.1 = /lib

error in loading shared libraries

1999-12-18 Thread ktb
I posted a little about this before but it seems I've screwed up some libraries on my system. I tried to upgrade my Slink to Potato 'libc6' 'ldso' 'xlib6' and xlib6g-dev' in order to install a program. I downgraded and things are mostly back to normal but I still see problems hear

Re: error in loading shared libraries

1999-12-18 Thread ktb
, kent ktb wrote: I posted a little about this before but it seems I've screwed up some libraries on my system. I tried to upgrade my Slink to Potato 'libc6' 'ldso' 'xlib6' and xlib6g-dev' in order to install a program. I downgraded and things are mostly back to normal but I still see

Word Perfect fails install with libraries

1999-12-13 Thread debian
I'm running a straight Slink Debian system with the Y2K upgrades. I definitely have xlib6, libc5, xpm4.7 installed. I can't seem to get my CD version of Word Perfect 8 to install. The graphical interface fails, the character-based install *claims* to install the program, yet never asks for a

Re: Finding left-over libraries

1999-12-11 Thread Keith Harbaugh
On Tue, 1999-12-07 at 23:13:32 +0100, peter karlsson wrote: Is there any way in Debian to find out what packages no other packages depend on? When I install a couple of packages, all the libraries they depend on are installed as well, which is quite nice, but the reverse doesn't hold - when

Re: Finding left-over libraries

1999-12-10 Thread Matthias Hertel
Hi, Brian Servis [EMAIL PROTECTED] writes: *- On 7 Dec, peter karlsson wrote about Finding left-over libraries I remove packages, unnecessary libraries are not removed. Because of this, I would like to get a list of packages that no packages depend on (restricted, for instance

Re: Finding left-over libraries

1999-12-10 Thread Armin Joellenbeck
Hello, You might try the program binstats contained in the package binstats, at least in slink. It's not exactly the tool you are talking about, but it might be useful. Armin

Re: Finding left-over libraries]

1999-12-10 Thread Wayne Topa
Subject: Finding left-over libraries Date: Tue, Dec 07, 1999 at 11:13:32PM +0100 In reply to:peter karlsson Quoting peter karlsson([EMAIL PROTECTED]): | Is there any way in Debian to find out what packages no other packages | depend on? Take a look at the binstats package

Re: Finding left-over libraries

1999-12-10 Thread Paul J. Keenan
Matthias Hertel wrote: snip Well, its not clean, and it doesn't even work correctly (it doesn't correctly handle |-dependecies), and there are probably other bugs, but here is a perl script that I threw together when I was new to Debian (and perl) that does what you want: It lists all packages

Re: Finding left-over libraries

1999-12-09 Thread peter karlsson
Brian Servis: Unforunately there is no way to do this cleanly now. That's too bad. One of the issues to be concerned with is on a machine used for development where nothing directly depends on a lib*-dev package except at build time when you need to link to the headers. Yeah, well, all I

Re: Finding left-over libraries

1999-12-09 Thread Gary Hennigan
peter karlsson [EMAIL PROTECTED] writes: Brian Servis: Unforunately there is no way to do this cleanly now. That's too bad. One of the issues to be concerned with is on a machine used for development where nothing directly depends on a lib*-dev package except at build time when

Re: Finding left-over libraries

1999-12-08 Thread Brian Servis
*- On 7 Dec, peter karlsson wrote about Finding left-over libraries Is there any way in Debian to find out what packages no other packages depend on? When I install a couple of packages, all the libraries they depend on are installed as well, which is quite nice, but the reverse doesn't

Finding left-over libraries

1999-12-07 Thread peter karlsson
Is there any way in Debian to find out what packages no other packages depend on? When I install a couple of packages, all the libraries they depend on are installed as well, which is quite nice, but the reverse doesn't hold - when I remove packages, unnecessary libraries are not removed. Because

Shared libraries and getting Wordperfect to work

1999-11-10 Thread Stephen . Murphy
09, 1999 at 03:45:24PM +, [EMAIL PROTECTED] wrote: I installed slink using the CD that came with the New Riders book and seem to have a problem finding shared libraries. When I try and run wordperfect I get - xwp: can't load library 'libXt.so.6' locate libXt.so.6 produces /usr

Re: upgrading libraries

1999-11-10 Thread Shaul Karl
apt-get from the stable branch. After installing it, run apt-get update and then apt-get -s dist-upgrade so that you will be able to see in what order apt would do it. I would it few packages at a time so that things will be under control. I know that upgrading those libraries is a major pain

upgrading libraries

1999-11-09 Thread Fethi A. Okyar
that upgrading those libraries is a major pain, from previous readings of the user-list. So how do I decide which library to upgrade, and in what order? Any suggestions are appreciated, god bless! Fethi Okyar Research Assistant Computational Solid Mechanics MMAE

Re: upgrading libraries

1999-11-09 Thread David Natkins
all those new packages. I know that upgrading those libraries is a major pain, from previous readings of the user-list. So how do I decide which library to upgrade, and in what order? Any suggestions are appreciated, god bless! Fethi Okyar Research

Re: upgrading libraries

1999-11-09 Thread Peter S Galbraith
Fethi A. Okyar wrote: I want to start upgrading hamm -- slink The problem is I'm connecting via modem, so it will take until Y2K until I get all those new packages. It'sd not that long, but you can buy a Slink CD cheaply. I know that upgrading those libraries is a major pain, from

Can't find shared libraries

1999-11-09 Thread Stephen . Murphy
I installed slink using the CD that came with the New Riders book and seem to have a problem finding shared libraries. When I try and run wordperfect I get - xwp: can't load library 'libXt.so.6' locate libXt.so.6 produces /usr/X11R6/lib/libXt.so.6 /usr/X11R6/lib/libXt.so.6.0 I check

Re: Can't find shared libraries

1999-11-09 Thread Marcin Kurc
libraries. When I try and run wordperfect I get - xwp: can't load library 'libXt.so.6' locate libXt.so.6 produces /usr/X11R6/lib/libXt.so.6 /usr/X11R6/lib/libXt.so.6.0 I check permissions with ls -l /usr/X11R6/lib/libXt.so.6* and get lrwxrwxrwx 1 root root 12 Nov 6 02

Re: upgrading libraries

1999-11-09 Thread aphro
getnew --ftpsite ftp.fuller.edu off my modem..and it worked great, did it on at least 3 different hamm servers..there are a few hundred updated packages that i saw so it will take a while.. afo I know that upgrading those libraries is a major pain, afo from previous readings of the user-list. So how do

fdisk, libraries, and linking

1999-11-07 Thread Marc Lepage
from slink (the current distribution) would properly recognize his 12GB hard drive. We didn't want to manually edit drive geometry (although I've done that before). What's more confusing, is that ldd reveals only 2 libraries that are depended on: $ ldd /sbin/fdisk libc.so.6 = /lib/libc.so.6

EDI Libraries/De/encoders?

1999-11-03 Thread ^chewie
Does anyone know of any GPL or BSD or even any Open Source projects for creating EDI (Electronic Document Interchange) translators? EDI is a form of electronic invoicing, purchasing, etc. I'm interested in taking our text-based EDI docs and ripping out the data to a flat file suitable for

gnumeric complains about platform independent libraries

1999-09-30 Thread Kent West
When trying to start gnumeric, I get the following complaints: Could not find platform independent libraries prefix Could not find platform dependent libraries exec_prefix Consider setting $PYTHONHOME to prefix[:exec_prefix] 'import exceptions' failed; use -v for traceback Warning! Falling back

startx libraries errors

1999-09-30 Thread J
---BeginMessage--- When booting I receive the following errors: Starting X display manager: xdm/usr/bin/X11/xdm: error in loading shared libraries /usr/X11R6/lib/libX11.so.6: undefined symbol: _ _ mb _ cur _ max already running Debian GNU/Linux 2.1 debian tty1 After I log in I try

startx libraries errors

1999-09-28 Thread J
When booting I receive the following errors: Starting X display manager: xdm/usr/bin/X11/xdm: error in loading shared libraries /usr/X11R6/lib/libX11.so.6: undefined symbol: _ _ mb _ cur _ max already running Debian GNU/Linux 2.1 debian tty1 After I log in I try the following: debian:/# startx

unused libraries reported by binstats

1999-09-14 Thread rich
Hello all, I ran binstats, which reported that I had 79 used libraries, and 118 unused libraries... this is after having Debian running since Bo (1.3). Is there a way to find out which libraries are unused and purge them? Thanks, Rich

Re: unused libraries reported by binstats

1999-09-14 Thread Wayne Topa
Subject: unused libraries reported by binstats Date: Mon, Sep 13, 1999 at 10:25:41PM -0500 In reply to:rich Quoting rich([EMAIL PROTECTED]): Hello all, I ran binstats, which reported that I had 79 used libraries, and 118 unused libraries... this is after having Debian

Re: Estoy rabiando con KDE - error in loading shared libraries

1999-09-13 Thread Oscar González
Sarnoso wrote: No he conseguido encontrar solución al siguiente problema (he buscado en bugs.kde.org y no he encontrado nada). Al lanzar algunos programas de KDE 1.1 me da un error de carga de librerías, por ejemplo: kdehelp: error in loading shared libraries /usr/X11R6/lib/libkfile.so.2

Error in loading shared libraries

1999-09-03 Thread Brandon Beretta
Hello Debian-users, I have the following problem when trying to run the man command... error in loading shared libraries: libdb2.so.2: cannot open shared object file: Permission denied I have re-run ldconfig, and have re-installed libdb2 using apt-get. Can anyone shed some light

Libraries

1999-08-26 Thread Guilherme Balena Versiani
Hello, I want to know how to make the name_pic.a format libraries found in Debian distribution. I want to create reduced shared libraries with these ones to make a small filesystem image for a boot/root disk. I need to know at least where I could find these files

Re: Libraries

1999-08-26 Thread Stephen Pitts
On Thu, Aug 26, 1999 at 11:21:35AM -0300, Guilherme Balena Versiani wrote: Hello, I want to know how to make the name_pic.a format libraries found in Debian distribution. I want to create reduced shared libraries with these ones to make a small filesystem image for a boot/root disk

Help on libraries

1999-08-25 Thread Guilherme Balena Versiani
Hello all, How can I make the library_pic.a libraries found in Debian distribution? I am needing to do a smaller versions of some shared libraries for a boot/root disk. Thanks.

<    1   2   3   4   5   6   >