[Desktop-packages] [Bug 1017964] Re: Missing dependency libsoftokn3.so libmozsqlite3.so Ubuntu 12 FF12, 13

2012-06-27 Thread helpcrypto
Thanks for your time.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1017964

Title:
  Missing dependency libsoftokn3.so libmozsqlite3.so Ubuntu 12 FF12, 13

Status in “firefox” package in Ubuntu:
  Invalid

Bug description:
  Doing:
  ldd /usr/lib/firefox/libsoftokn3.so

  Shows a missing library/dependency:
  libmozsqlite3.so = not found

  This library should be -for example- linked or copied to:
  /usr/lib/i386-linux-gnu/

  This missing dependency cause crash/error when trying to load softokn
  library unless LD_LIBRARY_PATH/symlink created.

  Other libraries seem to be properly referenced.

  Ubuntu 12.04
  Firefox 12 and 13 (13.0.1+build1-0ubuntu0.12.04.1)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1017964/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1017964] [NEW] Missing dependency libsoftokn3.so libmozsqlite3.so Ubuntu 12 FF12, 13

2012-06-26 Thread helpcrypto
Public bug reported:

Doing:
ldd /usr/lib/firefox/libsoftokn3.so

Shows a missing library/dependency:
libmozsqlite3.so = not found

This library should be -for example- linked or copied to:
/usr/lib/i386-linux-gnu/

This missing dependency cause crash/error when trying to load softokn
library unless LD_LIBRARY_PATH/symlink created.

Other libraries seem to be properly referenced.

Ubuntu 12.04
Firefox 12 and 13 (13.0.1+build1-0ubuntu0.12.04.1)

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1017964

Title:
  Missing dependency libsoftokn3.so libmozsqlite3.so Ubuntu 12 FF12, 13

Status in “firefox” package in Ubuntu:
  New

Bug description:
  Doing:
  ldd /usr/lib/firefox/libsoftokn3.so

  Shows a missing library/dependency:
  libmozsqlite3.so = not found

  This library should be -for example- linked or copied to:
  /usr/lib/i386-linux-gnu/

  This missing dependency cause crash/error when trying to load softokn
  library unless LD_LIBRARY_PATH/symlink created.

  Other libraries seem to be properly referenced.

  Ubuntu 12.04
  Firefox 12 and 13 (13.0.1+build1-0ubuntu0.12.04.1)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1017964/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1017964] Re: Missing dependency libsoftokn3.so libmozsqlite3.so Ubuntu 12 FF12, 13

2012-06-26 Thread helpcrypto
Hi.

Im trying to connect to NSS using Java for cryptographic operations.
This is the  exit i got:

$ ldd /usr/lib/firefox/libsoftokn3.so
linux-gate.so.1 =  (0xb775d000)
libmozsqlite3.so = not found
libnssutil3.so = /usr/lib/i386-linux-gnu/libnssutil3.so (0xb76ea000)
libplc4.so = /usr/lib/i386-linux-gnu/libplc4.so (0xb76e3000)
libplds4.so = /usr/lib/i386-linux-gnu/libplds4.so (0xb76de000)
libnspr4.so = /usr/lib/i386-linux-gnu/libnspr4.so (0xb76a)
libpthread.so.0 = /lib/i386-linux-gnu/libpthread.so.0 (0xb7685000)
libdl.so.2 = /lib/i386-linux-gnu/libdl.so.2 (0xb768)
libc.so.6 = /lib/i386-linux-gnu/libc.so.6 (0xb74da000)
/lib/ld-linux.so.2 (0xb775e000)

Shouldnt libmozsqlite3.so be properly linked?

** Changed in: firefox (Ubuntu)
   Status: Invalid = Incomplete

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1017964

Title:
  Missing dependency libsoftokn3.so libmozsqlite3.so Ubuntu 12 FF12, 13

Status in “firefox” package in Ubuntu:
  Incomplete

Bug description:
  Doing:
  ldd /usr/lib/firefox/libsoftokn3.so

  Shows a missing library/dependency:
  libmozsqlite3.so = not found

  This library should be -for example- linked or copied to:
  /usr/lib/i386-linux-gnu/

  This missing dependency cause crash/error when trying to load softokn
  library unless LD_LIBRARY_PATH/symlink created.

  Other libraries seem to be properly referenced.

  Ubuntu 12.04
  Firefox 12 and 13 (13.0.1+build1-0ubuntu0.12.04.1)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1017964/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1017964] Re: Missing dependency libsoftokn3.so libmozsqlite3.so Ubuntu 12 FF12, 13

2012-06-26 Thread helpcrypto
Its not a bug with Firefox, but a problem in the way firefox is bundled
in Ubuntu. This didnt happen a few releases ago.

HINT: A library shouldnt have broken dependencies/references, no matter
if it is private or not.

Apart from that, as discussed in mozilla-dev-tech-crypto mailist, Java access 
to NSS IS a valid way of working, and theres a mozilla project called JSS to do 
so.
Until a better system is designed for crypto operations, this should work.

http://www.mozilla.org/projects/security/pki/jss/
http://en.wikipedia.org/wiki/Network_Security_Services#Java_support
http://docs.oracle.com/javase/6/docs/technotes/guides/security/p11guide.html

As the library has broken dependencies it fails to load, and that causes an 
undesired behaviour.
The only required step is to PROPERLY reference the library or link it.

Do you REALLY think having a broken dependency is OK?
It's common sense!

Of course i can set LD_LIBRARY_PATH or do a symlink, but thats a
workaround, not a solution.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1017964

Title:
  Missing dependency libsoftokn3.so libmozsqlite3.so Ubuntu 12 FF12, 13

Status in “firefox” package in Ubuntu:
  Invalid

Bug description:
  Doing:
  ldd /usr/lib/firefox/libsoftokn3.so

  Shows a missing library/dependency:
  libmozsqlite3.so = not found

  This library should be -for example- linked or copied to:
  /usr/lib/i386-linux-gnu/

  This missing dependency cause crash/error when trying to load softokn
  library unless LD_LIBRARY_PATH/symlink created.

  Other libraries seem to be properly referenced.

  Ubuntu 12.04
  Firefox 12 and 13 (13.0.1+build1-0ubuntu0.12.04.1)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1017964/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp