Prev: samba: mounting as cifs not working (works in Windows though)
Next: Embedded System Recommendations
From: Charles Kroeger on 28 Jul 2010 16:10 Is is possible to get amaya_wx-11.3.1-1_amd64.deb to run on sid? I've installed it with dpkg but get the following error message: ~$ amaya /usr/lib/Amaya/wx/bin/amaya_bin: error while loading shared libraries: libraptor.so.1: cannot open shared object file: No such file or directory to I installed libraptor but got this: libraptor1 is already the newest version. libraptor1 set to manually installed. I did remember installing it a while back, come to think of it. Is it not functioning with apt setting it to manually installed? thanks, -- CK -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org Archive: http://lists.debian.org/20100728154607.1f89df7c(a)Mondo
From: Jordon Bedwell on 28 Jul 2010 16:20 On 7/28/10 2:46 PM, Charles Kroeger wrote: > Is is possible to get amaya_wx-11.3.1-1_amd64.deb to run on sid? > I've installed it with dpkg but get the following error message: > > ~$ amaya > /usr/lib/Amaya/wx/bin/amaya_bin: error while loading shared libraries: > libraptor.so.1: cannot open shared object file: No such file or directory to > > I installed libraptor but got this: > > libraptor1 is already the newest version. > libraptor1 set to manually installed. > > I did remember installing it a while back, come to think of it. > > Is it not functioning with apt setting it to manually installed? > > thanks, > find / |grep libraptor if you don't come up with it in lib then which ever one is there that says "1" symlink libraptor.so.1 to it. Then go on about your way, or you can download the source to amaya and compile it against your libraptor install (which is what I recommend personally). -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org Archive: http://lists.debian.org/4C508EF6.2050507(a)envygeeks.com
From: Jordan Metzmeier on 28 Jul 2010 17:10 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 07/28/2010 04:11 PM, Jordon Bedwell wrote: > > find / |grep libraptor > > if you don't come up with it in lib then which ever one is there that > says "1" symlink libraptor.so.1 to it. Then go on about your way, or > you can download the source to amaya and compile it against your > libraptor install (which is what I recommend personally). > > Perhaps you wanted find's -name option? find / -name 'libraptor*' - -- Jordan Metzmeier -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iQIcBAEBCAAGBQJMUJs7AAoJEKj/C3qNthmT55AP/3ZlHOC1o685Uxk/c5ywwNI2 tlfph3QknNGsjfogkQSgYz0FaP9CIJ+27qZ82ORn8+n/7c4/h8FTikgSM1WH2mBx M+fbj3iwzSmFev5n4fdXBg+3y1zOxvcVGKrNtvyHiXivyT6QCHYMy6RnXuh1N2BJ r8/O3rE6EWCMwQwtbOvgP1Rkv3HSF1UCIF2ZvrYKq2RHQr/kByHkRs2zMbp/P0cC wQGHRYYJgEsTikDG1/Um0Q2K9rjz+Q775C1Zg9VbU8YByNtmrDiucbRPsqfdFg9j av3Qkvxb2GkSXPpMG2PQYYka4eIVkdDOiX7ghREbt+yCaW0iD8uHCSX4F2KcfFyU tqGulnnnOnK+gN0Ehwc4QTaoys8qslOzID11g0Y13RIm73INe1k1APFwG96pUHBU WW+5Ww5ghZW8Kcw3hyPWawspf7J6GUrE4FW8ApcCxgSyHCuFaooKtj37VZha83wK +QWm2+Z84HNfVdNKj1t5kotghEIU8EFOttGFfVPgbHIJsLSfTBIckvcEF9jN8tzj JITBy64NS7oyEht4N3WaLx7rf1of4YcTj/jQYvJIzHDKJa1f/K0thiVJSPBJyOHv 5nqWeHlgyc65G95kBn8GVWks8s4R8xFg9c/CWBAxMIM+q00FZH6vHTWDXSqW2VWd 1Q5OJhDgDiyOIj5Z5UCx =byWD -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org Archive: http://lists.debian.org/4C509B3B.80300(a)gmail.com
From: Jordon Bedwell on 28 Jul 2010 17:20 On 7/28/10 4:03 PM, Jordan Metzmeier wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > On 07/28/2010 04:11 PM, Jordon Bedwell wrote: >> >> find / |grep libraptor >> >> if you don't come up with it in lib then which ever one is there that >> says "1" symlink libraptor.so.1 to it. Then go on about your way, or >> you can download the source to amaya and compile it against your >> libraptor install (which is what I recommend personally). >> >> > > Perhaps you wanted find's -name option? find / -name 'libraptor*' > > - -- > Jordan Metzmeier > I personally prefer to grep over find, but to each their own :P as each have their own methods to do things that ultimately lead to the same solution. -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org Archive: http://lists.debian.org/4C509CCE.4050204(a)envygeeks.com
From: Sven Joachim on 28 Jul 2010 17:40 On 2010-07-28 21:46 +0200, Charles Kroeger wrote: > Is is possible to get amaya_wx-11.3.1-1_amd64.deb to run on sid? If you're using the amd64 architecture, most probably yes. Your X-Newsreader header suggests that you run i386, however. > I've installed it with dpkg but get the following error message: > > ~$ amaya > /usr/lib/Amaya/wx/bin/amaya_bin: error while loading shared libraries: > libraptor.so.1: cannot open shared object file: No such file or directory to If you're using i386, that is to be expected; you would however not have been able to install an amd64 package on i386 without using the "--force-architecture" switch to dpkg. > I installed libraptor but got this: > > libraptor1 is already the newest version. > libraptor1 set to manually installed. You can reinstall it with "aptitude reinstall libraptor1" or "apt-get --reinstall install libraptor1". > Is it not functioning with apt setting it to manually installed? That doesn't matter. Sven -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org Archive: http://lists.debian.org/87aapbe1k6.fsf(a)turtle.gmx.de
|
Next
|
Last
Pages: 1 2 Prev: samba: mounting as cifs not working (works in Windows though) Next: Embedded System Recommendations |