Re: Missing links of libraries (*.so) on Debian 11

2023-01-16 Thread songbird
Greg Wooledge wrote: ... > And yes, "ldd /path/to/the-program" would also be useful information. my guess is that the OP did not know that they needed to install the build-depends for this package and then tried to build it. hopefully i'm wrong, but if i'm not a simple answer is to install th

Re: Missing links of libraries (*.so) on Debian 11

2023-01-16 Thread The Wanderer
On 2023-01-16 at 09:39, Thomas Schmitt wrote: > Hi, > > Nicolas George wrote: > >> The .so symbolic are not for running programs, they are for >> building them. For running, you only need the .so.vers links. > > Yes, but at build time, the actually used SONAME is recorded in the binary. > ldd w

Re: Missing links of libraries (*.so) on Debian 11

2023-01-16 Thread Greg Wooledge
On Mon, Jan 16, 2023 at 03:39:41PM +0100, Thomas Schmitt wrote: > Before accusing the developer, one should make sure that the binary > is indeed linking to .so without SONAME. > This can be checked by > > ldd /...path.../...to.../binary-tool > To be exacting: > The bug would be in the build sy

Re: Missing links of libraries (*.so) on Debian 11

2023-01-16 Thread Thomas Schmitt
Hi, Nicolas George wrote: > The .so symbolic are not for running programs, they are for building > them. For running, you only need the .so.vers links. Yes, but at build time, the actually used SONAME is recorded in the binary. ldd will show library.so.SONAME as run-time library. > If all the O

Re: Missing links of libraries (*.so) on Debian 11

2023-01-16 Thread Greg Wooledge
On Mon, Jan 16, 2023 at 11:15:33AM +, piorunz wrote: > On 16/01/2023 10:33, Avtansh Gupta wrote: > > */usr/lib/x86_64-linux-gnu/libaudit.so* > > > > This is the missing .so file in debian11. This file was present on the > > previous versions of Debian and other Linux distros as well. > > Inco

Re: Missing links of libraries (*.so) on Debian 11

2023-01-16 Thread Christoph Brinkhaus
Am Mon, Jan 16, 2023 at 08:28:59PM +0800 schrieb Ruiyang Peng: > On 2023/1/16 18:33, Avtansh Gupta wrote: > > Hello All, Hello, > > I recently noticed that some of the library soft links on my Debian 11 > > system are missing which were there in the previous versions. I have a > > program loading

Re: Missing links of libraries (*.so) on Debian 11

2023-01-16 Thread Ruiyang Peng
On 2023/1/16 18:33, Avtansh Gupta wrote: Hello All, I recently noticed that some of the library soft links on my Debian 11 system are missing which were there in the previous versions. I have a program loading one of these shared objects dynamically but is failing as it is unable to locate th

Re: Missing links of libraries (*.so) on Debian 11

2023-01-16 Thread Vincent Lefevre
On 2023-01-16 17:02:19 +0530, Anurag Aggarwal wrote: > The tool is looking for .so file to run, not for build. This tool is buggy since the .so symlink may point to any version of the library, and the various versions are not compatible to each other. The symlink with the supported version number

Re: Missing links of libraries (*.so) on Debian 11

2023-01-16 Thread Anurag Aggarwal
> > > > The .so symbolic are not for running programs, they are for building > them. For running, you only need the .so.vers links. > > If a program dynamically loads directly a .so, it is probably bugged. > The tool is looking for .so file to run, not for build. We need to dynamically load .so a

Re: Missing links of libraries (*.so) on Debian 11

2023-01-16 Thread piorunz
On 16/01/2023 10:33, Avtansh Gupta wrote: */usr/lib/x86_64-linux-gnu/libaudit.so* This is the missing .so file in debian11. This file was present on the previous versions of Debian and other Linux distros as well. Incorrect. You just did not installed it yet :) $ lsb_release -d Description:

Re: Missing links of libraries (*.so) on Debian 11

2023-01-16 Thread Nicolas George
Avtansh Gupta (12023-01-16): > I recently noticed that some of the library soft links on my Debian 11 > system are missing which were there in the previous versions. I have a > program loading one of these shared objects dynamically but is failing as > it is unable to locate the file. > > */usr/li

Missing links of libraries (*.so) on Debian 11

2023-01-16 Thread Avtansh Gupta
Hello All, I recently noticed that some of the library soft links on my Debian 11 system are missing which were there in the previous versions. I have a program loading one of these shared objects dynamically but is failing as it is unable to locate the file. */usr/lib/x86_64-linux-gnu/libaudit.s

Re: [Kiwix-developer] Any preferrably java libraries, tutorials, ... about working with zim files? ...

2021-01-02 Thread Andrew M.A. Cater
On Sat, Jan 02, 2021 at 11:44:12AM +0100, Albretch Mueller wrote: > I could not find the zim-tools utility on the debian repository: > https://packages.debian.org/search?keywords=zim-tools > https://packages.debian.org/search?keywords=zim > and I can't use git since I do not connect my work com

Re: [Kiwix-developer] Any preferrably java libraries, tutorials, ... about working with zim files? ...

2021-01-02 Thread Albretch Mueller
I could not find the zim-tools utility on the debian repository: https://packages.debian.org/search?keywords=zim-tools https://packages.debian.org/search?keywords=zim and I can't use git since I do not connect my work computer to the Internet. Is there a debian package or tar ball somewhere wh

Re: Looking for advice on tools (or libraries) for unsupervised, bulk symmetric encryption/decryption of files

2019-01-13 Thread John Crawley
On 13/01/2019 12.46, Celejar wrote: On Fri, 11 Jan 2019 21:45:57 + I believe that the most commonly used software for file level encryption is EncFS. I haven't really used it much, and can't speak to its long term stablity. EncFS should not be used for any new file encryption project, IMHO

Re: Looking for advice on tools (or libraries) for unsupervised, bulk symmetric encryption/decryption of files

2019-01-12 Thread Celejar
On Fri, 11 Jan 2019 21:45:57 + Jonathan Dowland wrote: > On Wed, Jan 09, 2019 at 10:18:47PM -0500, Celejar wrote: > >The standard encryption technology for linux is LUKS. It works on the > >block device level, not the file level. > > LUKS would be no good if the user wants to move/copy/share

Re: Looking for advice on tools (or libraries) for unsupervised, bulk symmetric encryption/decryption of files

2019-01-11 Thread Stefan Pietsch
On 11.01.19 22:45, Jonathan Dowland wrote: > EncFS should not be used for any new file encryption project, IMHO. > There was the following report in 2014: > https://defuse.ca/audits/encfs.htm > This is referenced in the NEWS file in the EncFS package > https://salsa.debian.org/debian/encfs/blob/de

Re: Looking for advice on tools (or libraries) for unsupervised, bulk symmetric encryption/decryption of files

2019-01-11 Thread Jonathan Dowland
On Wed, Jan 09, 2019 at 10:18:47PM -0500, Celejar wrote: The standard encryption technology for linux is LUKS. It works on the block device level, not the file level. LUKS would be no good if the user wants to move/copy/share the encrypted files, encrypted, elsewhere: they didn't say so explici

Re: Looking for advice on tools (or libraries) for unsupervised, bulk symmetric encryption/decryption of files

2019-01-09 Thread Ben Caradoc-Davies
On 10/01/2019 03:05, Kynn Jones wrote: The only encryption tool I have used for encrypting files on my hard drive is gpg2, which I have used for small, interactive encryption tasks (half-dozen files, at most). Therefore, my initial attempt was to use gpg2 for this new bulk-encryption task, but I

Re: Looking for advice on tools (or libraries) for unsupervised, bulk symmetric encryption/decryption of files

2019-01-09 Thread Celejar
On Wed, 9 Jan 2019 09:05:32 -0500 Kynn Jones wrote: > I am looking for software to symmetric-encrypt large numbers of files on > disk (terabytes' worth of data), and would appreciate some advice. > > My basic requirements: > >- It should be open source and no-cost (though, since I'm asking

Re: Looking for advice on tools (or libraries) for unsupervised, bulk symmetric encryption/decryption of files

2019-01-09 Thread Linux-Fan
Kynn Jones writes: I am looking for software to symmetric-encrypt large numbers of files on disk (terabytes' worth of data), and would appreciate some advice. My basic requirements: • It should be open source and no-cost (though, since I'm asking this question here, this goes without sayin

Re: Looking for advice on tools (or libraries) for unsupervised, bulk symmetric encryption/decryption of files

2019-01-09 Thread David Christensen
On 1/9/19 6:05 AM, Kynn Jones wrote: I am looking for software to symmetric-encrypt large numbers of files on disk (terabytes' worth of data), and would appreciate some advice. My basic requirements: - It should be open source and no-cost (though, since I'm asking this question here, th

Looking for advice on tools (or libraries) for unsupervised, bulk symmetric encryption/decryption of files

2019-01-09 Thread Kynn Jones
I am looking for software to symmetric-encrypt large numbers of files on disk (terabytes' worth of data), and would appreciate some advice. My basic requirements: - It should be open source and no-cost (though, since I'm asking this question here, this goes without saying); - I should be

Problem with upgrading graphics libraries

2017-10-28 Thread Marek Rusinowski
Hi, For the last few weeks I'm unable to upgrade graphics libraries on my system. Unfortunately, I don't know which packages are the problem. I have integrated intel and dedicated nvidia gpus. It looks like exactly the same problem described in this reddit thread: https://www.r e

Installing LXDE marks 2 libraries as _manually installed_; why?

2015-10-09 Thread Mario Castelán Castro
automatically installed to satisfy dependencies". I tracked the dependency chain and found that "libvte9" is responsible for this. To test it, I actually installed "libvte9" with both aptitude and with apt-get; in both cases, the aforesaid 2 libraries get registered as &

Installing LXDE marks 2 libraries as _manually installed_; why?

2015-10-07 Thread Mario Castelán Castro
automatically installed to satisfy dependencies". I tracked the dependency chain and found that "libvte9" is responsible for this. To test it, I actually installed "libvte9" with both aptitude and with apt-get; in both cases, the aforesaid 2 libraries get registered as &

Re: tc / iproute2 shared libraries missing - jessie

2015-06-28 Thread Podrigal, Aron
ly > linked into tc. But if the parameters given to tc could not be understood > using any statically linked algorithms, tc tries to dynamically load other > libraries matching matched by keywords within the command line arguments. > However I still do not understand why my command is not

Re: tc / iproute2 shared libraries missing - jessie

2015-06-28 Thread Podrigal, Aron
other libraries matching matched by keywords within the command line arguments. However I still do not understand why my command is not valid. On Sun, Jun 28, 2015 at 4:02 AM, Podrigal, Aron wrote: > I am trying to do traffic shaping using tc, however I can't add any > filters and

tc / iproute2 shared libraries missing - jessie

2015-06-28 Thread Podrigal, Aron
I am trying to do traffic shaping using tc, however I can't add any filters and am getting this generic error message RTNETLINK answers: Invalid argument We have an error talking to the kernel A simple strace shows that the problem is that it can't find the required filter type li

Re: why are libraries in jessi more up to date

2015-05-18 Thread Bob Proulx
Anil Duggirala wrote: > Im a newbie and would like to know why libraries in Jessie are some much > more up to date than in wheezy ? If the libraries have been tested and > are stable then why arent they available in the wheezy repositories. I > had a terrible time, trying to get a newe

Re: why are libraries in jessi more up to date

2015-05-16 Thread Gary Dale
On 16/05/15 08:18 PM, Liam O'Toole wrote: On 2015-05-16, Anil Duggirala wrote: Im a newbie and would like to know why libraries in Jessie are some much more up to date than in wheezy ? If the libraries have been tested and are stable then why arent they available in the wheezy repositori

Re: why are libraries in jessi more up to date

2015-05-16 Thread Liam O'Toole
On 2015-05-16, Anil Duggirala wrote: > Im a newbie and would like to know why libraries in Jessie are some much > more up to date than in wheezy ? If the libraries have been tested and > are stable then why arent they available in the wheezy repositories. I > had a terrible time, try

why are libraries in jessi more up to date

2015-05-16 Thread Anil Duggirala
Im a newbie and would like to know why libraries in Jessie are some much more up to date than in wheezy ? If the libraries have been tested and are stable then why arent they available in the wheezy repositories. I had a terrible time, trying to get a newer version of glibc to play some games in

Re: Shared libraries not found during build

2014-11-12 Thread Joel Roth
gt; > > > debuild -b -uc -us > > > > Which eventually triggers a library not found error: > [...] > > dpkg-shlibdeps: error: cannot continue due to the errors listed above > > Note: libraries are not searched in other binary packages that do not have > > an

Re: Shared libraries not found during build - SOLVED

2014-11-12 Thread Joel Roth
On Wed, Nov 12, 2014 at 10:40:55PM +0100, Sven Joachim wrote: > On 2014-11-12 22:03 +0100, Joel Roth wrote: > > > On Wed, Nov 12, 2014 at 09:35:34PM +0100, Sven Joachim wrote: > >> On 2014-11-12 21:08 +0100, Joel Roth wrote: > >> > >> > I'm running sid. For the first time in many months, I'm > >>

Re: Shared libraries not found during build

2014-11-12 Thread Elimar Riesebieter
, I'm > trying to build a package from source. After compiling I'm > getting library-not-found errors, for example: > > apt-get source ntfs-3g > > debuild -b -uc -us > > Which eventually triggers a library not found error: [...] > dpkg-shlibdeps: error: cann

Re: Shared libraries not found during build

2014-11-12 Thread Sven Joachim
On 2014-11-12 22:03 +0100, Joel Roth wrote: > On Wed, Nov 12, 2014 at 09:35:34PM +0100, Sven Joachim wrote: >> On 2014-11-12 21:08 +0100, Joel Roth wrote: >> >> > I'm running sid. For the first time in many months, I'm >> > trying to build a package from source. After compiling I'm >> > getting l

Re: Shared libraries not found during build

2014-11-12 Thread Joel Roth
On Wed, Nov 12, 2014 at 09:35:34PM +0100, Sven Joachim wrote: > On 2014-11-12 21:08 +0100, Joel Roth wrote: > > > I'm running sid. For the first time in many months, I'm > > trying to build a package from source. After compiling I'm > > getting library-not-found errors, for example: > > > > apt-g

Re: Shared libraries not found during build

2014-11-12 Thread Sven Joachim
On 2014-11-12 21:08 +0100, Joel Roth wrote: > I'm running sid. For the first time in many months, I'm > trying to build a package from source. After compiling I'm > getting library-not-found errors, for example: > > apt-get source ntfs-3g > > debuild -b -uc -us > > Which eventually triggers a lib

Shared libraries not found during build

2014-11-12 Thread Joel Roth
find library libc.so.6 needed by debian/ntfs-3g/bin/ntfscmp (ELF format: 'elf64-x86-64'; RPATH: '') and ends with this message: dpkg-shlibdeps: error: cannot continue due to the errors listed above Note: libraries are not searched in other binary packages that do not have any

Re: OT: Wheezy: Error while loading shared libraries: libgtk-x11-2.0.so.0

2012-10-19 Thread rick
quot;/usr/lib/x86_64-linux-gnu" to > the PATH but got the same error message. > > Any ideas? Thanks > > > > $ ./reflash > ./reflash: error while loading shared libraries: libgtk-x11-2.0.so.0: > cannot open shared object file: No such file or directory > > $ ls -l

Re: OT: Wheezy: Error while loading shared libraries: libgtk-x11-2.0.so.0

2012-10-18 Thread T Elcor
- Original Message - >> I'm beginning to suspect "reflash" is a 32-bit program. Could > this be the reason?  Thanks > > I guess you're right. > > http://forum.xda-developers.com/showthread.php?t=730884 Yes, it is a 32-bit app,  "# aptitude install lib32ncurses5 libgtk2.0-0 ia32-libs-g

Re: OT: Wheezy: Error while loading shared libraries: libgtk-x11-2.0.so.0

2012-10-18 Thread Ralf Mardorf
On Thu, 2012-10-18 at 19:51 -0700, T Elcor wrote: > - Original Message - > > > From: Ralf Mardorf > > > > # ldconfig > > # ldconfig -v | grep -i libgtk-x11-2 > ldconfig: Path `/lib/x86_64-linux-gnu' given more than once > ldconfig: Path `/usr/lib/x86_64-linux-gnu' given more than once >

Re: OT: Wheezy: Error while loading shared libraries: libgtk-x11-2.0.so.0

2012-10-18 Thread T Elcor
- Original Message - > From: Ralf Mardorf > > # ldconfig # ldconfig -v | grep -i libgtk-x11-2 ldconfig: Path `/lib/x86_64-linux-gnu' given more than once ldconfig: Path `/usr/lib/x86_64-linux-gnu' given more than once     libgtk-x11-2.0.so.0 -> libgtk-x11-2.0.so.0.2400.10 I'm beginn

Re: OT: Wheezy: Error while loading shared libraries: libgtk-x11-2.0.so.0

2012-10-18 Thread Ralf Mardorf
# ldconfig -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/1350614002.1112.131.camel@localhost.localdomain

OT: Wheezy: Error while loading shared libraries: libgtk-x11-2.0.so.0

2012-10-18 Thread T Elcor
hanks $ ./reflash ./reflash: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory $ ls -l /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 lrwxrwxrwx 1 root root 27 Aug  6 12:30 /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 -> lib

Re: Fwd: i386 testing: java not recognizing its libraries and libreoffice and okular not launching

2012-07-02 Thread Camaleón
On Mon, 02 Jul 2012 17:11:38 +0200, Francesco Pietra wrote: > In addition, I have now noticed that even okular does not start anymore > after that infamous apt-get update/upgrade with i386 testing: > > francesco@deb32:~$ okular > okular(3765): you need to call Settings::instance before using KCra

Re: i386 testing: java not recognizing its libraries and libreoffice not launching

2012-07-02 Thread Camaleón
On Mon, 02 Jul 2012 15:52:59 +0200, Francesco Pietra wrote: > Following update/upgrade, java does not recognize libjli.so any more. I > had to set LD_LIBRARY... to remedy. > > Nonetheless, libreoffice does not start any more: > > francesco@deb32:~$ libreoffice > terminate called after throwing

Fwd: i386 testing: java not recognizing its libraries and libreoffice and okular not launching

2012-07-02 Thread Francesco Pietra
the KCrash backend [1]+ Stopped okular francesco@deb32:~$ -- Forwarded message -- From: Francesco Pietra Date: Mon, Jul 2, 2012 at 3:52 PM Subject: i386 testing: java not recognizing its libraries and libreoffice not launching To: debian-users Following upda

i386 testing: java not recognizing its libraries and libreoffice not launching

2012-07-02 Thread Francesco Pietra
Following update/upgrade, java does not recognize libjli.so any more. I had to set LD_LIBRARY... to remedy. Nonetheless, libreoffice does not start any more: francesco@deb32:~$ libreoffice terminate called after throwing an instance of 'com::sun::star::uno::RuntimeException' francesco@deb32:~$

Re: Securing Debian Manual: 4.2.1 Security update of libraries

2012-03-08 Thread Stayvoid
"Exercise caution when dealing with security upgrades if you are doing them over a remote connection like ssh. A suggested procedure for a security upgrade that involves a service restart is to restart the SSH daemon and then, inmediately, attempt a new ssh connection without breaking the previous

Securing Debian Manual: 4.2.1 Security update of libraries

2012-03-08 Thread Stayvoid
Hello. "Bringing the system to run level 1 (single user) and then back to run level 3 (multi user) should take care of the restart of most (if not all) system services. But this is not an option if you are executing the security upgrade from a remote connection (like ssh) since it will be severed.

Re: Compiling non-Debian package (amaya) OpenGL libraries required

2012-03-06 Thread Sian Mountbatten
On 06/03/12 15:40, Camaleón wrote: On Mon, 05 Mar 2012 22:15:45 +, Sian Mountbatten wrote: Does anybody know which package provides OpenGL libraries for development? I am using the siduction distribution which is based on Debian sid. http://www.w3.org/Amaya/User/AmayaWX.html#What THT

Re: Compiling non-Debian package (amaya) OpenGL libraries required

2012-03-06 Thread Camaleón
On Mon, 05 Mar 2012 22:15:45 +, Sian Mountbatten wrote: > Does anybody know which package provides OpenGL libraries for > development? > > I am using the siduction distribution which is based on Debian sid. http://www.w3.org/Amaya/User/AmayaWX.html#What THT. Greetings,

Re: Compiling non-Debian package (amaya) OpenGL libraries required

2012-03-06 Thread Alberto Luaces
Sian Mountbatten writes: > Hi All! > > Does anybody know which package provides OpenGL libraries for development? > > I am using the siduction distribution which is based on Debian sid. Look for libGL.so (as is, without trailing numbers) under your usr/. It could have been instal

Compiling non-Debian package (amaya) OpenGL libraries required

2012-03-05 Thread Sian Mountbatten
Hi All! Does anybody know which package provides OpenGL libraries for development? I am using the siduction distribution which is based on Debian sid. -- Sian Mountbatten Algol 68 specialist -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubs

Re: Which development and image libraries needed to build emacs-24

2012-01-10 Thread Harry Putnam
Michael Heerdegen writes: > Hello Harry, > > just for the case you didn't know this: there is also an emacs-snapshot > package for Debian, here: > > http://emacs.naquadah.org/ Thanks... good to know. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubs

Re: Which development and image libraries needed to build emacs-24

2012-01-08 Thread Michael Heerdegen
Hello Harry, just for the case you didn't know this: there is also an emacs-snapshot package for Debian, here: http://emacs.naquadah.org/ - Michael -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.or

Re: Which development and image libraries needed to build emacs-24

2012-01-08 Thread Harry Putnam
Bob Proulx writes: > Harry Putnam wrote: >> Which development and image libraries needed to build emacs-24 >> Can anyone offer a suggestion of what pkgs might be missing. > > A good place to start is with the build dependencies for emacs23. > > # apt-ge

Re: Which development and image libraries needed to build emacs-24

2012-01-08 Thread Harry Putnam
Chris Davies writes: [...] > Very strange. I get 2,660,000 results, and the second is the one to > which I was referring: package libgtk2.0-dev. (Did you perhaps include > the quote marks? I didn't.) > Yes with the quotes. I assumed that was your intent. >>> | sure you have development files

Re: Which development and image libraries needed to build emacs-24

2012-01-08 Thread Chris Davies
Chris Davies writes: > Google "debian install X development libraries" suggests xorg-dev [...] > Google "debian install gtk development libraries" [...] Harry Putnam wrote: > I guess you are joking? When I do either of those searches I get > exactly 1 hit..

Re: Which development and image libraries needed to build emacs-24

2012-01-07 Thread Bob Proulx
Harry Putnam wrote: > Which development and image libraries needed to build emacs-24 > Can anyone offer a suggestion of what pkgs might be missing. A good place to start is with the build dependencies for emacs23. # apt-get install build-dep emacs23 Installing the build dependenci

Re: Which development and image libraries needed to build emacs-24

2012-01-07 Thread Harry Putnam
Chris Davies writes: > Harry Putnam wrote: >> When I run this configure command: >> ./configure --with-xft --with-x-toolkit=lucid \ >> --prefix=/usr/local/src/vcs/bzr/test/ > >> I get this final error: > >> | configure: error: You seem to be ru

Re: Which development and image libraries needed to build emacs-24

2012-01-06 Thread Chris Davies
Harry Putnam wrote: > When I run this configure command: > ./configure --with-xft --with-x-toolkit=lucid \ > --prefix=/usr/local/src/vcs/bzr/test/ > I get this final error: > | configure: error: You seem to be running X, but no X development libraries > | were foun

Re: Which development and image libraries needed to build emacs-24

2012-01-06 Thread Harry Putnam
Wayne Topa writes: [...] > Forget this. I was working on an xserver problem and my Old Mind went > dead. :-( Hehe... got a good chuckle out of that... That very thing is why I had to post the query When I hit that error... my OLD MIND went dead. Not sure its even recoverable hehe

Re: Which development and image libraries needed to build emacs-24

2012-01-06 Thread Wayne Topa
l/src/vcs/bzr/test/ I get this final error: , | configure: error: You seem to be running X, but no X development libraries | were found. You should install the relevant development files for X | and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make | sure you have develo

Re: Which development and image libraries needed to build emacs-24

2012-01-06 Thread Wayne Topa
this final error: , | configure: error: You seem to be running X, but no X development libraries | were found. You should install the relevant development files for X | and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make | sure you have development files for image handling

Which development and image libraries needed to build emacs-24

2012-01-06 Thread Harry Putnam
em to be running X, but no X development libraries | were found. You should install the relevant development files for X | and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make | sure you have development files for image handling, i.e. | tiff, gif, jpeg, png and xpm. ` I k

Re: How does one adjust the "maximum number of clients reached" using GTK libraries?

2011-09-09 Thread AG
On 09/09/11 12:46, Camaleón wrote: On Thu, 08 Sep 2011 20:50:01 +0100, AG wrote: Today during a period when I had a number of various application windows open in Gnome on Debian stable (LibO, Iceweasel with about 6 tabs, acroread with 3 tabs, and Korganizer) I attempted to open an image using G

Re: How does one adjust the "maximum number of clients reached" using GTK libraries?

2011-09-09 Thread Camaleón
On Thu, 08 Sep 2011 20:50:01 +0100, AG wrote: > Today during a period when I had a number of various application windows > open in Gnome on Debian stable (LibO, Iceweasel with about 6 tabs, > acroread with 3 tabs, and Korganizer) I attempted to open an image using > Geeqie. This failed. Using a

How does one adjust the "maximum number of clients reached" using GTK libraries?

2011-09-08 Thread AG
Hi list Today during a period when I had a number of various application windows open in Gnome on Debian stable (LibO, Iceweasel with about 6 tabs, acroread with 3 tabs, and Korganizer) I attempted to open an image using Geeqie. This failed. Using a terminal window I tried to open Geeqie ag

Re: lvm: error whilst loading shared libraries

2011-02-14 Thread Boyd Stephen Smith Jr.
On Monday 14 February 2011 09:56:55 Glyn Astill wrote: > "lvm: error whilst loading shared libraries: libgcc_s.so.1: cannot open > shared object file: no such file or directory" Sounds like something got way too aggressive when removing packages. Can you get into the system env

lvm: error whilst loading shared libraries

2011-02-14 Thread Glyn Astill
Hi Guys, I've just had an attempt at upgrading a machine from lenny to squeeze, however this machine as an lvm root volume. Upon booting I now see the message: "lvm: error whilst loading shared libraries: libgcc_s.so.1: cannot open shared object file: no such file or directory"

Re: Lua Libraries

2010-12-22 Thread Camaleón
On Wed, 22 Dec 2010 12:45:51 -0500, Roman Gelfand wrote: > I am looking to install Lua Libraries on debian lenny. How does one go > about find debian repository it is in? It seems there are many libraries: s...@stt008:~$ apt-cache search liblua | wc -l 77 Which one are you looki

Lua Libraries

2010-12-22 Thread Roman Gelfand
I am looking to install Lua Libraries on debian lenny. How does one go about find debian repository it is in? Thanks in advance -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Arch

User-space libraries -- udev/hotplugs

2010-12-15 Thread Stuckey
I'm not subscribed to this list. Please reply directly to me. Hi, I'm writing a program that uses a library that isn't in Debian. I'm a bit confused about something that is written in the product manual. What I know is, if I want to run this particular USB device, I have to do so as root. The man

Re: Any package instillation breaks libraries.

2010-08-20 Thread jeremy jozwik
On Sun, Aug 15, 2010 at 8:32 AM, jeremy jozwik wrote: this is still happening. ive narrowed it down to something within /etc /lib /lib32 or /lib64 so its not going bad from within the /usr directory. the only instillations made this run were the recommended updates from update manager. # gedit

Re: Any package instillation breaks libraries.

2010-08-15 Thread jeremy jozwik
On Sun, Aug 15, 2010 at 6:28 AM, Tzafrir Cohen wrote: > Before? After? > Dowloading the packages? Installing them? after instillation. > Any specific error message? nothing that i can really see. in text. the only reason i know the network has stopped functioning is my panel weather space displ

Re: Any package instillation breaks libraries.

2010-08-15 Thread Tzafrir Cohen
yond me. but so far i have narrowed it down to the > shared libraries folders going bad. Any specific error message? > i have a stable backup of my > system that i have been copying over to my machine each time it fails. > frist was a full system restore except /home. next i restored

Any package instillation breaks libraries.

2010-08-12 Thread jeremy jozwik
I am having a very annoying issue at the moment. any time i install a package via apt / synaptic / aptitude my internet connection fails. this issue is beyond me. but so far i have narrowed it down to the shared libraries folders going bad. i have a stable backup of my system that i have been

iceweasel and its missing libraries.

2010-08-11 Thread jeremy jozwik
iceweasel has been very slow for me loading mail sites such as mail.yahoo.com and gmail.com. running in the terminal i get a load of errors: /usr/lib/nspluginwrapper/i386/linux/npviewer.bin: error while loading shared libraries: libdirectfb-1.2.so.0: cannot open shared object file: No such file

Re: Missing many packages and libraries

2010-08-07 Thread Brett Mahar
On 7 August 2010 22:00, Timo Juhani Lindfors wrote: > These are wrong. Try with a sources.list that only has > > deb http://ftp.de.debian.org/debian/ lenny main > deb http://security.debian.org/ lenny/updates main > > and nothing else. Then post the output of apt-get update and apt-get > install

Re: Missing many packages and libraries

2010-08-07 Thread Timo Juhani Lindfors
Brett Mahar writes: > deb http://ftp.au.debian.org/debian/dists/lenny/ main contrib non-free > deb http://ftp.de.debian.org/debian/dists/lenny/ main contrib non-free These are wrong. Try with a sources.list that only has deb http://ftp.de.debian.org/debian/ lenny main deb http://security.debian.

Missing many packages and libraries

2010-08-07 Thread Brett Mahar
Hi all, I installed Debian a few days ago and had no trouble downloading extra packages using apt-get. Then I re-installed today, and hardly anything will work (Transmission did install). Any idea what is wrong? My updated sources.list file: deb cdrom:[Debian GNU/Linux 5.0.5 _Lenny_ - Official i38

Re: Compiling libraries and gcc

2009-09-19 Thread Kamaraju S Kusumanchi
Marco Vittorini Orgeas wrote: > I have read a lot about it, I tried also to export ,before issue the > configure command, adjusted CPPFLAGS,LDFLAGS,PKG_CONFIG_PATH pointing > them respectively to folders under /opt/gtk/ /opt/glib etc...but it seems > to have no effect (I read in another post that

Compiling libraries and gcc

2009-09-18 Thread Marco Vittorini Orgeas
http://library.gnome.org/devel/gtk/unstable/gtk-building.html I am compiling all the code under /opt (/opt/gtk /opt/glib). When I try to compile the software which need those libraries I seem to be just not able to tell gcc that it needs to compile against libraries under /opt and not against the s

Re: 64-bit *libraries* in 32-bit repositories???

2009-09-17 Thread Matus UHLAR - fantomas
ith 32-bit userland, it would > theoretically be useful. But there's no "bzip2-64" in the i386 repos. bzip2 is linked with libbz2, it's quite possible that kernel select those 64bit libraries in order to give apps a speed benefit when running 64bit kernel -- Matus UH

Re: 64-bit *libraries* in 32-bit repositories???

2009-07-20 Thread Ron Johnson
On 2009-07-20 09:19, Sven Joachim wrote: On 2009-07-20 14:52 +0200, David Fox wrote: On Mon, Jul 20, 2009 at 5:24 AM, Ron Johnson wrote: But why the opposite, like lib64bz2-1.0 in the i386 repository? Maybe just for the converse reason, running amd64 binaries on a mostly 32-bit userland setup

Re: 64-bit *libraries* in 32-bit repositories???

2009-07-20 Thread Sven Joachim
ess this would work with a 32-bit kernel. Not a chance, a 64-bit kernel is required to run any 64-bit binary. > For much the same reason, some libraries are compiled to take better > advantage of 32-bit hardware than building them as if they were only a > 386 or 486, for extra speed

Re: 64-bit *libraries* in 32-bit repositories???

2009-07-20 Thread David Fox
, some libraries are compiled to take better advantage of 32-bit hardware than building them as if they were only a 386 or 486, for extra speed. libbz2 would likely qualify for special treatment like that, because it's compute-bound. Some years ago, when I was just starting out with Debian, and

64-bit *libraries* in 32-bit repositories???

2009-07-20 Thread Ron Johnson
I understand why there's a linux-image-2.6.30-1-amd64, because you can run with a 64-bit kernel and 32-bit userland (which is what I currently do...), and I can understand that there'd be 32-bit libraries in the amd64 repos. But why the opposite, like lib64bz2-1.0 in the i386

Re: error while loading shared libraries: libopenal.so.0

2009-06-13 Thread Aniruddha
On Thu, Jun 11, 2009 at 3:18 AM, David Fox wrote: > On Wed, Jun 10, 2009 at 11:32 AM, Aniruddha wrote: >> I try to install a 32-bit program in 64-bit Debian but I get the >> following message: 'error while loading shared libraries: > > Have you installed the 32-b

Re: error while loading shared libraries: libopenal.so.0

2009-06-10 Thread David Fox
On Wed, Jun 10, 2009 at 11:32 AM, Aniruddha wrote: > I try to install a 32-bit program in 64-bit Debian but I get the > following message: 'error while loading shared libraries: Have you installed the 32-bit compatibility libraries? Anytime you manually install a library (and really,

error while loading shared libraries: libopenal.so.0

2009-06-10 Thread Aniruddha
I try to install a 32-bit program in 64-bit Debian but I get the following message: 'error while loading shared libraries: libopenal.so.0'. To fix this I downloaded libopenal1_1.4.272-2_i386.deb and extracted 'libopenal.so.1' and 'libopenal.so.1.4.272 'to /usr/

Re: error while loading shared libraries

2009-04-28 Thread frank
loading shared > libraries: libstdc++.so.5: cannot open shared object file: No such file or > directory". Looks like the lib is there. Maybe the installed software is 32bit and therefor needs a 32bit libstdc++.so.5? Use "ldd upsm" to view the needed libs and file to determi

Re: error while loading shared libraries

2009-04-27 Thread Mr. Wang Long
while loading shared > libraries: libstdc++.so.5: cannot open shared object file: No such file or > directory". > It seems that libstdc++.so.5 is missing in your system. Run this command to check it out: ldd /usr/sbin/upsm If that file is really missing, then open this url and search for

Re: error while loading shared libraries

2009-04-27 Thread Sven Joachim
On 2009-04-28 03:34 +0200, Andrzej wrote: > I just installed Lenny 64 and have problem with UPS software. There is no > debs, but script for so called other distros. I run it and seems to be ok. But > when I tried to run it i receive errror: "upsm: error while loading shared > l

error while loading shared libraries

2009-04-27 Thread Andrzej
Hi, I just installed Lenny 64 and have problem with UPS software. There is no debs, but script for so called other distros. I run it and seems to be ok. But when I tried to run it i receive errror: "upsm: error while loading shared libraries: libstdc++.so.5: cannot open shared object fil

Re: x development libraries for cvs emacs

2008-12-31 Thread Sven Joachim
On 2008-12-31 07:01 +0100, Harry Putnam wrote: > I'm attempting to build emacs from cvs sources. Something I've done > many times on various linux distributions. > > the ./configure step ends with an error about not finding X11 > development libraries (posted at the end)

x development libraries for cvs emacs

2008-12-31 Thread Harry Putnam
I'm attempting to build emacs from cvs sources. Something I've done many times on various linux distributions. the ./configure step ends with an error about not finding X11 development libraries (posted at the end) I'm running a fairly fresh lenny installed from the small cd

  1   2   3   4   5   6   >