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

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

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

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

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. > >

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

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

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

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. > >

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.

Re: error while loading shared libraries: libmandb-2.9.4.so

2021-09-06 Thread BERTRAND Joël
NoSpam a écrit : > Bonsoir, avec debian11, pour comparaison taille et droits > > root@keewi:~# ls -al /usr/lib/man-db/libmandb* > -rw-r--r-- 1 root root 30712 19 févr.  2021 > /usr/lib/man-db/libmandb-2.9.4.so > lrwxrwxrwx 1 root root    17 19 févr.  2021 /usr/lib/man-db/libmandb.so > ->

Re: error while loading shared libraries: libmandb-2.9.4.so

2021-09-06 Thread NoSpam
1 à 18:20, BERTRAND Joël a écrit : Bonsoir à tous, Depuis quelque temps, j'ai l'erreur suivante en appelant man : Root hilbert:[/usr/lib] > man top man: error while loading shared libraries: libmandb-2.9.4.so: cannot open shared object file: Permission denied Po

error while loading shared libraries: libmandb-2.9.4.so

2021-09-06 Thread BERTRAND Joël
Bonsoir à tous, Depuis quelque temps, j'ai l'erreur suivante en appelant man : Root hilbert:[/usr/lib] > man top man: error while loading shared libraries: libmandb-2.9.4.so: cannot open shared object file: Permission denied Pourtant, toutes les bibliothèques sembl

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

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

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,

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

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 >

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

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

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,

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

Re: error while loading shared libraries: libQt5Core.so.5

2018-04-26 Thread El Aprendiz
rtualbox y owncloud no me arrancan. Ambos me sacan el mensaje de > >> >> error: > >> >> > >> >> "error while loading shared libraries: libQt5Core.so.5: cannot open > >> >> shared > >> >> object file: No such file or direc

Re: error while loading shared libraries: libQt5Core.so.5

2018-04-26 Thread OddieX
El Aprendiz <dc.lis...@gmail.com> >> > escribió: >> >> He hecho una actualización al sistema (testing) y después de hacerla, >> >> virtualbox y owncloud no me arrancan. Ambos me sacan el mensaje de >> >> error: >> >> >> >> &q

Re: error while loading shared libraries: libQt5Core.so.5

2018-04-26 Thread El Aprendiz
sistema (testing) y después de hacerla, > >> virtualbox y owncloud no me arrancan. Ambos me sacan el mensaje de > error: > >> > >> "error while loading shared libraries: libQt5Core.so.5: cannot open > shared > >> object file: No such file or directory&

Re: error while loading shared libraries: libQt5Core.so.5

2018-04-26 Thread OddieX
e sacan el mensaje de error: >> >> "error while loading shared libraries: libQt5Core.so.5: cannot open shared >> object file: No such file or directory" >> >> y veo que tengo instalado libqt5core5a >> >> ¿alguien tiene idea de que puede estar f

Re: error while loading shared libraries: libQt5Core.so.5

2018-04-26 Thread OddieX
El día 26 de abril de 2018, 3:27, El Aprendiz <dc.lis...@gmail.com> escribió: > He hecho una actualización al sistema (testing) y después de hacerla, > virtualbox y owncloud no me arrancan. Ambos me sacan el mensaje de error: > > "error while loading shared libraries: libQt

error while loading shared libraries: libQt5Core.so.5

2018-04-26 Thread El Aprendiz
He hecho una actualización al sistema (testing) y después de hacerla, virtualbox y owncloud no me arrancan. Ambos me sacan el mensaje de error: "error while loading shared libraries: libQt5Core.so.5: cannot open shared object file: No such file or directory" y veo que tengo

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 eddit.com/r

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
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 ar...@guaranteedplus.com wrote: I am trying to do traffic shaping using tc, however I can't add any filters

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 libraries

Re: tc / iproute2 shared libraries missing - jessie

2015-06-28 Thread Podrigal, Aron
statically 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

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 newer version

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

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 anilduggir...@fastmail.fm 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

Re: why are libraries in jessi more up to date

2015-05-16 Thread Liam O'Toole
On 2015-05-16, Anil Duggirala anilduggir...@fastmail.fm 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

Shared libraries not found during build

2014-11-12 Thread Joel Roth
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 shlibs or symbols file. To help dpkg-shlibdeps find private libraries, you might need

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 library not

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-get source

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

Re: Shared libraries not found during build

2014-11-12 Thread Elimar Riesebieter
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: cannot continue due to the errors listed above Note: libraries

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 trying to

Re: Shared libraries not found during build

2014-11-12 Thread Joel Roth
: [...] 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 shlibs or symbols file. To help dpkg-shlibdeps find private libraries, you might need to use -l. Try # apt-get build-dep ntfs-3g first

Re: error while loading shared libraries: liblexprintjob.so.0: cannot open shared object file: No such file or directory [SOLUCIONADO]

2013-01-23 Thread Camaleón
El Tue, 22 Jan 2013 17:30:15 -0300, Robert J. Briones C. escribió: El día 20 de enero de 2013 14:25, Camaleón noela...@gmail.com escribió: (...) creo que tambien es por que el driver de lexmark ocupa librerias 32 y esa libreria esta en 64 ¿De qué driver o paquete estamos hablando?

Re: error while loading shared libraries: liblexprintjob.so.0: cannot open shared object file: No such file or directory

2013-01-20 Thread Camaleón
loading shared libraries: liblexprintjob.so.0: cannot open shared object file: No such file or directory (...) Uso debian64 esto ya se soluciono, era un problema de librerias. ahora tengo otro problema con la libreria libcupsimage2 creo que tambien es por que el driver de lexmark ocupa

Re: error while loading shared libraries: liblexprintjob.so.0: cannot open shared object file: No such file or directory

2013-01-19 Thread Robert J. Briones C.
El día 19 de enero de 2013 16:26, Robert J. Briones C. robert.brio...@gmail.com escribió: Estimados. tengo este problema con cups y lexmark 1180 /usr/lib/cups/filter/rastertoz600: error while loading shared libraries: liblexprintjob.so.0: cannot open shared object file: No such file

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

2012-10-19 Thread rick
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 /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 lrwxrwxrwx 1 root root 27 Aug  6 12:30 /usr/lib

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

2012-10-18 Thread T Elcor
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 - libgtk-x11-2.0.so.0.2400.10 $ ls -l /usr/lib

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

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 ralf.mard...@alice-dsl.net # 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 -

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 ralf.mard...@alice-dsl.net # 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

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-gtk solves

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:~$

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

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

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 an

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 KCrash:

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: 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

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 installed as a result

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, -- Camaleón

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

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 unsubscribe

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

2012-01-10 Thread Harry Putnam
Michael Heerdegen michael_heerde...@web.de 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

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

2012-01-08 Thread Chris Davies
Chris Davies chris-use...@roaima.co.uk writes: Google debian install X development libraries suggests xorg-dev [...] Google debian install gtk development libraries [...] Harry Putnam rea...@newsguy.com 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-08 Thread Harry Putnam
Chris Davies chris-use...@roaima.co.uk 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

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

2012-01-08 Thread Harry Putnam
Bob Proulx b...@proulx.com 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-get install build-dep emacs23

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.org

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

2012-01-07 Thread Harry Putnam
, but no X development libraries | were found. Google debian install X development libraries suggests xorg-dev as the metapackage for ... X Window System development libraries. | and for the toolkit you want, such as Gtk+, Lesstif or Motif Google debian install gtk development libraries seems

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 dependencies for emacs23

Which development and image libraries needed to build emacs-24

2012-01-06 Thread Harry Putnam
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 know I

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, i.e

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

2012-01-06 Thread Wayne Topa
/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 development

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

2012-01-06 Thread Harry Putnam
Wayne Topa linux...@gmail.com 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

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

2012-01-06 Thread Chris Davies
Harry Putnam rea...@newsguy.com 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 found

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

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

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

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 I'm guessing

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 environment another way

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 Archive: http

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 looking for? Anyway

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

Re: Any package instillation breaks libraries.

2010-08-20 Thread jeremy jozwik
On Sun, Aug 15, 2010 at 8:32 AM, jeremy jozwik jerjoz.for...@gmail.com 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

Re: Any package instillation breaks libraries.

2010-08-15 Thread Tzafrir Cohen
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 only /etc /lib /lib32 /lib64

Re: Any package instillation breaks libraries.

2010-08-15 Thread jeremy jozwik
On Sun, Aug 15, 2010 at 6:28 AM, Tzafrir Cohen tzaf...@cohens.org.il 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

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

Re: error while loading shared libraries: libgcc_s.so.1: wrong ELF class: ELFCLASS32

2010-08-11 Thread AngelD
con este servidor), y resulta que me salió el siguiente error: nmap: error while loading shared libraries: libgcc_s.so.1: wrong ELF class: ELFCLASS32 y cuando utlizo aptitude o apt. me sale lo mismo. he buscado mucha info y solo he encontrado alfo de un problema de ejecucion de 32 y 64

Re: error while loading shared libraries: libgcc_s.so.1: wrong ELF class: ELFCLASS32

2010-08-11 Thread Robert J. Briones C.
puertos y ver por que puerto me lo habia levantado (estoy en prueba con este servidor), y resulta que me salió el siguiente error: nmap: error while loading shared libraries: libgcc_s.so.1: wrong ELF class: ELFCLASS32 y cuando utlizo aptitude o apt. me sale lo mismo. he buscado mucha info y

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

error while loading shared libraries: libgcc_s.so.1: wrong ELF class: ELFCLASS32

2010-08-10 Thread Robert J. Briones C.
LD_LIBRARY_PATH=/lib:/usr/lib para crear esa variable.. lo hice y me funciono el juego... despues quise hacer un nmap para ver los puertos y ver por que puerto me lo habia levantado (estoy en prueba con este servidor), y resulta que me salió el siguiente error: nmap: error while loading shared libraries

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

Re: Missing many packages and libraries

2010-08-07 Thread Timo Juhani Lindfors
Brett Mahar brett.ma...@gmail.com 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

Re: Missing many packages and libraries

2010-08-07 Thread Brett Mahar
On 7 August 2010 22:00, Timo Juhani Lindfors timo.lindf...@iki.fi 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

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:

  1   2   3   4   5   6   >