Lotus notes oamd64?

2010-09-16 Thread Christopher Judd
Hi, 

I have to install lotus notes here.  Our IT guys have provided me with 
the file ibm_lotus_notes-8.5.i586.deb (linux support here is minimal).  
Following 
instructions from http://www.debian-administration.org/articles/534, I 
installed the 
.deb (using --force-architecture).  There were several libraries needed which 
were 
not in the ia32libs packages, so I downloaded the necessary 32 bit packages 
and placed the library files into /lib32.  When I run the notes program 
(/opt/ibm/lotus/notes/lnotes), I get the following output:

/opt/ibm/lotus/notes/lnotes: /usr/lib32/libxml2.so.2: no version information 
available (required by /lib32/libgnomeprint-2-2.so.0)
/opt/ibm/lotus/notes/lnotes: /usr/lib32/libxml2.so.2: no version information 
available (required by /lib32/libgnomevfs-2.so.0)
/opt/ibm/lotus/notes/lnotes: /usr/lib32/libxml2.so.2: no version information 
available (required by /lib32/libgnomevfs-2.so.0)
/opt/ibm/lotus/notes/lnotes: /usr/lib32/libxml2.so.2: no version information 
available (required by /lib32/libgnomevfs-2.so.0)
/opt/ibm/lotus/notes/lnotes: /usr/lib32/libxml2.so.2: no version information 
available (required by /lib32/libbonoboui-2.so.0)
Gtk-Message: Failed to load module canberra-gtk-module: 
/usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so: wrong ELF class: ELFCLASS64

I assume that the first 5 lines are warnings, although I don't know why they 
occur.
I installed libcanberra-gtk-module.so in /lib32/modules, and set the 
environment 
variable,  export GTK_PATH=/lib32/modules, but I still get the final error 
message, 
and the program exits.

Does anyone have any idea how to fix this?  I'd prefer not to have to set up a 
chroot environment just to occasionally run this program (we don't have to use 
it
for email).

-Chris


|   Christopher Judd, Ph. D.   |
|   Research Scientist III |
|   NYS Dept. of Health   j...@wadsworth.org   | 
|   Wadsworth Center - ESP |
|   P. O. Box 509518 486-7829  |
|   Albany, NY 12201-0509  |



IMPORTANT NOTICE: This e-mail and any attachments may contain
confidential or sensitive information which is, or may be, legally
privileged or otherwise protected by law from further disclosure.  It
is intended only for the addressee.  If you received this in error or
from someone who was not authorized to send it to you, please do not
distribute, copy or use it or any attachments.  Please notify the
sender immediately by reply e-mail and delete this from your
system. Thank you for your cooperation.



-- 
To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201009160954.01654.j...@wadsworth.org



Re: Lotus notes oamd64?

2010-09-16 Thread A J Stiles
On Thursday 16 Sep 2010, Christopher Judd wrote:
 Hi,

   I have to install lotus notes here.  Our IT guys have provided me with
 the file ibm_lotus_notes-8.5.i586.deb (linux support here is minimal). 
[stuff deleted] 
 Does anyone have any idea how to fix this?  I'd prefer not to have to set
 up a chroot environment just to occasionally run this program (we don't
 have to use it for email).

Did you run ldconfig after you installed the libraries?

In general, it is best not to try to run anything that was not compiled by 
either yourself or your own distro's package maintainers.  Try grabbing 
the other distro  (i.e., Source Code)  package and building it yourself.  
If you do this, you'll also need the -dev versions of all packages it says it 
needs.

-- 
AJS
delta echo bravo six four at earthshod dot co dot uk


-- 
To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201009161630.15295.de...@earthshod.co.uk



Re: Lotus notes oamd64?

2010-09-16 Thread Jaime Ochoa Malagón
ia32-apt-get :-P jajajja

On Thu, Sep 16, 2010 at 8:54 AM, Christopher Judd j...@wadsworth.org wrote:
 Hi,

        I have to install lotus notes here.  Our IT guys have provided me with
 the file ibm_lotus_notes-8.5.i586.deb (linux support here is minimal).  
 Following
 instructions from http://www.debian-administration.org/articles/534, I 
 installed the
 .deb (using --force-architecture).  There were several libraries needed which 
 were
 not in the ia32libs packages, so I downloaded the necessary 32 bit packages
 and placed the library files into /lib32.  When I run the notes program
 (/opt/ibm/lotus/notes/lnotes), I get the following output:

 /opt/ibm/lotus/notes/lnotes: /usr/lib32/libxml2.so.2: no version information 
 available (required by /lib32/libgnomeprint-2-2.so.0)
 /opt/ibm/lotus/notes/lnotes: /usr/lib32/libxml2.so.2: no version information 
 available (required by /lib32/libgnomevfs-2.so.0)
 /opt/ibm/lotus/notes/lnotes: /usr/lib32/libxml2.so.2: no version information 
 available (required by /lib32/libgnomevfs-2.so.0)
 /opt/ibm/lotus/notes/lnotes: /usr/lib32/libxml2.so.2: no version information 
 available (required by /lib32/libgnomevfs-2.so.0)
 /opt/ibm/lotus/notes/lnotes: /usr/lib32/libxml2.so.2: no version information 
 available (required by /lib32/libbonoboui-2.so.0)
 Gtk-Message: Failed to load module canberra-gtk-module: 
 /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so: wrong ELF class: 
 ELFCLASS64

 I assume that the first 5 lines are warnings, although I don't know why they 
 occur.
 I installed libcanberra-gtk-module.so in /lib32/modules, and set the 
 environment
 variable,  export GTK_PATH=/lib32/modules, but I still get the final error 
 message,
 and the program exits.

 Does anyone have any idea how to fix this?  I'd prefer not to have to set up a
 chroot environment just to occasionally run this program (we don't have to 
 use it
 for email).

 -Chris

 
 |   Christopher Judd, Ph. D.                                           |
 |   Research Scientist III                                             |
 |   NYS Dept. of Health                           j...@wadsworth.org   |
 |   Wadsworth Center - ESP                                             |
 |   P. O. Box 509                                    518 486-7829      |
 |   Albany, NY 12201-0509                                              |
 


 IMPORTANT NOTICE: This e-mail and any attachments may contain
 confidential or sensitive information which is, or may be, legally
 privileged or otherwise protected by law from further disclosure.  It
 is intended only for the addressee.  If you received this in error or
 from someone who was not authorized to send it to you, please do not
 distribute, copy or use it or any attachments.  Please notify the
 sender immediately by reply e-mail and delete this from your
 system. Thank you for your cooperation.



 --
 To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: http://lists.debian.org/201009160954.01654.j...@wadsworth.org





-- 
Perhaps the depth of love can be calibrated by the number of different
selves that are actively involved in a given relationship.
                    Carl Sagan (Contact)

Absolute certainty is a privilege of uneducated minds-and fanatics. It
is, for scientific folk, an unattainable ideal.
                    Cassius J. Keyser

                    Jaime Ochoa Malagón
                    Arquitecto de Soluciones
                    Cel: +52 (55) 1021 0774


--
To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktikrmv5ixtqd4r7_4a8vqi=x0klobv3vncff=...@mail.gmail.com



Re: Lotus notes oamd64?

2010-09-16 Thread Christopher Judd
On Thursday 16 September 2010 11:30:15 A J Stiles wrote:

 On Thursday 16 Sep 2010, Christopher Judd wrote:
  Hi,
  
  I have to install lotus notes here.  Our IT guys have provided me with
  
  the file ibm_lotus_notes-8.5.i586.deb (linux support here is minimal).
 
 [stuff deleted]
 
 Did you run ldconfig after you installed the libraries?


I hadn't, but I ran it and it makes no difference.
 
 In general, it is best not to try to run anything that was not compiled by
 either yourself or your own distro's package maintainers.  Try grabbing
 the other distro  (i.e., Source Code)  package and building it yourself.
 If you do this, you'll also need the -dev versions of all packages it says
 it needs.

As far as I know, the source code is not available.  You have to download 
binaries from the IBM site.  An IBM ID is required, which is why I had to go 
through our IT folks.

-Chris


|   Christopher Judd, Ph. D.   |
|   Research Scientist III |
|   NYS Dept. of Health   j...@wadsworth.org   | 
|   Wadsworth Center - ESP |
|   P. O. Box 509518 486-7829  |
|   Albany, NY 12201-0509  |



IMPORTANT NOTICE: This e-mail and any attachments may contain
confidential or sensitive information which is, or may be, legally
privileged or otherwise protected by law from further disclosure.  It
is intended only for the addressee.  If you received this in error or
from someone who was not authorized to send it to you, please do not
distribute, copy or use it or any attachments.  Please notify the
sender immediately by reply e-mail and delete this from your
system. Thank you for your cooperation.



-- 
To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201009161327.55960.j...@wadsworth.org



Re: Lotus notes oamd64?

2010-09-16 Thread A J Stiles
On Thursday 16 Sep 2010, Fabricio Cannini wrote:
 On Thursday 16 September 2010 12:30:15 A J Stiles wrote:
  In general, it is best not to try to run anything that was not compiled
  by either yourself or your own distro's package maintainers.  Try
  grabbing the other distro  (i.e., Source Code)  package and building it
  yourself. If you do this, you'll also need the -dev versions of all
  packages it says it needs.

 I'm afraid it's not possible, as Lotus Notes is a non-free
 email/collaboration suite from IBM:
 http://www-01.ibm.com/software/lotus

If the Source Code is not available then that is surely, in and of itself, a 
good enough reason to run it inside a chroot -- that way, it can't get at 
anything it's not supposed to.

-- 
AJS
delta echo bravo six four at earthshod dot co dot uk


-- 
To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201009161833.55208.de...@earthshod.co.uk



Re: Lotus notes on amd64?

2010-09-16 Thread Christopher Judd
On Thursday 16 September 2010 13:02:11 Fabricio Cannini wrote:
 On Thursday 16 September 2010 12:30:15 A J Stiles wrote:
  On Thursday 16 Sep 2010, Christopher Judd wrote:
   Hi,
   
 I have to install lotus notes here.  Our IT guys have provided me 
with
   
   the file ibm_lotus_notes-8.5.i586.deb (linux support here is minimal).
  
  [stuff deleted]
  

 
 But now i got curious, Christopher.
 Why do you want to use it ? Does none of the FLOSS collaboration suites
 like 'egroupware' and such fulfill your needs ?

We have to periodically update/verify emergency contact information, which is 
in a notes database, and are encouraged to maintain a calendar on the notes 
server, to facilitate meetings and other activities.  There are other uses 
available, but they are not required of us at this time.  If I can do theses 2 
tasks on our lotus server with other software, I won't need to install notes.  
Any suggestions?

-Chris


|   Christopher Judd, Ph. D.   |
|   Research Scientist III |
|   NYS Dept. of Health   j...@wadsworth.org   | 
|   Wadsworth Center - ESP |
|   P. O. Box 509518 486-7829  |
|   Albany, NY 12201-0509  |



IMPORTANT NOTICE: This e-mail and any attachments may contain
confidential or sensitive information which is, or may be, legally
privileged or otherwise protected by law from further disclosure.  It
is intended only for the addressee.  If you received this in error or
from someone who was not authorized to send it to you, please do not
distribute, copy or use it or any attachments.  Please notify the
sender immediately by reply e-mail and delete this from your
system. Thank you for your cooperation.



-- 
To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201009161348.40919.j...@wadsworth.org